RE: AW: AW: Application outside WEBAPPS

2007-08-03 Thread Caldarale, Charles R
> From: Scott McClanahan [mailto:[EMAIL PROTECTED] > Subject: Re: AW: AW: Application outside WEBAPPS > > What if you want the path to the application to differ from > the name of the deployed application? Several options: 1) Correct the name of the deployed .war file (or exp

Re: AW: AW: Application outside WEBAPPS

2007-08-03 Thread Scott McClanahan
On Fri, 2007-08-03 at 18:58 +0100, Pid wrote: > [EMAIL PROTECTED] wrote: > > hi, > > > > useNaming does not affect here, correct. > > > > What's the reason ignoring the path attribute? (6.0.14 ignores as well) > > Because it's only used when the context is defined in server.xml and the > path c

Re: AW: AW: Application outside WEBAPPS

2007-08-03 Thread Pid
t.xml file. p hans -Ursprüngliche Nachricht- Von: Pid [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 03. August 2007 09:39 An: Tomcat Users List Betreff: Re: AW: Application outside WEBAPPS [EMAIL PROTECTED] wrote: Place the myapp.xml in the /conf/Catalina/localhost/ directory. The

Re: AW: AW: Application outside WEBAPPS

2007-08-03 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > hi, > > useNaming does not affect here, correct. > > What's the reason ignoring the path attribute? (6.0.14 ignores as well) It isn't needed. The path is derived from the file name. Mark - To start

AW: AW: Application outside WEBAPPS

2007-08-03 Thread hans.mader
Regards, Hans > > -Ursprüngliche Nachricht- > Von: Mladen Turk [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 02. August 2007 13:11 > An: Tomcat Users List > Betreff: Re: Application outside WEBAPPS > > > André Vila Cova wrote: >> Hello! >> >>

Re: AW: Application outside WEBAPPS

2007-08-03 Thread Pid
on: Mladen Turk [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 02. August 2007 13:11 An: Tomcat Users List Betreff: Re: Application outside WEBAPPS André Vila Cova wrote: Hello! How can I invoke an application located outside WEBAPPS? What setup I need to do? If I have an application insi

AW: Application outside WEBAPPS

2007-08-02 Thread hans.mader
Place the myapp.xml in the /conf/Catalina/localhost/ directory. That's all. Regards, Hans -Ursprüngliche Nachricht- Von: Mladen Turk [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 02. August 2007 13:11 An: Tomcat Users List Betreff: Re: Application outside WEBAPPS André Vila

Re: Application outside WEBAPPS

2007-08-02 Thread Mladen Turk
André Vila Cova wrote: Hello! How can I invoke an application located outside WEBAPPS? What setup I need to do? If I have an application inside WEBAPPS, p.e., ../WEBAPPS/test/ in URL I invoke http://localhost/test... but if application is in other location? Take a look at http://tomcat.apache

Application outside WEBAPPS

2007-08-02 Thread André Vila Cova
Hello! How can I invoke an application located outside WEBAPPS? What setup I need to do? If I have an application inside WEBAPPS, p.e., ../WEBAPPS/test/ in URL I invoke http://localhost/test... but if application is in other location? Thanks a lot