Bug in Form Based Authentication? (v5.0.25)

2004-09-08 Thread Jon Wilmoth
I through I'd try re-explaining an issue I didn't get an answer on before.  Hopefully this is clearer! I've deployed two apps to a single instance of Tomcat v5.0.25.  Both apps are deployed as the default app for their respective domains (i.e. Context path= ...)  The app deployed to

404 response form authentication problem

2004-08-30 Thread Jon Wilmoth
I have a login form that works fine in my local development environment with a single webapp deployed to the default localhost host. However, in a hosted environment with multiple hosts defined in my server.xml Tomcat returns a 404 response and a blank page. The html form follows the servlet

RE: JNDI Context Environment settings?

2003-09-10 Thread Jon Wilmoth
-Original Message- From: Jon Wilmoth Sent: Tuesday, September 09, 2003 7:53 PM To: Tomcat Users List Subject: JNDI Context Environment settings? If accessing a Tomcat (4.1.27 in my case) jndi tree from another jvm (i.e. command line) what values should I use

Encrypt passwords for JNDI Resources (Datasource specifically)

2003-09-09 Thread Jon Wilmoth
I'd like to be able to encrypt the database passwords used in the JDBC pool configuration block. Is this possible in 4.1.27? 5.x? Something as simple as base64 encoding would be fine, I just can't store it as easy to read plain text.

JNDI Context Environment settings?

2003-09-09 Thread Jon Wilmoth
If accessing a Tomcat (4.1.27 in my case) jndi tree from another jvm (i.e. command line) what values should I use for Context.INITIAL_CONTEXT_FACTORY, Context.PROVIDER_URL, etc. for Tomcat? I believe 4.x has a JDNI implementation, but the description of how to attach to it externally is not very