Valve post lifecycle event

2007-02-28 Thread Ravi116
I wish to cleanup resources inside a valve on server shutdown (stop a scheduler). Is there anyway to do this ? Ravi -- View this message in context: http://www.nabble.com/Valve--post-lifecycle-event-tf3310448.html#a9208545 Sent from the Tomcat - User mailing list archive at Nabble.com. ---

Persistent Mbeans

2007-02-22 Thread Ravi116
I have a requirement to create persitant custom mbeans in tomcat (read from a servlet filter). I have created a MBean and added the descriptor to server.xml - MbeanDescriptor - Any suggestions/ideas would be appreciated. Ravi -- View this message in context: http:

Password encryption for JNDI settings

2007-02-02 Thread Ravi116
Is there anyway we can encrypt password for JNDI Data source in context.xml ? Ravi -- View this message in context: http://www.nabble.com/Password-encryption-for-JNDI-settings-tf3164186.html#a8777619 Sent from the Tomcat - User mailing list archive at Nabble.com. -

Re: Custom Authentication

2006-11-21 Thread Ravi116
t; a > Realm entry in your server.xml file to your new Realm. Put your SSO login > in the Custom Realm. I'm sure this isn't the only way, but it is the > first > thing that comes to mind. > > Let me know if you need help with either of those ideas. > > Marcus

RE: How to use catalina classloader

2006-10-25 Thread Ravi116
Charles, Sorry abt the typo. I have tried the privileged="true" in application context xml file. dosent work. Wondering if the code loads with Catalina classloader based on package structure ? Ravi -- View this message in context: http://www.nabble.com/How-to-use-catalina-classloader-tf2504023

RE: How to use catalina classloader

2006-10-25 Thread Ravi116
, but it makes automated builds harder. Besides tomcat manager dosent seem to have its classes in server/classes. Any help is appreciated. Ravi Caldarale, Charles R wrote: > >> From: Ravi116 [mailto:[EMAIL PROTECTED] >> Subject: RE: How to use catalina classloader >> &g

RE: How to use catalina classloader

2006-10-25 Thread Ravi116
I am referencing the Tomcat manager used to deploy/undeploy web application (/admin/html). Ravi Caldarale, Charles R wrote: > >> From: Ravi116 [mailto:[EMAIL PROTECTED] >> Subject: RE: How to use catalina classloader >> >> Writing a custom tomcat manager

RE: How to use catalina classloader

2006-10-24 Thread Ravi116
Writing a custom tomcat manager to add "roll-back" features. Ravi Caldarale, Charles R wrote: > >> From: Ravi116 [mailto:[EMAIL PROTECTED] >> Subject: How to use catalina classloader >> >> Need the web application to use catalina classloader. > &

How to use catalina classloader

2006-10-24 Thread Ravi116
Need the web application to use catalina classloader. Is there anywy to achieve this apart from putting the classes under ${catalina.base}/server/classes ? Appreciate any help, Ravi -- View this message in context: http://www.nabble.com/How-to-use-catalina-classloader-tf2504023.html#a6981231 Se