facebook

Hot deployement of Struts-config.xml & tiles-defs.xml

💡
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. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #257171 Reply

    If I make any changes in Struts-config.xml & tiles-defs.xml , i need to redeploy the application.
    Is there any feature in Myeclipse that will allow reloading of these files without redeploying the
    application?

    #257221

    Riyad Kalla
    Member

    If you are using an exploded deployment, these files are deployed immediately after saving the file. The problem is that the Struts and Tiles classes are not written to poll for changes to the config files and reload them when they change. You can touch the web.xml file which will force the context to reload though.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Hot deployement of Struts-config.xml & tiles-defs.xml

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