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]
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
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
!
- 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.
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
.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
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