1 Reply Latest reply on Apr 3, 2002 11:13 AM by kstoll

    How to call the jsp file from browser

    msk_1980

      hai,

      I used Tomcat and Jboss for my EJB and JSP files. I have done everything i.e placing jar files in required directories. My JBoss is loaded at c:\srikanth\JBoss and the Tomcat is loaded at c:\srikanth\Tomcat. How should i access the jsp file from the browser. I used

      http://localhost:8080/jboss/FirstEJB.jsp

      But i got an exception that the required file cannot be found on server. How should i access the jsp file from the Tomcat server.

      Thank you.