[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Problem with name munging of class files
Hi!
I have a problem how the filenames for the java and class files are
generated.
JspServlet seems to generate the classname from the original request-url
instead
of using the actual path where the jsp-File is found.
The problem evolves because I'm transporting the session-ID as first
directory in
the url and use mod_rewrite in apache to strip it off and set it as
parameter. Now
I get a java-class file for each session of each jsp-file :-(
--
Jens