File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Engineering
»
Ant, Maven and Other Build Tools
Author
Deployment help
john gere
Greenhorn
Joined: Mar 10, 2011
Posts: 22
posted
Mar 23, 2011 11:52:39
0
Can someone point me to a resource that has a build.xml to work with
ant
to deploy to Tomcat7. My present build.xml works only with
JBoss
.
Peter Johnson
author
Bartender
Joined: May 14, 2008
Posts: 5536
I like...
posted
Mar 23, 2011 13:16:49
0
How does your build.xml deploy to JBoss AS? By copying the WAR file (or directory) to server/xxx/deploy? If so, just change it to copy to
Tomcat
's webapps directory.
JBoss In Action
Peter Johnson
author
Bartender
Joined: May 14, 2008
Posts: 5536
I like...
posted
Mar 23, 2011 13:17:46
0
Just now saw the duplicate post. Closing this one.
http://www.coderanch.com/t/531769/tools/ant-not-deploying-Tomcat
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: Deployment help
Similar Threads
ant against build.xml
executing build.xml in subdirectory
Ant problem
Executing multiple targets in subprojects
build through ANT
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter