The JspRedirector work perfectly now. Thanks Vincent!
Erik
Erik Howell
CAP Gemini Ernst & Young US, LLC
[EMAIL PROTECTED]
312-879-3351
|------------------------+------------------------+------------------------|
| | "Vincent Massol" | |
| | <[EMAIL PROTECTED]> | To: |
| | | <cactus-user@jakarta.|
| | 08/02/2001 04:11 AM | apache.org> |
| | Please respond to | cc: |
| | cactus-user | Subject: |
| | | Re: Cactus in VAJ3.5 |
| | | and WTE |
|------------------------+------------------------+------------------------|
Hi Todd,
I have make the correction in CVS and will publish it to the web site soon
(later today probably but I need to make some changed to the web site
before
I do so). Regarding the jsp-file, it is probably not supported with no
equivalent (I had the same problem with Tomcat 3.1). the workaround is very
simple, simply do not define any mapping for the JSP Redirector and modify
cactus.properties to be :
cactus.jspRedirectorURL = http://localhost:8080/test/redirector.jsp
instead of (cactus.jspRedirectorURL =
http://localhost:8080/test/JspRedirector). The ony limitation with this way
of doing (very minor) is that you cannot define init parameters for the
JSP.
Can you verify the modifications I have made to the tutorial and tell me if
what I explained above works so that I can change the tutorial to reflect
this ?
Thanks for your participation !
-Vincent
----- Original Message -----
From: "Idler, Todd" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 01, 2001 10:54 PM
Subject: RE: Cactus in VAJ3.5 and WTE
[snip]
I also can't get TestJspTestCase to work. I'm getting
"java.io.FileNotFoundException: http://localhost:8080/test/JspRedirector".
The url comes from cactus.properties. It looks like the <code> element
used
to define the jsp page in test.webapp doesn't work. In the Servlet 2.2
API,
this should be <jsp-file>. Like init-param, jsp-file isn't supported.
Unfortunately, I haven't been able to find what the Websphere/WTE
equivalent
is, if there is an equivalent. If I find it, I'll let you know.