views:

63

answers:

1

Hi, everybody. I have Apache Geronimo installed with Tomcat. I am building a war file and whant to deploy it to Geronimo automatically with Ant script. A standart way to deploy to Geronimo is to use deployer.jar, am I right? And I saw that there are tasks available to deploy jars on standalone Tomcat. So what would be the right way? Or maybe there are ant tasks to deploy to Geronimo?

A: 

1) I found the article, where the way of using Geronimo's deployer is described. Everybody can found it following the link.

2) The other way is to use Maven instead of Ant. Special plugin exists for deploying programms to Geronimo. If you whant to read more about the plugin follow the link

Denis
Nobody else answers. I mark the question as answered
Denis