I'm not sure I understand.  That shows installed applications?

What I want is through some config settings install my own DirContext.class
so that when the web app is trying to get resources like pages, it'll use my
DirContext to try to find them.  This way I can have some common files
located outside each web application and not have to have them installed
within the web app itself.

IE:  My DirContext will provide aliasing so that I can do this Alias
"login=c:\tomcat\webres\login"  so that a request to something like
http://myapp/mycontext/login/login.jsp will be given to my DirContext class
and I'll look for c:\tomcat\webres\login\login.jsp and return it if found.

Mike Wannamaker
Senior Software Developer 
Hummingbird Ltd.
552 Princess St, Kingston, ON, K7L 1C7
Tel: (613) 548-4355 x4535
Fax (613) 548-7801
E-Mail: Mike Wannamaker
 
www.hummingbird.com
 
IMPORTANT NOTICE: This communication is privileged and contains confidential
information for the sole use of the intended recipient(s). Any unauthorized
disclosure, copying or use of this communication is strictly prohibited. If
you have received this message in error, please contact the sender and
delete this message without printing it or otherwise retaining a copy.

-----Original Message-----
From: Martin Gainty [mailto:[EMAIL PROTECTED] 
Sent: July 10, 2006 9:28 AM
To: [EMAIL PROTECTED]
Cc: Tomcat Users List
Subject: Re: Installing My Own DirContext

Good Morning Mike

For listing applications and determining properties/attributes for each take
a look at the features and functions available thru the Manager webapp
http://tomcat.apache.org/tomcat-5.0-doc/manager-howto.html#List%20Currently%
20Deployed%20and%20Installed%20Applications

HTH,
Martin --
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.



----- Original Message ----- 
From: "Mike Wannamaker" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <users@tomcat.apache.org>
Sent: Monday, July 10, 2006 8:29 AM
Subject: Installing My Own DirContext


> Hi,
> 
> I need to be able to install my own DirContext into all applications that
> start within Tomcat so that I can get content that is outside the web app
> globally for all web apps. Also I would like to be able to install one as
> well for each web app independent of each other.
> 
> How would I go about doing this?
> 
> Mike Wannamaker
> Senior Software Developer 
> Hummingbird Ltd.
> 552 Princess St, Kingston, ON, K7L 1C7
> Tel: (613) 548-4355 x4535
> Fax (613) 548-7801
> E-Mail: Mike Wannamaker
> 
> www.hummingbird.com
> 
> IMPORTANT NOTICE: This communication is privileged and contains
confidential
> information for the sole use of the intended recipient(s). Any
unauthorized
> disclosure, copying or use of this communication is strictly prohibited.
If
> you have received this message in error, please contact the sender and
> delete this message without printing it or otherwise retaining a copy.
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>


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

Reply via email to