Re: Update Tomcat 5 -> 6 .. JDBC driver problem

2007-06-28 Thread Jon Wilmoth
The "Modified directory structure" section of http://tomcat.apache.org/migration.html describes what you need to do. I created my own ${catalina.home}/lib/shared subdirectory to keep the out-of-the-box jars separate from my jars. - Original Message From: David Smith <[EMAIL PROTECTED]

Re: Dynamic form-login-page?

2007-06-27 Thread Jon Wilmoth
ay, June 27, 2007 6:03:26 AM Subject: Re: Dynamic form-login-page? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jon, Jon Wilmoth wrote: > Unfortunately it looks like the Struts 2 architectural change is the > culprit after all. That's an interesting side-effect of switching from

Re: Dynamic form-login-page?

2007-06-26 Thread Jon Wilmoth
and possibly suggest a workaround. For example would it be feasible to plug-in a subclass of org.apache.catalina.core.ApplicationDispatcher that had an invoke method that always executed the filter chain even if the servlet was null? Thanks, Jon - Original Message From: Jon Wilmoth <[EM

Re: Dynamic form-login-page?

2007-06-25 Thread Jon Wilmoth
! - Original Message From: Jon Wilmoth <[EMAIL PROTECTED]> To: users@tomcat.apache.org Sent: Monday, June 25, 2007 2:43:45 PM Subject: Dynamic form-login-page? I'm having problems using FORM authentication and a dynamic login page via Struts 2. I've tried the following web.xml/struts.

Dynamic form-login-page?

2007-06-25 Thread Jon Wilmoth
I'm having problems using FORM authentication and a dynamic login page via Struts 2. I've tried the following web.xml/struts.xml entries with S2.0.8 & Tomcat 5.5.23, but get a 404 "The requested resource (/mywebapp/login.action) is not available" message. FORM /login.action /loginFailure

Re: v5.5.x default context support outside of server.xml

2006-10-12 Thread Jon Wilmoth
.x default context support outside of server.xml > From: Jon Wilmoth [mailto:[EMAIL PROTECTED] > Subject: v5.5.x default context support outside of server.xml > > There seems to be some conflict between different sections > of the context config documentation that leads me to believe

v5.5.x default context support outside of server.xml

2006-10-12 Thread Jon Wilmoth
I've tried unsuccessfully to deploy my webapp as the default context for my host using a context defined outside of the server.xml (individual files (with a ".xml" extension) in the $CATALINA_HOME/conf/[enginename]/[hostname]/ directory) as strongly recommended in http://tomcat.apache.org/tomca