hi everybody,
iam new to this servlets. i wrote a servlet and deployed it using an J2EE application server using deploytool.
if i update the servlet , do i always need to update the war file each time iam updating it ?.
if there is any easy method to to this , can anybody please explain me ?
All suggetions are welcome
-
updating the servlets (2 messages)
- Posted by: durgaprasad jammula
- Posted on: October 09 2003 05:41 EDT
Threaded Messages (2)
- updating the servlets by stephen smithstone on October 09 2003 07:29 EDT
- updating the servlets by ashish verma on October 09 2003 08:10 EDT
-
updating the servlets[ Go to top ]
- Posted by: stephen smithstone
- Posted on: October 09 2003 07:29 EDT
- in response to durgaprasad jammula
yes every time you re compile your servlet you need to redloy the war as the container needs to load the new class -
updating the servlets[ Go to top ]
- Posted by: ashish verma
- Posted on: October 09 2003 08:10 EDT
- in response to stephen smithstone
Use Ant if you really want it easily. Or some ide like Eclipse with some plugin which can allow u to do this easily.
Vishal.
http://www.tusc.com.au