Skip to main content



      Home
Home » Language IDEs » Eclipse Web Tools Platform Project (WTP) » Hot deploy stopped working
Hot deploy stopped working [message #1870932] Wed, 11 September 2024 12:00 Go to next message
Eclipse UserFriend
I had hot deploy working for a couple of weeks and all of sudden it will not work. I run the tomcat server in debug mode, state is in debugging, Synchronized. Yet when I change code in JAVA and save it, tomcat says Debugging, Restart. I can't figure why this would be happen. I don't believe I have changed anything that could case this.

Version: 2024-06 (4.32.0)
Build id: 20240606-1231
Re: Hot deploy stopped working [message #1870956 is a reply to message #1870932] Wed, 11 September 2024 15:31 Go to previous messageGo to next message
Eclipse UserFriend
That's not really anything to go on. Are the code changes you're making changing method signatures or modifying fields?
Re: Hot deploy stopped working [message #1871016 is a reply to message #1870956] Thu, 12 September 2024 14:37 Go to previous messageGo to next message
Eclipse UserFriend
I was modifying a line of code similar to

var = "<div>title</div>";
to
var= "<div class="fakestyle;">title</div>";

Even adding a comment requires a restart.

ya I know html in a method, bad but this is an existing program , not much I can do about it.

This did not happen a week ago. I've attached a copy of my tomcat settings.
  • Attachment: Shot1.png
    (Size: 118.58KB, Downloaded 68 times)
Re: Hot deploy stopped working [message #1871094 is a reply to message #1871016] Sun, 15 September 2024 14:10 Go to previous message
Eclipse UserFriend
Well that's a bit confusing, then. Changing content within a web page that doesn't execute server-side code isn't the sort of thing I'd expect to cause the server
to restart. That's not a JAVA code change as you originally indicated, though.
Previous Topic:Using Javascript with Eclipse
Next Topic:Control+Click on EL expression in Facelets not working in Eclipse after migration to Jakarta EE
Goto Forum:
  


Current Time: Sun Nov 02 12:39:01 EST 2025

Powered by FUDForum. Page generated in 0.03449 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top