Most Servlet Engines consider URL Rewriting a last resort, they first
attempt to use Cookies, and if all else fails they resort to URL Rewriting.
Try turning off Cookies in your browser and see if your servlet engine
starts rewriting the URL's. Some Servlet engines also allow you to force
URL Rewriting using some property file or parameter, but that's completely
up to the Servlet engine's creator.
(*Chris*)
----- Original Message -----
From: "Alper Atici" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 27, 1999 3:37 PM
Subject: URL rewriting in JSDK2.1 Java Web Server
> Hi everybody,
> I'm using JSDK2.1 Java Web Server to test my servlets, however URL
rewriting
> does not seem to be working. Is it disabled by default in the server? If
so,
> what do I have to do to enable it? (an entry in one of the config files?)
> Thank you.
>
> -alper
>
>
___________________________________________________________________________
> 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
>
___________________________________________________________________________
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