AW: AW: Application outside WEBAPPS

2007-08-03 Thread hans.mader
hi,

useNaming does not affect here, correct.

What's the reason ignoring the path attribute? (6.0.14 ignores as well)

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.
 
 ?xml version='1.0' encoding='utf-8'?
 Context docBase=\\server02\share\dir1\dir2 path=/myapp useNaming=false 
 
 /Context

The path attribute will be ignored if your server version is +5.5.
(useNaming is not relevant to this problem.)

p


 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 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.org/tomcat-6.0-doc/config/context.html
 
 docBase is your friend ;)
 
 Regards,
 Mladen
 
 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
 
 Diese Nachricht ist ausschliesslich fuer den oben bezeichneten Adressaten 
 bestimmt und enthaelt moeglicherweise vertrauliche Informationen. Sollten Sie 
 nicht der oben bezeichnete Adressat sein oder diese Nachricht irrtuemlich 
 erhalten haben, ersuchen wir Sie, diese Nachricht nicht weiterzugeben, zu 
 kopieren oder im Vertrauen darauf zu handeln, sondern den Absender zu 
 verstaendigen und diese Nachricht samt allfaelliger Anlagen sofort zu 
 loeschen. Vielen Dank. 
 
 This message is intended only for use by the named addressee and may contain 
 privileged and/or confidential information. If you are not the named 
 addressee, you should not disseminate, copy, or take any action in reliance 
 on it. If you have received this message in error, please immediately notify 
 the sender of this message and delete this message and any attachment. Thank 
 you.
 
 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 







Diese Nachricht ist ausschliesslich fuer den oben bezeichneten Adressaten 
bestimmt und enthaelt moeglicherweise vertrauliche Informationen. Sollten Sie 
nicht der oben bezeichnete Adressat sein oder diese Nachricht irrtuemlich 
erhalten haben, ersuchen wir Sie, diese Nachricht nicht weiterzugeben, zu 
kopieren oder im Vertrauen darauf zu handeln, sondern den Absender zu 
verstaendigen und diese Nachricht samt allfaelliger Anlagen sofort zu loeschen. 
Vielen Dank.

This message is intended only for use by the named addressee and may contain 
privileged and/or confidential information. If you are not the named addressee, 
you should not disseminate, copy, or take any action in reliance on it. If you 
have received this message in error, please immediately notify the sender of 
this message and delete this message and any attachment. Thank you.

-
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: AW: Application outside WEBAPPS

2007-08-03 Thread Pid

[EMAIL PROTECTED] wrote:

Place the myapp.xml in the /conf/Catalina/localhost/ directory.

?xml version='1.0' encoding='utf-8'?
Context docBase=\\server02\share\dir1\dir2 path=/myapp useNaming=false 
/Context


The path attribute will be ignored if your server version is +5.5.
(useNaming is not relevant to this problem.)

p



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 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.org/tomcat-6.0-doc/config/context.html

docBase is your friend ;)

Regards,
Mladen

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






Diese Nachricht ist ausschliesslich fuer den oben bezeichneten Adressaten bestimmt und enthaelt moeglicherweise vertrauliche Informationen. Sollten Sie nicht der oben bezeichnete Adressat sein oder diese Nachricht irrtuemlich erhalten haben, ersuchen wir Sie, diese Nachricht nicht weiterzugeben, zu kopieren oder im Vertrauen darauf zu handeln, sondern den Absender zu verstaendigen und diese Nachricht samt allfaelliger Anlagen sofort zu loeschen. Vielen Dank. 


This message is intended only for use by the named addressee and may contain 
privileged and/or confidential information. If you are not the named addressee, 
you should not disseminate, copy, or take any action in reliance on it. If you 
have received this message in error, please immediately notify the sender of 
this message and delete this message and any attachment. Thank you.

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







smime.p7s
Description: S/MIME Cryptographic Signature


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 a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: AW: AW: Application outside WEBAPPS

2007-08-03 Thread Pid

[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 can't be derived from the name of the deployed context.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.

?xml version='1.0' encoding='utf-8'?
Context docBase=\\server02\share\dir1\dir2 path=/myapp useNaming=false 
/Context


The path attribute will be ignored if your server version is +5.5.
(useNaming is not relevant to this problem.)

p



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 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.org/tomcat-6.0-doc/config/context.html

docBase is your friend ;)

Regards,
Mladen

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






Diese Nachricht ist ausschliesslich fuer den oben bezeichneten Adressaten bestimmt und enthaelt moeglicherweise vertrauliche Informationen. Sollten Sie nicht der oben bezeichnete Adressat sein oder diese Nachricht irrtuemlich erhalten haben, ersuchen wir Sie, diese Nachricht nicht weiterzugeben, zu kopieren oder im Vertrauen darauf zu handeln, sondern den Absender zu verstaendigen und diese Nachricht samt allfaelliger Anlagen sofort zu loeschen. Vielen Dank. 


This message is intended only for use by the named addressee and may contain 
privileged and/or confidential information. If you are not the named addressee, 
you should not disseminate, copy, or take any action in reliance on it. If you 
have received this message in error, please immediately notify the sender of 
this message and delete this message and any attachment. Thank you.

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










Diese Nachricht ist ausschliesslich fuer den oben bezeichneten Adressaten bestimmt und enthaelt moeglicherweise vertrauliche Informationen. Sollten Sie nicht der oben bezeichnete Adressat sein oder diese Nachricht irrtuemlich erhalten haben, ersuchen wir Sie, diese Nachricht nicht weiterzugeben, zu kopieren oder im Vertrauen darauf zu handeln, sondern den Absender zu verstaendigen und diese Nachricht samt allfaelliger Anlagen sofort zu loeschen. Vielen Dank. 


This message is intended only for use by the named addressee and may contain 
privileged and/or confidential information. If you are not the named addressee, 
you should not disseminate, copy, or take any action in reliance on it. If you 
have received this message in error, please immediately notify the sender of 
this message and delete this message and any attachment. Thank you.

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







smime.p7s
Description: S/MIME Cryptographic Signature


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 can't be derived from the name of the deployed context.xml file.
 

What if you want the path to the application to differ from the name of
the deployed application?


-
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: 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 expanded directory
thereof).

2) Deploy the webapp outside of the Host appBase directory.

3) Write your own servlet container.

 - 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]



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


AW: Application outside WEBAPPS

2007-08-02 Thread hans.mader
Place the myapp.xml in the /conf/Catalina/localhost/ directory.

?xml version='1.0' encoding='utf-8'?
Context docBase=\\server02\share\dir1\dir2 path=/myapp useNaming=false 
/Context

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 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.org/tomcat-6.0-doc/config/context.html

docBase is your friend ;)

Regards,
Mladen

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






Diese Nachricht ist ausschliesslich fuer den oben bezeichneten Adressaten 
bestimmt und enthaelt moeglicherweise vertrauliche Informationen. Sollten Sie 
nicht der oben bezeichnete Adressat sein oder diese Nachricht irrtuemlich 
erhalten haben, ersuchen wir Sie, diese Nachricht nicht weiterzugeben, zu 
kopieren oder im Vertrauen darauf zu handeln, sondern den Absender zu 
verstaendigen und diese Nachricht samt allfaelliger Anlagen sofort zu loeschen. 
Vielen Dank.

This message is intended only for use by the named addressee and may contain 
privileged and/or confidential information. If you are not the named addressee, 
you should not disseminate, copy, or take any action in reliance on it. If you 
have received this message in error, please immediately notify the sender of 
this message and delete this message and any attachment. Thank you.

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