You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Pe...@comsat.com on 2001/02/01 20:32:48 UTC

Tomcat install on unix

I install tomcat 3.2 into my unix user account. It starts up well. Sevelet
running well also. But alwasy problem in running JSP. It post an error page like
following, It seems compiler can not work properly. I guess it is related to the
account access right. The jdk1.1 is installed in /usr/jdk1.1 by unix system
administrator. 
Error: 500 
Location: /examples/jsp/num/numguess.jsp 
Internal Servlet Error: 
org.apache.jasper.JasperException: Unable to compile class for JSP 
at java.lang.Throwable.(Compiled Code) 
at java.lang.Exception.(Compiled Code) 
at javax.servlet.ServletException.(Compiled Code) 
at org.apache.jasper.JasperException.(Compiled Code) 
... 
Root cause: 
java.lang.IllegalArgumentException: Unknown argument 
at java.lang.Throwable.(Compiled Code) 
at java.lang.Exception.(Compiled Code) 
... 
Thanks for your advice, 
Peter