On Wed, May 22, 2002 at 08:35:12AM -0700, Dan Rasmussen wrote: > I have attempted to install the nightly build in my > application and ran into all sorts of problems that began > with this message when I restart tomcat: > > MessageResourcesFactory.createFactory > java.lang.ClassNotFoundException: > org.apache.struts.util.PropertyMessageResourcesFactory
Some of the struts utility classes have been moved out of struts.jar ant into the commons-*.jar archives. Have you downloaded those and placed them in your WEB-INF/lib directory along with struts.jar? > I tried moving struts jar files around (like into the > $TOMCAT_HOME/lib directory) but there is nothing but worms > in that can. Yeah, that doesn't work. The struts.jar file definitely goes in WEB-INF/lib. > I also need to move th jdk 1.4 and tomcat 4. Should I do > that migration first? I can't reccommend that. I've been working on it all week, and still haven't solved the problem: When I moved to Tomcat 4 and JDK 1.4, all of the Struts tags that use the ApplicationResources.properties file stopped working. I can't even get the login screen to display under JDK 1.4, although everything works fine for Tomcat 3.x and 4.0 under JDK 1.2.x and 1.3.x on Solaris, Linux, and NT! Having said that, please follow-up in this thread if you upgrade to JDK1.4 and all goes well! Maybe I've just lost my marbles. :) -- Jonathan Fuerth - SQL Power Group Inc. (416)218-5551 (Toronto); 1-866-SQL-POWR (Toll-Free) Unleash the Power of your Corporate Data - http://www.sqlpower.ca/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>