I install tomcat 3.2 into my unix user account. It starts up well. Sevelet
running well also. But always problem in running JSP. It post an error page like
following, It seems jsp 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]