I installed struts 1.2.9 into my computer, then copied struts webapps WAR files into tomcat_home/webapps folder, and they were deployed by the server, but when I run struts-blank and struts-mailreader, I got the following exception:
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
here is my classpath: CLASSPATH = C:\Tomcat\bin;C:\Program Files\Java\jdk1.5.0_06\bin; C:\Tomcat\common\lib\servlet-api.jar;C:\Tomcat\common\lib\jsp-api.jar; C:\mysql-connector-java-3.1.12\mysql-connector-java-3.1.12-bin.jar
and all struts jar files are in the WEB-INF/lib folder of each webapps. I'm using Tomcat 5.5.16, Tnank you in advance for any advises.
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)