> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Subject: Re: Tomcat 5.5 manager deploy context descriptor
>
> > Is there a way to see, if my context.xml is actually loaded
> > anywhere?
>
> You might want to try loading LambdaProbe
> (http://www.lambdaprobe.org/).

You can also use JConsole, if you start Tomcat with the 
-Dcom.sun.management.jmxremote option.

Under the MBeans tab, follow this branch: Catalina -> WebModule -> 
//[host]/[contextPath] -> none -> none -> Attributes.  There you will find a 
good bit of information about the webapp, including various <Context> 
parameters and servlet information from web.xml (double-click on the bolded 
array items in the rightmost column to open them up).

There's also a Catalina -> Resource branch that has information about any 
<Resource> elements in use.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to