2 Replies Latest reply on Mar 11, 2002 5:43 AM by erikture

    3.0.0 beta and Tomcat 4.0.2

    erikture

      Hello!

      I have installed the 3.0 beta bundled with Tomcat 4.0.2
      I deploy my .ear file. The same that works with 3.0 alpha and Jetty. My beans are deployed fine. I can run my Junit testcases. The runs 3 times faster than on the alpha release :-)

      But during startup I receive the following error.

      java.io.FileNotFoundException c:\Program\jboss-tomcat\jakarta-tomcat-4.0.2\work\localhost\webbpublication_*\WEB_INF\lib\configuration.jar (The filename, directory name, or volyme lavbel syntax is incorrect)

      The configuration.jar is part of my .ear file. It is also part of the .war file that is included in the .ear file. Bellow the ...\work directory there is a directory called localhost created, but nothing more.

      Later when accessing the url for my applications i recievie the following error.

      Apache Tomcat/4.0.2 - HTTP Status 500 - No Context configured to process this request

      I have read the threads about the "500" error but it has not helpt me.

      What causes my problem?

      /Erik Turesson