RE: tomcat 6 and subdirectories

2008-10-24 Thread Angelov, Rossen
OK, I will put the appBase back in the host. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2008 3:38 PM To: Tomcat Users List Subject: RE: tomcat 6 and subdirectories > From: Angelov, Rossen [mailto:[EMAIL PROTECTED] > Subje

RE: tomcat 6 and subdirectories

2008-10-24 Thread Angelov, Rossen
ed and all subdirectories mapped to the proper servlet. Thanks, Ross -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 5:49 PM To: Tomcat Users List Subject: RE: tomcat 6 and subdirectories > From: Angelov, Rossen [mailto:[EMAIL PROTECTED]

RE: tomcat 6 and subdirectories

2008-10-23 Thread Angelov, Rossen
ailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2008 2:18 PM To: Tomcat Users List Subject: RE: tomcat 6 and subdirectories > From: Angelov, Rossen [mailto:[EMAIL PROTECTED] > Subject: RE: tomcat 6 and subdirectories > > I have the feeling it's not the pattern, but > something

RE: tomcat 6 and subdirectories

2008-10-20 Thread Angelov, Rossen
Sent: Thursday, October 16, 2008 2:44 AM To: Tomcat Users List Subject: Re: tomcat 6 and subdirectories - Original Message - From: "Angelov, Rossen" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, October 15, 2008 8:29 PM Subject: tomcat 6 and subd

tomcat 6 and subdirectories

2008-10-15 Thread Angelov, Rossen
Hi, I recently started using Tomcat 6 but can't configure it to map subdirectories to same servlet within the default context. I didn't have problems with the same setup in Tomcat 5. Here is an example. http://mysite/test.html - maps to the application servlet and works as expected http://mysite

Tomcat Monitoring

2007-06-27 Thread Angelov, Rossen
What is recommended for monitoring Tomcat? Or is there anything built in that can help monitoring the performance and the state of the thread pools? More specifically, I'm trying to find a way to time how long it take from the moment a request was received and when the response was returned. Than

RE: context.xml locations and servlet mappings

2007-06-04 Thread Angelov, Rossen
where ROOT is the location for the default Context. p Angelov, Rossen wrote: > Chris, > > This didn't help. Removing them is not generating errors, the servlet > still loads on startup, but then the mapping don't work. > > It doesn't make sense to remove t

RE: context.xml locations and servlet mappings

2007-06-04 Thread Angelov, Rossen
hultz [mailto:[EMAIL PROTECTED] Sent: Monday, June 04, 2007 4:46 PM To: Tomcat Users List Subject: Re: context.xml locations and servlet mappings -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ross, Angelov, Rossen wrote: > META-INF/context.xml > privileged="true"

context.xml locations and servlet mappings

2007-06-04 Thread Angelov, Rossen
Hi, I am experiencing a weird problem; when configuring my context in META-INF/context.xml, the servlet mappings stop working. I am trying to migrate web applications setup to run on Tomcat 5.0 to Tomcat 5.5 or 6. Currently one or more contexts are configured inside a host in server.xml. When I t

RE: How set a default context

2006-09-26 Thread Angelov, Rossen
y, September 26, 2006 2:15 PM To: Tomcat Users List Subject: RE: How set a default context > From: Angelov, Rossen [mailto:[EMAIL PROTECTED] > Subject: RE: How set a default context > > - a Context that has an empty PATH attribute will become the > default web application for the

RE: How set a default context

2006-09-26 Thread Angelov, Rossen
I know two ways to define a default context in Tomcat: - a Context that has an empty PATH attribute will become the default web application for the virtual host. This definitely works on Tomcat 5.5 - DefaultContext element in the Host is the other way to define a default context, but this may work

RE: isVirtualWebappRelative not working

2006-08-17 Thread Angelov, Rossen
Message- From: Angelov, Rossen [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 16, 2006 10:40 AM To: Tomcat Users List; Martin Gainty Subject: RE: isVirtualWebappRelative not working Martin, thanks for replying. I agree with what you are saying, but my point is that should work from any

RE: isVirtualWebappRelative not working

2006-08-16 Thread Angelov, Rossen
Martin, thanks for replying. I agree with what you are saying, but my point is that should work from any subdirectory /Foo or /Foo/Moo or /Foo/Moo/TooFoo because the isVirtualWebappRelative parameter is set to true. Which means the "virtual" path should be interpreted as relative to the context

isVirtualWebappRelative not working

2006-08-15 Thread Angelov, Rossen
Hi everybody, I'm having issues with isVirtualWebappRelative parameter when configuring the SSIServlet. It just won't work for me. I have set up the value to 1 to make the path be interpreted as relative to the context root, but I'm still getting the following output in catalina.out: ... SEVER