RE: META-INF/context.xml and custom Manager

2006-05-07 Thread John D';Emic
: META-INF/context.xml and custom Manager John D'Emic wrote: > Hey all, > Hi, > > > I have a custom Manager class I'm trying to use for a single webapp. It > seems the way to do this is to have a context.xml file in the exploded > webapp's META-INF direct

RE: META-INF/context.xml and custom Manager

2006-05-05 Thread John D';Emic
but I am just guessing here. Just for kicks try common/lib or shared/lib. On 5/5/06, John D'Emic <[EMAIL PROTECTED]> wrote: > > Its in ose.jar in server/lib. From looking at the tomcat logs, it don't > see > any exceptions trying to load it or anything like that.

RE: META-INF/context.xml and custom Manager

2006-05-05 Thread John D';Emic
EMAIL PROTECTED] Sent: Friday, May 05, 2006 4:07 PM To: Tomcat Users List Subject: Re: META-INF/context.xml and custom Manager Where is this class located? net.badcurrent.ose.tomcat.manager.CustomManager Maybe it needs to be somewhere else. Just a guess. On 5/5/06, John D'Emic <[EMAIL PROT

META-INF/context.xml and custom Manager

2006-05-05 Thread John D';Emic
Hey all, I have a custom Manager class I'm trying to use for a single webapp. It seems the way to do this is to have a context.xml file in the exploded webapp's META-INF directory. I have the following: The webapp loads fine, but from looking at http://localhost:80