Hi,
I have subdirectories for my web application which has jsps.  Some of the
jsps include other jsps.  But try to access a jsp, the server cannot create
a file and says

Included servlet error: 500
Location: /afl/afl/update/j_coord_add.jsp
Error Location: /afl/afl/update/../../j_custom_view_edit.jspInternal Servlet
Error:

org.apache.jasper.JasperException: Unable to compile class for JSPNote:
sun.tools.javac.Main has been deprecated.
error: Can't write:
C:\webservers\jakarta-tomcat-3.2.4\work\localhost_8080%2Fafl\afl\update\_000
5f_0005f\_0005f_0005f\_0002fafl_0002fupdate_0002f_0002e_0002e_0002f_0002e_00
02e_0002fj_0005fcustom_0005fview_0005fedit_0002ejspj_0005fcustom_0005fview_0
005fedit_jsp_0$LocalEfficiency.class
Note:
C:\webservers\jakarta-tomcat-3.2.4\work\localhost_8080%2Fafl\_0002fafl_0002f
update_0002f_0002e_0002e_0002f_0002e_0002e_0002fj_0005fcustom_0005fview_0005
fedit_0002ejspj_0005fcustom_0005fview_0005fedit_jsp_0.java uses or overrides
a deprecated API.  Recompile with "-deprecation" for details.
1 error, 2 warnings

        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:282)
        at
org.apache.jasper.servlet.JspServlet.doLoadJSP(JspServlet.java:612)
....

The file name, which the tomcat (JSP Servlet) is trying to create is too
long to be saved on Win-2000, so, I think, it is unable to create the file.
Is there any way that we can configure the Tomcat to not to generate the
very long file names such as putting _0002e, _00025f etc.,  If we cannot,
that's ok, I should not use long file names and many subdirectories for my
web app.  I am using tomcat 3.2.4.

Thanks and regards,
Nagarjuna Rao Chakka
973-236-6307

<<attachment: winmail.dat>>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to