Hello all,

I am using Tomcat 3.2.1 and I have two JSP files in the same context,
located in different directories, which are named the same.  Tomcat seems to
create the sub directory in the work folder corresponding to the web
application's directory structure, but the .class files aren't compiled into
the appropriate sub directory.  Looking at the generated code in the work
folder, the correct package statement seems to be generated at the top of
the file.  Anyway, Tomcat does not differentiate between the two JSP files
of the same name.  Is this a known bug?  Why doesn't the .java file with the
correct package statement compile into the appropriate folder?  Thanks in
advance!

Leon Palermo

Reply via email to