Hello,
I am trying out the WebApplication Tutorial “Working with Web Projects” from the
“Getting Started” tutorials on your website …
http://myeclipseide.com/enterpriseworkbench/help/index.jsp?topic=/com.genuitec.myeclipse.doc/html/quickstarts/firstejb/index.html
I followed the steps outlined in the quickstart to create a simple JSP page and deployed it onto my JBOSS 3.2.7
Application Server. (Step 7.2 in the quickstart).
I then enter the following URL in my Netscape Ver 8 browser …http://localhost:8080/testjsp/myjsp.jsp
… to load my JSP page and I get the following error message ..
HTTP Status 404 – /testJsp/myjsp.jsp
type Status Report
message /testjsp/myjsp.jsp
description The requested resource (/testjsp/myjsp.jsp) is not available
Apache Tomcat/5.0.30
– I am running JBOSS 3.2.7 with Embedded Tomcat.
– I see that the WAR(testJSP.war) file for my web project is under C:\jboss\jboss-3.2.7\server\default\deploy
– I have previously configured JBoss to be started from MyEclipse IDE.
Could you tell me why I am unable to deploy and test my JSP from MyEclipse IDE ?
Is there any additional configuration I need to do some where when I deploy Web Projects to JBoss 3.2.7 with Embedded Tomcat ?
I would greatly appreciate your help.
Thank You
Sam