facebook

JBoss – Incremential deployment (of JSP and HTML)?

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    SteffN
    Member

    Hello,

    I’am trying out the Built-In capability to start JBoss out of MyEclipse. Everything works prefect, but I’am wondering, every time I changed something on my web application, I have to redeploy the whole webapp in order to show the changes on the web page. This is also necessary if I only changed some litlle things like a <br/> tag in a HTML page or something else like this. This makes development very very slow. Is it possible to show changes on HTML and JSP pages (and other ressources) in my webapp within JBoss without a whole redeployment?

    Thank you a lot!

    Regards
    Stephan

    #230231

    Riyad Kalla
    Member

    Is it possible to show changes on HTML and JSP pages (and other ressources) in my webapp within JBoss without a whole redeployment?

    Yes if you use an “Exploded” deployment instead of a “Pcakaged” deployment, your changes are deployed immediately after saving the file, so changing a br and then saving the file, you can go back to browser and hit refresh and you’ll see the change.

    #230249

    SteffN
    Member

    Hi,

    no I’m sorry but this doesn’t work. I’m already using an “Exploded” deployment but changes on my html sources will have no effect on the website until I make a complete redeployment. I have the following folder structure:

    myApp
    +— src
    +— webapp

    And the project was created as web project. Is it necessary to add the templates folder within webapp to the source folders?

    Thank you for your help!

    Regards
    Stephan

    #230253

    Riyad Kalla
    Member

    no I’m sorry but this doesn’t work. I’m already using an “Exploded” deployment but changes on my html sources will have no effect on the website until I make a complete redeployment. I have the following folder structure:

    Make sure you have Project > “Build Automatically” checked, the hot deployment functionality is hooked into the Eclipse build cycle, when a file is built (saved in most cases) it is deployed.

    And the project was created as web project. Is it necessary to add the templates folder within webapp to the source folders?

    I don’t understand what you are asking.

    #230254

    Riyad Kalla
    Member

    If my suggestion above doesn’t work, then lets’ step back and minute and can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.

    #230267

    SteffN
    Member

    Hi,

    after removing the whole project and readd it, now this works nice. Thank you a lot! 🙂

    Regards
    Stephan

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: JBoss – Incremential deployment (of JSP and HTML)?

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