Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Other Build Tools
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
Ron McLeod
Junilu Lacar
Liutauras Vilda
Sheriffs:
Paul Clapham
Jeanne Boyarsky
Henry Wong
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Piet Souris
Carey Brown
Bartenders:
Jesse Duncan
Frits Walraven
Mikalai Zaikin
Forum:
Other Build Tools
Starting and Stopping Tomcat Server Using Ant Script
Venkata Sirish
Ranch Hand
Posts: 112
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hi ,
I want to start and stop
Tomcat
server using
Ant
Script ... Can anyone help me... Please send me tha code if possible......
Paul Sturrock
Bartender
Posts: 10336
I like...
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Tomcat doesn't supply any Ant tasks. But you can do it with the existing tasks Ant supplies. You can use the <exec /> task to run a command.
JavaRanch FAQ
HowToAskQuestionsOnJavaRanch
Ulf Dittmer
Rancher
Posts: 43028
76
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Individual web apps can be started, stopped and reloaded by the
Tomcat Manager Ant tasks
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Tomcat Server and axis application --prob. starting context
Ant script to shutdown weblogic8.1 server
how to compile
Ant script to start/stop the tomcat server in the remote linux machine
Precompile of JSPs using Ant on weblogic6.1
More...