| Author |
Need help: Tomcat in Ant
|
Carlos Rincon
Greenhorn
Joined: Mar 28, 2005
Posts: 22
|
|
Hello, I want deploy my web application in Tomcat, how can I do it with Ant, every one can help me please. thanks in advance.
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
I think you need to look at the <javac />, <war /> and <move /> tasks in the Ant manual. That's probably all you need for this.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Carlos Rincon
Greenhorn
Joined: Mar 28, 2005
Posts: 22
|
|
|
And what if I want to stop and start Tomcat?
|
 |
Carol Enderlin
drifter
Ranch Hand
Joined: Oct 10, 2000
Posts: 1348
|
|
You don't mention the tomcat version, but... A post in tomcat forum points to some tomcat 5.5 documentation.
|
 |
 |
|
|
subject: Need help: Tomcat in Ant
|
|
|