This week's book giveaway is in the Testing forum.
We're giving away four copies of Practical Unit Testing with TestNG and Mockito and have Tomek Kaczanowski on-line!
See this thread for details.
The moose likes Ant, Maven and Other Build Tools and the fly likes ANT: Starting & stopping web app on WebSphere 3.5 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "ANT: Starting & stopping web app on WebSphere 3.5" Watch "ANT: Starting & stopping web app on WebSphere 3.5" New topic
Author

ANT: Starting & stopping web app on WebSphere 3.5

Gian Franco
blacksmith
Ranch Hand

Joined: Dec 16, 2003
Posts: 974
Hello,
Has anyone written an Ant target for stopping and starting
a webapp from websphere 3.5? I'm running Ant locally and
Websphere is on the server that I can reach with a terminal
emulator, telnet or ftp.
I'm slowly enhancing one of my scripts in order to avoid
repetitive manual tasks especially during the test phase,
you know: changing code, compiling, stopping the server,
copying the files, starting the server, testing etc...etc...
Thanks, greetings,
Gian Franco Casula


"Eppur si muove!"
bas duijzings
Ranch Hand

Joined: Apr 07, 2004
Posts: 83
hi,
take a look at what cactus (apache website) can do for you. It is officially used for testing purposes, but it has a task that starts and stops your app server.
There are sample tasks available, but if 3.5 is in there i dont know. It could be out of date,
baz


have a nice one
Gian Franco
blacksmith
Ranch Hand

Joined: Dec 16, 2003
Posts: 974
Thanks bas,
Cheers,
Gian Franco
 
 
subject: ANT: Starting & stopping web app on WebSphere 3.5
 
Threads others viewed
Need the procedure for creating and deploying EAR,WAR files in JBoss3.2.5 Server
Make changes on struts-config without restart the server
web server configuration
Restart webapp in WS3.5
IncompatibleClassChangeError
IntelliJ Java IDE