facebook

deploy a struts app and using Jboss3.0 app server

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

    vtatta
    Member

    edited the JBoss 3 preferences from Window – preferences – MyEclipse -App Servler – JBoss3.

    deployed at …/default/deploy. The war file was placed here.

    Started the JBoss 3 and while the server is starting I see this

    
    
    13:33:27,875 INFO  [WebService] Using RMI server codebase: http://nv1665:8083/
    
    13:33:56,250 INFO  [TomcatDeployer] deploy, ctxPath=/TestEcl, warUrl=file:/C:/downloads/JBOSS/jboss-4.0.1sp1/server/default/deploy/TestEcl.war/
    
    

    why does it say TomcatDeployer?

    after the server started I used this url to run my application

    http://nv1665:8083/TestEcl/test.jsp

    It yields nothing. I see a blank screen.

    In the preferences I set the JBoss to launch in debug mode. Would this mean that I can place breakpoints in my code step in when encountered?

    thanks

    #228621

    vtatta
    Member

    figured this out too.

    #228625

    Riyad Kalla
    Member

    Thank you for following up.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: deploy a struts app and using Jboss3.0 app server

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