> From: Mighty Tornado [mailto:[email protected]] > Subject: Restarting Tomcat from Ant > > Is there a way to also restart the server > from Ant?
Why don't you just use the startup and shutdown scripts that come with Tomcat? If you want to call them from within an ant script, use the <exec> task. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
