This is my first time to try Struts in Tomcat 3.2.1 (no Apache)
struts-documentation.war deployed OK but all other .war files result in
errors (below) while the war files are being loaded. Any advice for a first
timer with Struts.
java.lang.ClassNotFoundException:
org.apache.struts.util.PropertyMessageResource
sFactory
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at....
at....
at org.apache.tomcat.context.LoadOnStartupInterceptor.contextInit(
LoadOnStartupInterceptor.java:130)
at org.apache.tomcat.core.ContextManager.initContext(
ContextManager.java:491)
at
org.apache.tomcat.core.ContextManager.init(ContextManager.java:453)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:195)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:240)
[ERROR] MessageResourcesFactory - -MessageResourcesFactory.createFactory
<java.lang.ClassNotFoundException:
org.apache.struts.util.PropertyMessageResourcesFactory>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>