How do I re-deploy my application?

2001-07-13 Thread Tim Kang - Syoni Communications Inc.
I have an EAR, WAR and JAR and I have successfully deployed them. I made a change to a servlet and I have bulid the whole thing again with ANT. At this point how do I redeploy the modified application? (I've tried restarting, and deloying options via admin.jar) Thanks Tim

Re: How do I re-deploy my application?

2001-07-13 Thread Ray Harrison
Just copy the .ear file to where you copied the .ear file before and it will redeploy the app - just add that functionality in your ant build file. --- Tim Kang - Syoni Communications Inc. [EMAIL PROTECTED] wrote: I have an EAR, WAR and JAR and I have successfully deployed them. I made

RE: How do I re-deploy my application?

2001-07-13 Thread Doug Pham
Luck Doug -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Kang - Syoni Communications Inc. Sent: Friday, July 13, 2001 3:49 PM To: Orion-Interest Subject: How do I re-deploy my application? I have an EAR, WAR and JAR and I have successfully deployed