facebook

[Closed] Help with deploying JSP to JBOSS 3.2.7

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #242189 Reply

    ssmalagi
    Member

    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

    #242243

    Riyad Kalla
    Member

    Try: http://localhost:8080/testJSP/myjsp.jsp

    (note the caps “JSP”)

    #242281

    ssmalagi
    Member

    Thank you …Thats solved the problem

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: [Closed] Help with deploying JSP to JBOSS 3.2.7

You must be logged in to post in the forum log in