facebook

My Eclipse Dubug – Hot publish/deployment

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #299379 Reply

    jibutech
    Member

    Hi,

    I am using MyEclipse to develop my enterprise application which comprises of one web project and one ejb project. I am able to develop an debug.

    But if I make some changes in my Action classes ( struts action class in web project ) or some classes in my EJB project ( both ejb and Pojo ) I need to restart the server to get the changes working. Is there anyway to do -the-fly or hot deployment where changes in java classes automatically get deployed so that restart after each change can be avoided.

    Jibu

    #299423 Reply

    Loyal Water
    Member

    What server are you deploying to? Are you deploying your project in exploded or packaged mode?

    #299502 Reply

    jibutech
    Member

    Hi Nipun,

    I’,m using JBOSS4.2.2 and exploded mode. deployment

    Thanks,

    Jibu

    #299598 Reply

    Scott Anderson
    Participant

    Jibu,

    Do you have ‘build workspace automatically’ selected? The recompile should push the changes out to JBoss if that’s the case. Also, I assume you’re changing Java files, not descriptors of some sort, correct? Finally, what JRE version are you using to run MyEclipse and JBoss? If they don’t match, this can sometimes cause errors (ie JRE 1.5 for one and JRE 1.6 for the other).

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: My Eclipse Dubug – Hot publish/deployment

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