Antonio Freixas wrote:
>
> Ron Reynolds <[EMAIL PROTECTED]> wrote:
>
> > however response.encodeURL() doesn't work in Tomcat (don't know why - it
> > just doesn't).
>
> It doesn't because they didn't implement it. You have to look in the
> source code to see it:
>
> jakarta-tomcat/src/share/org/apache/tomcat/core/HttpServletResponseFacade.java:
>
>     public String encodeURL(String url) {
>         // XXX
>         // we don't support url rewriting yet!
>         return url;
>     }
>
> Now, are there any servers out there (besides tomcat) which support
> JSP 1.1 and URL re-writing? I'm assuming there aren't since this was
> just recently released, but I'm new at this and don't know if the new
> jsp/servlet code can be easily integrated with existing servers.

<vendor>
Yes, there are others. Orion comes to mind (a complete J2EE server), and our
LiteWebServer (<http://www.gefionsoftware.com/LiteWebServer/> that you can use
free of charge, unless you want support and/or the right to distribute it.
I'm sure there are others, see Sun's servlet and JSP pages for references.
</vendor>

--
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to