facebook

Debug – hot deployment

💡
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. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #270896 Reply

    j2ee_pro
    Member

    Hello,

    I am using MyEclipse 4.1.1 on Eclipse: 3.1.0 and Tomcat 5.0

    I am running my application that consist of Struts and Hibernate.

    I am able to develop and run my application without any problem…

    However when I change a class, the whole application gets redeployed rather than just that class being ‘replaced’ on tomcat.

    This is causing lot of delays since application start up takes a long time (many initializations take place on start up).

    Can some one point what needs to be done in order to enable such ‘hot deployment’ (replace the changed class and not redeploy the whole application)

    Thanks,

    #270932

    Riyad Kalla
    Member

    Shridhar,
    This is a Tomcat configuration issue. You need to edit the context for your application in the Tomcat directory and set the “reloadable” property to “false”.

    Please see the Tomcat docs on how to do that.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Debug – hot deployment

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