Re: Installing My Own DirContext

2006-07-11 Thread Mark Thomas
Mike Wannamaker wrote: > Does anyone have any input on this? > > What I want is through some config settings install my own DirContext.class Just configure a Resources element for your Context http://tomcat.apache.org/tomcat-5.5-doc/config/resources.html http://tomcat.apache.org/tomcat-5.5-doc/c

Installing My Own DirContext

2006-07-11 Thread Mike Wannamaker
Does anyone have any input on this? 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 a

RE: Installing My Own DirContext

2006-07-10 Thread Mike Wannamaker
lete 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 app

Re: Installing My Own DirContext

2006-07-10 Thread Martin Gainty
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'" Sent: Monday, July 10, 2006 8:29 AM Subject:

Installing My Own DirContext

2006-07-10 Thread Mike Wannamaker
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 d