facebook

Having effect of java/jsp changes without restarting tomcat

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

    mickmick
    Member

    How should I configure tomcat so that JSP/Java changes are in effect immediately without restarting the tomcat? When I redeploy the app it restarts the tomcat automatically. This is really frustrating because tomcat takes 3-4 minutes to start.

    I am using Version: 6.5.1 GA
    Build id: 6.5.1-GA-20080715
    Apache Tomcat 6.0

    Thank you.

    #318851 Reply

    support-swapna
    Moderator

    mickmick ,

    The JSP changes will be automatically shown once you refresh the browser. For the java changes you can configure hot reloading in Tomcat.

    To configure reloading, add the “reloadable” attribute to your application’s Context element, either in its Context fragment or in Server.xml:

    <Context … reloadable=”true”>

    Let me know if you have any issues.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Having effect of java/jsp changes without restarting tomcat

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