2

Can I use FarmWarDeployer with TomCat 7? Or will I have to use Tomcat 5.5? Are there any other alternatives?

Mark Henderson
  • 68,823
  • 31
  • 180
  • 259
sjain
  • 39
  • 1
  • 4

1 Answers1

1

The TomCat 7.0 documentation exposes the FarmWarDeployer classes:

http://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/ha/deploy/FarmWarDeployer.html

So it would be safe to assume that yes, it should work.

Mark Henderson
  • 68,823
  • 31
  • 180
  • 259
  • Thanks. I know that what the farmwardeployer but dont know how to use the functionality provided by that. Means I know the configuration within element but How to test by deploying application in one place(which place). – sjain Aug 06 '10 at 06:15