facebook

SynconDemand jsp yes – src no

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #226639 Reply

    jfaulkner
    Member

    Eclipse 3.0.1
    MyEclipse 3.8.4
    JBoss 3.2.3

    When saving changes to jsp’s and deployment descriptor they are automatically deployed to the exploded archive but changes to src code aren’t deployed causing me to have to redeploy the app manually.

    Is this the expected behaviour or is there a way to configure it to deploy src also?

    #226645 Reply

    Riyad Kalla
    Member

    They actually *are* deployed, but it is up to your application server (and it’s configuration) in order to allow reloading of changed classes (instead of just continually running the cached ClassLoader copy under you restart the app server).

    Check the JBoss docs on how to turn on reloading. In Tomcat you do this by adjusting your context settings and setting the attribute “reloadable” to true.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: SynconDemand jsp yes – src no

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