Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Eclipse Web Tools Platform Project (WTP) » Hot deploy stopped working
Hot deploy stopped working [message #1870932] Wed, 11 September 2024 16:00 Go to next message
Dan Brow is currently offline Dan BrowFriend
Messages: 2
Registered: September 2024
Junior Member
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 19:31 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4488
Registered: July 2009
Senior Member

That's not really anything to go on. Are the code changes you're making changing method signatures or modifying fields?

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: Hot deploy stopped working [message #1871016 is a reply to message #1870956] Thu, 12 September 2024 18:37 Go to previous message
Dan Brow is currently offline Dan BrowFriend
Messages: 2
Registered: September 2024
Junior Member
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 6 times)
Previous Topic:Using Javascript with Eclipse
Goto Forum:
  


Current Time: Sat Sep 14 13:21:02 GMT 2024

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

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

Back to the top