facebook

Why do only servlets and JSP hot swap?

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

    xmarcus
    Member

    Hello,

    I’ve managed to get hot swapping working with myeclipse and weblogic. But it seems that only the servlets and the JSPs will “hot swap.” Other classes won’t swap. These classes are just plain old Java objects. Does anyone have any idea why I can’t get them to swap?

    Thanks

    #226774 Reply

    Riyad Kalla
    Member

    It is up to the app server to reload them, MyEclipse will deploy them but the app server’s refresh time needs to be setup to check every XXX milliseconds for changes and reload them. Have you checked the WL docs on how to set this? In Tomcat I believe it’s default is 15 seconds or osmething.

    #226944 Reply

    Don’t forget to start the app server in debug mode (myeclipse/appserver setup). If not in debug, you can’t do hot code replace.
    C.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Why do only servlets and JSP hot swap?

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