Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » how to change web project without redeploy?
how to change web project without redeploy? [message #175006] Wed, 19 July 2006 20:48 Go to next message
No real name is currently offline No real nameFriend
Messages: 7
Registered: July 2009
Junior Member
Is there a way to change a class within a web project without requiring a
redeploy for it to be used in the web project? for example, i am
developing a web service, and want to change a class in the same project
that it uses. as far as i can see the only way to get this into the web
service is to redeploy the war and restart the server.

other plugins enable this, such as sysdeo, but i would hope that WTP can
also do this.
Re: how to change web project without redeploy? [message #175369 is a reply to message #175006] Tue, 25 July 2006 15:15 Go to previous message
Kathy Chan is currently offline Kathy ChanFriend
Messages: 93
Registered: July 2009
Member
Hi Mitchell,

If you only change the method implementation in a class that you had created
a Web service on, you do not need to re-deploy. Tht server (such as Tomcat)
should pick up the change in the WAR and republish (unless of course if you
had disabled auto-publish on the server manually). However, you have
change/add/delete methods, you would need to run through the Web service
wizard again to pick up the change. The wizard would drive the necessary
publish or restart the server.

Regards,

Kathy Chan

"mitchell ackerman" <mcacker@adelphia.net> wrote in message
news:fbc508b2fbef71d8a4b21fe6cdf04263$1@www.eclipse.org...
> Is there a way to change a class within a web project without requiring a
> redeploy for it to be used in the web project? for example, i am
> developing a web service, and want to change a class in the same project
> that it uses. as far as i can see the only way to get this into the web
> service is to redeploy the war and restart the server.
>
> other plugins enable this, such as sysdeo, but i would hope that WTP can
> also do this.
>
Previous Topic:Tutorial help
Next Topic:Deploying webservice on Oracle IAS
Goto Forum:
  


Current Time: Thu Sep 19 01:29:54 GMT 2024

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

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

Back to the top