facebook

JSPs don’t auto-deploy to JBoss 4

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #295438 Reply

    plamborne
    Member

    Hi, our team has figured out how to implement hot-code replace for java files, using an exploded deployment. However, editing JSPs still requires a redeploy and server start/stop.

    How can we configure our project to either hot-code-replace or auto-deploy the JSP when saved?

    #295471

    Loyal Water
    Member

    What type of a project are you deploying?

    #295474

    plamborne
    Member

    It’s a J2EE project. There’s a EJB .jar and a webapp .war rolled up into a .ear file. When exploded, the web stuff is under
    [Jboss]/deploy/exploded_ear/exploded_war/

    We are not using any special launch configuration, and we are using the built-in JBoss4.x server. We set the Default Output Folder under Java Build Path to point at the exploded Jar directory under JBoss and hot-code replace for those classes is working great. Now we just need to get the JSPs to do the same.

    #295475

    Loyal Water
    Member

    plamborne,
    If you create a new Web Project and deploy it to the JBoss server, do the JSP changes get deployed on their own?

    #295479

    plamborne
    Member

    Yes, that does work. Our project is a large, legacy struts project that is laid out quite a bit differently from the default web project. I understand that you probably only support the default web project layout. At least I have something to look at as a guide, so thanks for that. I’ll post back if I find some silver bullet…

    #295526

    Loyal Water
    Member

    I understand that you probably only support the default web project layout.

    That is correct. We only support the default project layout.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: JSPs don’t auto-deploy to JBoss 4

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