RE: Resources for a Context

2003-01-30 Thread David Keyes
ndardContext.getBasePath() and ContainerBase.setParent(). Has anyone else seen this problem? Is it fixed in a later version? Dave -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 5:30 PM To: Tomcat Users List Subject: RE: Resources for a Context

RE: Resources for a Context

2003-01-23 Thread Shapira, Yoav
ur organization. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: David Keyes [mailto:[EMAIL PROTECTED]] >Sent: Thursday, January 23, 2003 9:59 AM >To: Tomcat Users List >Subject: RE: Resources for a Context > >As I've been eluding to in my earlie

RE: Resources for a Context

2003-01-23 Thread David Keyes
in that there are others that would find the same thing useful. Does this make sense to anyone else? Dave Keyes -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 9:00 AM To: Tomcat Users List Subject: RE: Resources for a Context Howdy, C

RE: Resources for a Context

2003-01-23 Thread Shapira, Yoav
l ;) Yoav Shapira Millennium ChemInformatics >-Original Message- >From: David Keyes [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, January 22, 2003 5:10 PM >To: Tomcat Users List >Subject: RE: Resources for a Context > >I would be happy to make any modifications that w

RE: Resources for a Context

2003-01-22 Thread Craig R. McClanahan
On Wed, 22 Jan 2003, David Keyes wrote: > Date: Wed, 22 Jan 2003 17:09:44 -0500 > From: David Keyes <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: Resources for a Context

RE: Resources for a Context

2003-01-22 Thread David Keyes
Wednesday, January 22, 2003 4:24 PM To: Tomcat Users List Subject: RE: Resources for a Context On Wed, 22 Jan 2003, David Keyes wrote: > Date: Wed, 22 Jan 2003 15:53:22 -0500 > From: David Keyes <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> &

RE: Resources for a Context

2003-01-22 Thread Craig R. McClanahan
On Wed, 22 Jan 2003, David Keyes wrote: > Date: Wed, 22 Jan 2003 15:53:22 -0500 > From: David Keyes <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: Resources for a Context > &

RE: Resources for a Context

2003-01-22 Thread David Keyes
oning, please see an earlier message that I posted today with the subject "Anybody VIRTUAL CONTEXT". Thanks for your help. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 3:32 PM To: Tomcat Users List Subject: Re: Resource

Re: Resources for a Context

2003-01-22 Thread Craig R. McClanahan
On Wed, 22 Jan 2003, David Keyes wrote: > Date: Wed, 22 Jan 2003 14:27:24 -0500 > From: David Keyes <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Resources for a Context > > I am confused about what

RE: Resources for a Context

2003-01-22 Thread Turner, John
s not included, a default filesystem based Resources will be created automatically, which is sufficient for most requirements." John > -Original Message- > From: David Keyes [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 22, 2003 2:27 PM > To: [EMAIL PROTECTED] >

RE: Resources for a Context

2003-01-22 Thread Shapira, Yoav
Howdy, I assume you've read this, right? http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-resources-howto.htm l > > docBase="c:/dev/proj1/web" /> > docBase="c:/dev/proj2/web" /> > I'm confused about what the above is trying to do. What is the design goal here? Perhaps if we start with tha

Resources for a Context

2003-01-22 Thread David Keyes
I am confused about what exactly entries are supposed to accomplish in Tomcat. I have the following entry in my server.xml file for Tomcat 4.0.6: If the directory c:/dev/proj1/web/ has a file called index.html in it, I would expect loading the url http://localhost:8080/myapp/index.htm