-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Hi everybody,
 
I'm currently trying to upgrade from JServ 0.9 to JServ 1.0 (Solaris 5.6, JDK 1.2 FYI, 
but this shouldn't matter).
 
We call our servlets this way: http://host/servlet/package1/package2/ServletName
 
This doesn't work in 1.0 anymore. It always says "File not found on this server". 
Eventually, I discovered I have to write 
http://host/servlet/package1.package2.ServletName now - dots instead of slashes.
 
In 0.9 both versions were accepted.

Strangely, this change doesn't appear in the change history! And FAQ-O-Matic doesn't 
know anything about it either.
 
Since all our pages link to servlets using the slash-syntax, we'd have a REAL problem 
if we had to change them all.
 
Help appreciated,
Stefan


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to