hello,
i just installed tomcat 3.2.1, and example servlets
worked fine when i compiled them with tomcat.sh jspc, but the example jsp pages
didnt. when i go to localhost:8080 and go to the exaple jsp section and try to
execute them, they just hang and tomcat stops responding and fork bombs with
java processes. the only warnings/errors i have received were when i tried to
compile the jsp pages in the webapps/test/jsp directory:
chopin:/etc/jakarta-tomcat-3.2.1/webapps/test/jsp#
/etc/jakarta-tomcat-3.2.1/bin
/tomcat.sh jspc *.jsp 2> error.log Guessing TOMCAT_HOME from tomcat.sh to /etc/jakarta-tomcat-3.2.1/bin/.. Setting TOMCAT_HOME to /etc/jakarta-tomcat-3.2.1/bin/.. chopin:/etc/jakarta-tomcat-3.2.1/webapps/test/jsp# cat error.log 2001-05-11 03:48:43 - error-the file '/jsp/beanTest2.jsp' generated the followin g parse exception: org.apache.jasper.JasperException: Cannot find any informatio n on property 'age' in a bean of type 'jsp.TestBean2' 2001-05-11 03:48:44 - error-the file '/jsp/buffer1.jsp' generated the following parse exception: org.apache.jasper.compiler.CompileException: /etc/jakarta-tomca t-3.2.1/webapps/test/jsp/buffer1.jsp(3,0) Page directive: invalid value for buff er 2001-05-11 03:48:44 - error-the file '/jsp/buffer2.jsp' generated the following parse exception: org.apache.jasper.compiler.CompileException: /etc/jakarta-tomca t-3.2.1/webapps/test/jsp/buffer2.jsp(3,0) Page directive: invalid value for buff er 2001-05-11 03:48:44 - error-the file '/jsp/buffer3.jsp' generated the following parse exception: org.apache.jasper.compiler.CompileException: /etc/jakarta-tomca t-3.2.1/webapps/test/jsp/buffer3.jsp(3,0) Page directive: invalid value for buff er 2001-05-11 03:48:44 - error-the file '/jsp/buffer4.jsp' generated the following parse exception: org.apache.jasper.compiler.CompileException: /etc/jakarta-tomca t-3.2.1/webapps/test/jsp/buffer4.jsp(3,0) Page directive: invalid value for buff er 2001-05-11 03:48:44 - error-the file '/jsp/pageAutoFlush.jsp' generated the foll owing parse exception: org.apache.jasper.compiler.CompileException: /etc/jakarta -tomcat-3.2.1/webapps/test/jsp/pageAutoFlush.jsp(0,0) =Page directive: invalid v alue for autoFlush 2001-05-11 03:48:44 - error-the file '/jsp/pageDouble.jsp' generated the followi ng parse exception: org.apache.jasper.compiler.CompileException: /etc/jakarta-to mcat-3.2.1/webapps/test/jsp/pageDouble.jsp(1,0) Page directive: can't have multi ple occurrences of extends 2001-05-11 03:48:44 - error-the file '/jsp/pageInvalid.jsp' generated the follow ing parse exception: org.apache.jasper.compiler.ParseException: /etc/jakarta-tom cat-3.2.1/webapps/test/jsp/pageInvalid.jsp(0,0) Page directive: Invalid attribut e, invalid 2001-05-11 03:48:44 - error-the file '/jsp/pageIsErrorPage.jsp' generated the fo llowing parse exception: org.apache.jasper.compiler.CompileException: /etc/jakar ta-tomcat-3.2.1/webapps/test/jsp/pageIsErrorPage.jsp(0,0) =Page directive: inval id value for isErrorPage 2001-05-11 03:48:44 - error-the file '/jsp/pageIsThreadSafe.jsp' generated the f ollowing parse exception: org.apache.jasper.compiler.CompileException: /etc/jaka rta-tomcat-3.2.1/webapps/test/jsp/pageIsThreadSafe.jsp(0,0) =Page directive: inv alid value for isThreadSafe 2001-05-11 03:48:44 - error-the file '/jsp/pageLanguage.jsp' generated the follo wing parse exception: org.apache.jasper.compiler.CompileException: /etc/jakarta- tomcat-3.2.1/webapps/test/jsp/pageLanguage.jsp(0,0) Page directive: No mapping f or language: nada 2001-05-11 03:48:44 - error-the file '/jsp/pageSession.jsp' generated the follow ing parse exception: org.apache.jasper.compiler.CompileException: /etc/jakarta-t omcat-3.2.1/webapps/test/jsp/pageSession.jsp(0,0) Invalid value for session however, most java files have been
generated.
any pointers as to what i need to do to get it
working?
tia,
pavel
|