RE: tomcat 6 and subdirectories

2008-10-24 Thread Angelov, Rossen
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] Subject: RE

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] Subject: RE

RE: tomcat 6 and subdirectories

2008-10-23 Thread Angelov, Rossen
:[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 else that's causing this problem

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

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.

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

RE: context.xml locations and servlet mappings

2007-06-04 Thread Angelov, Rossen
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 Context path= docBase=html debug=0 privileged=true Take out

RE: context.xml locations and servlet mappings

2007-06-04 Thread Angelov, Rossen
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 the path and the docBase. Especially the docBase, it specifies the Context

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

RE: How set a default context

2006-09-26 Thread Angelov, Rossen
, 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 virtual host. This definitely works

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 !--#include virtual

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: ...