You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Fredrik Liden <fr...@translate.com> on 2001/06/21 01:27:41 UTC

Internal Servlet Error

Hello I created a .jsp file that worked fine on JSWDK

Recently I upgraded to Tomcat 3.2.2 and now when I click on the JSP file I
get the following message:

Internal Servlet Error:

org.apache.jasper.JasperException: Unable to compile class for JSPerror:
Can't write:
/usr/local/jakarta-tomcat-3.2.2/work/localhost_8080%2Fexamples/html/html/For
ms/_0002fhtml_0002fhtml_0002fForms_0002fForms_0002ejspForms_jsp_2.class
Note:
/usr/local/jakarta-tomcat-3.2.2/work/localhost_8080%2Fexamples/_0002fhtml_00
02fhtml_0002fForms_0002fForms_0002ejspForms_jsp_2.java uses or overrides a
deprecated API.  Recompile with "-deprecation" for details.
1 error, 1 warning


How can I recompile a jsp file and find out what I need to modify?

Thanks

Fredrik