RE: context problem

2013-07-24 Thread Edward W. Rouse
ions within the base war file (apparently in memory) so that it looks like a single code base to tomcat. Again, worked in 5.5 not in 7.0. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, July 24, 2013 12:32 PM To: Tomcat Users List Subje

RE: context problem

2013-07-24 Thread Edward W. Rouse
able to get one or the other, not both together as an integrated whole. From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Wednesday, July 24, 2013 1:02 PM To: ero...@comsquared.com Subject: RE: context problem jars require permission to access and set the classLoader here is an

RE: context problem

2013-07-24 Thread Caldarale, Charles R
> From: Edward W. Rouse [mailto:ero...@comsquared.com] > Subject: context problem > IDWMClassLoader extends WebappClassLoader. > I have been reading to docs to try and figure out how to get both the normal > webapp base directories and the outside the base directories to be found. I suspect yo

Re: Context problem in tomcat 5.5

2006-12-05 Thread David Smith
An even better resource for servlet mapping is the servlet spec. It can be downloaded here: http://jcp.org/aboutJava/communityprocess/final/jsr154/index.html SRV.11 describes mapping requests to servlets and SRV.13.4 describes elements of a web.xml file. --David Martin Gainty wrote: servl

RE: Context problem in tomcat 5.5

2006-12-05 Thread Larry Isaacs
d by Chuck. Cheers, Larry > -Original Message- > From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 05, 2006 10:18 AM > To: Tomcat Users List > Subject: RE: Context problem in tomcat 5.5 > > > From: Rizwan Ahmad [mailto:[EMAIL PROTECTED] >

Re: Context problem in tomcat 5.5

2006-12-05 Thread Martin Gainty
servlet-mapping in web.xml? an example for cgi located at http://tomcat.apache.org/tomcat-5.0-doc/RELEASE-NOTES.txt HTH M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the i

RE: Context problem in tomcat 5.5

2006-12-05 Thread Caldarale, Charles R
> From: Rizwan Ahmad [mailto:[EMAIL PROTECTED] > Subject: Context problem in tomcat 5.5 > > When I startup tomcat it automatically unpacks war > file but when I try to access my website using > http://localhost:8080/samena/ it says "The requested > resource (/samena/) is not available." Your web

Re: Context Problem

2006-05-18 Thread Alexander E Genaud
Fretzlaff, path not patch Alex -- 55.67N 12.588E CCC7 D19D D107 F079 2F3D BF97 8443 DB5A 6DB8 9CE1 -- -- Videresendt meddelelse -- From: fretzlaff <[EMAIL PROTECTED]> To: users@tomcat.apache.org Date: Wed, 17 May 2006 11:58:24 -0700 (PDT) Subject: Context Problem I created

Re: Context Problem

2006-05-17 Thread Corobitsyn Roman
Hello fretzlaff, See http://tomcat.apache.org/tomcat-5.5-doc/config/context.html for atributes for container You wrote I created a context for my webapp with a file named teste.xml under the f> conf\Catalina\localhost with de content: f> crossContext="true" debug="3"> f> f> In my app I have