standard way to include XML resources

2002-11-25 Thread Thomas . Gaudin
Hi, Can someone point me to an example showing how to use a custom XML file as a ressource in Tomcat ? Is it possible to use the package org.apache.tomcat.util.xml for this purpose ? Thanks, Thomas -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

App Initialization question

2002-11-26 Thread Thomas . Gaudin
Hi, I need to store an object in the application context and this object has to be instatiated when the application is deployed. I am thinking about a solution but I would like confirmation that it is a good practice to do : - declare a servlet that would have a load-on-startup element in

How to disable persistent session ?

2003-04-04 Thread Thomas . Gaudin
Hi, I think this question has already been asked but not answered, so I submit it again. How can I disable persistent sessions in tomcat ? Why is it enabled by default ? thanks, Thomas - To unsubscribe, e-mail: [EMAIL

How to disable persistent sessions

2003-04-04 Thread Thomas . Gaudin
Hi, I think this question has already been asked but not answered, so I submit it again. How can I disable persistent sessions in tomcat ? Why is it enabled by default ? thanks, Thomas - To unsubscribe, e-mail: [EMAIL

instanceof drives me nuts!

2003-10-31 Thread Thomas . Gaudin
Hi folks, It may be an off topic question but such weird things occurs in my tomcat project that posting here is my last chance... I took over a project for global authentication in my company extending standard tomcat authentication mecanism (extending AuthenticatorBase). As I didn't build

Authenticator valve at the host level, not possible?

2003-11-10 Thread Thomas . Gaudin
Hi, I am trying to implement my own authentication system (extending AuthenticatorBase). I would like this valve to be set up at the host level so my server.xml, looks like Host name=localhost debug=0 appBase=webapps unpackWARs=true autoDeploy=true Context path=/myContext docBase=ina