> Thanks, that helped. I was starting the server using bootstrap.jar. Now > I get a new exception > > javax.servlet.ServletException: Cannot find message resources under key > org.apache.struts.action.MESSAGE > at > org.apache.jasper.runtime.PageContextImpl.handlePageException(Unknown > Source)
Usually, that happens if there's no XML parser available. There have been a few issues lately with the Catalina build script lately (lots of changes there), and there have been a few packaging mistakes. It should be fixed now. > Here is an interesting note. Raj Kumar posted a message "Error starting > tomcat". I get the same error unless I call startup.bat from the slide > server root in stead of the bin directory. Yes, you have to call it from the server root, as usual with Tomcat. You can also set the CATALINA_HOME env variable, and you'll be be able to launch it from wherever you want. Remy
