A_Elric
A_Elric

Reputation: 3568

Getting hot code replace working (Eclipse EE juno, Jboss AS 7.1)

I have referred to the question Here and have been unable to resolve my issue at all.

I'm making a dynamic web project that uses jsp / css as well as jquery. Right now I need to stop the server, clean, and republish.

I have build automatically checked, I have selected automatically publish on the server... I'm not really sure if I'm missing something but I'd love to get this working as frontend development without realtime editing is horrid.

I'm not using maven or any other form of source control (yet)(I can add in ivy, if need be?)

Thanks.!

Image of server setup

I also have build automatically checked.

Upvotes: 1

Views: 1629

Answers (1)

Pablo Lascano
Pablo Lascano

Reputation: 662

If your are using the JBoss Server Manager that came with the Jboss Tools Suite you have to mark the "Automatically publish when resources change" option of the "Publishing" section of your Jboss Server Configuration.

You can find the Jboss Tools for Juno here, or you can use the Jboss Developer Studio IDE, that is an Eclipse Indigo + Jboss Tools like explained here (I'm using it, and it runs way better than eclipse, don't know why, but that's just my experience)

Upvotes: 1

Related Questions