Craig McClanahan gmail.com> writes:
> For Tomcat specifically, the context path "ROOT" is treated as a magic
> name that corresponds to the root web application. Note that you'll
> have to remove the webapps/ROOT directory, because that's where the
> root webapp shipped with Tomcat lives. You c
Ruth, Brice fiskars.com> writes:
> In the context file you deploy to conf/Catalina/localhost, the path
> should still be "", just as it was before. You now have it set to "/"
> which is why you get a '//' in your action.
I'm agree with you but it's not something I can do easily. I'm trying IB
Hi,
My web app is running under tomcat 5.0/struts 1.21. It was deployed in
webapps/ROOT. All was working fine (request.getContextPath() was returning "").
Now the same web app is deployed using a xml file in conf/Catalina/localhost
tomcat's directory :
path attribute context is set to "/" an
Jim Kennedy mindspring.com> writes:
> What causes the framework to use the SecureRequestProcessor.>
You have to change the controller processorClass in your struts-config.xml.
Switch to org.apache.struts.action.SecureRequestProcessor or
org.apache.struts.action.TilesSecureRequestProcessor if y
Hi,
I'm successfully using struts / tiles / sslext except in one case :
All my pages are rendering using tiles.
After a form validation, I have to redirect the user to a secure page. Using
sslext, I can set the secure property in the struts-config.xml but it
doesn't work as I expect : If erro
Hi,
I'm successfully using struts / tiles / sslext except in one case :
All my pages are rendering using tiles.
After a form validation, I have to redirect the user to a secure page.
Using sslext, I can set the secure property in the struts-config.xml but
it doesn't work as I expect : If errors
Hi,
I've configured struts, tiles and sslext. All seems to work quite well
but I can't find out a solution to this problem :
All my pages are rendering using tiles.
A JSP containing a form must forward to another JSP page if the
validation is ok. To achieve this, I put in the corresponding actio
tter approach.
--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
- Original Message -----
From: "Ludovic Bailly" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 30, 2004 8:17 AM
Subject: How to create a custom tag which returns stru
8 matches
Mail list logo