Re: Tomcat 6: How to tell a Context/Webapp where to look for files?

2009-02-05 Thread Steve Mysterious
From: Caldarale, Charles R chuck.caldar...@unisys.com Tomcat: 6.0 Tomcat Installation Directory: C:\Program Files\Apache Software Foundation\Tomcat 6.0 OS: Windows XP ( Windows 5.1 service pack 2 ) Java: JDK 1.6.0_10-beta snip.. I noticed that if I don't give my JSPs and my servlet a path

RE: Tomcat 6: How to tell a Context/Webapp where to look for files?

2009-02-05 Thread Caldarale, Charles R
From: Steve Mysterious [mailto:tinker...@gmail.com] Subject: Re: Tomcat 6: How to tell a Context/Webapp where to look for files? Unfortunately I don't have the option of altering the part of the code where the context(web application) reads in the file it needs. Then you're pretty much out

Re: Tomcat 6: How to tell a Context/Webapp where to look for files?

2009-02-05 Thread André Warnier
Caldarale, Charles R wrote: From: Steve Mysterious [mailto:tinker...@gmail.com] [...] Well, if you really really need this, I suppose you could run several Tomcats, each sharing CATALINA_HOME (and thus the basic Tomcat code etc..), but each having its own CATALINA_BASE. Then, if you want to

Re: Tomcat 6: How to tell a Context/Webapp where to look for files?

2009-02-04 Thread André Warnier
Steve Mysterious wrote: Hi; Tomcat: 6.0 Tomcat Installation Directory: C:\Program Files\Apache Software Foundation\Tomcat 6.0 OS: Windows XP ( Windows 5.1 service pack 2 ) Java: JDK 1.6.0_10-beta Context/Webapp Name: abcdev I'm using the above configuration to set up a development

Tomcat 6: How to tell a Context/Webapp where to look for files?

2009-02-03 Thread Steve Mysterious
Hi; Tomcat: 6.0 Tomcat Installation Directory: C:\Program Files\Apache Software Foundation\Tomcat 6.0 OS: Windows XP ( Windows 5.1 service pack 2 ) Java: JDK 1.6.0_10-beta Context/Webapp Name: abcdev I'm using the above configuration to set up a development environment for myself. I used

RE: Tomcat 6: How to tell a Context/Webapp where to look for files?

2009-02-03 Thread Caldarale, Charles R
From: Steve Mysterious [mailto:tinker...@gmail.com] Subject: Tomcat 6: How to tell a Context/Webapp where to look for files? I noticed that if I don't give my JSPs and my servlet a path that they look for files in CATALINA_HOME You should probably be using