RE: Resources for a Context

2003-01-30 Thread David Keyes
for a Context, Tomcat does things in slightly the wrong order during initialization. I have the following structure in my server.xml: Host ... Context ... Resources className=com.my.dirContext ... / /Context /Host During the parsing of the server.xml file, setResources() is called

RE: Resources for a Context

2003-01-23 Thread Shapira, 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 would be required. I've spent a bit

RE: Resources for a Context

2003-01-23 Thread David Keyes
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, Can you please illustrate a possible use

RE: Resources for a Context

2003-01-23 Thread Shapira, Yoav
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 earlier posts, the primary place where this makes sense is in development

Resources for a Context

2003-01-22 Thread David Keyes
this completely wrong? This all seems to be a moot point anyway, since whenever I make a Resources entry within a Context element, I get the following error from Tomcat at startup: java.lang.IllegalArgumentException: Document base C:\usr\jakarta-tomcat-4.0.6\C:\test does not exist

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 Context path=/myapp docBase=C:/test/ Resources className=org.apache.naming.resources.FileDirContext docBase=c:/dev/proj1/web / Resources className

RE: Resources for a Context

2003-01-22 Thread Turner, John
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] Subject: Resources for a Context I am confused about

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 exactly Resource entries are supposed

RE: Resources for a Context

2003-01-22 Thread David Keyes
, 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: Resources for a Context

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 So what mechanism would you suggest for making MORE

RE: Resources for a Context

2003-01-22 Thread David Keyes
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] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Resources

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 I would be happy to make any modifications

file resources outside the context docbase

2002-07-15 Thread Chad Manning
Hello all, I have a simple question I could not find an answer to in the docs or message archives... I want to keep my static content tree out of my .war file, but I need to refer to it's contents to generate my pages. Since I am using apache/mod_jk, I figured I would simply set up an