0 Replies Latest reply on May 23, 2002 9:38 AM by kalyansundhar

    JBoss 2.4.6 / Tomcat4 - HTTP 500 Internal Server Error

      I have Jboss 2.4.6 standalone installed in my Win2k system. (d:\JBoss-2.4.6). I have Tomcat4 installed separately (d:\Tomcat4). I have integrated Tomcat with Jboss successfully. Now when i make a .war file and put it in deploy directory of JBoss, the web application is getting deployed fine and i am able to access the JSPs.

      But each time i need to make a .war and put it in deploy directory of JBoss, even if i make a small change in any of the JSPs.

      Instead of making the .war file, if i put the entire webapplication directory inside the deploy directory, the application is getting deployed, but i could n't able to access the JSP. I am getting following error.

      [INFO,Engine] StandardHost[localhost]: MAPPING configuration error for request URI
      [ERROR,Engine] HttpProcessor[8080][2] process.invoke
      java.lang.NullPointerException
      at org.apache.catalina.valves.ErrorDispatcherValve.status(ErrorDispatcherValve.java:280) ......

      With integratd Jboss-Tomcat, is there any way to access the web application without making .war file.

      Thanks
      Kalyan