RE: running an application outside of eclipse

2007-10-30 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:[EMAIL PROTECTED] 
> Subject: Re: running an application outside of eclipse
> 
> Joseph Estes wrote:
> >  i'm now using a mac and this file no 
> > longer works. It looks like:
> >  >reloadable="true" path="dcp1">
> > 
> 
> This looks fine.

Except for the path attribute, which should not be used on Tomcat 5.0 or
later.  The URI path is derived from the name of the .xml file.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: running an application outside of eclipse

2007-10-30 Thread Mark Thomas
Joseph Estes wrote:
> Hi all,I would like tomcat to run a web application outside of the webapps
> directory.  I have accomplished this before (in windows) by using a
> reference xml file in the /conf/catalina/localhost folder.

Check you use of case. It is usually:
${CATALINA_HOME}/conf/Catalina/localhost

>  i'm now using a
> mac and this file no longer works. It looks like:
> 
> reloadable="true" path="dcp1">
> 

This looks fine.

Mark

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



running an application outside of eclipse

2007-10-30 Thread Joseph Estes
Hi all,I would like tomcat to run a web application outside of the webapps
directory.  I have accomplished this before (in windows) by using a
reference xml file in the /conf/catalina/localhost folder.  i'm now using a
mac and this file no longer works. It looks like:




is there another way to run an application outside of tomcat?

Thanks,
Joe Estes