This application is essentially a servlet that accepts file upload requests from remote clients, which is necessary for remote deployment operations to work properly.
'geronimo:remote-deploy-tomcat:1.0'
<dependency> <groupId>geronimo</groupId> <artifactId>remote-deploy-tomcat</artifactId> <version>1.0</version> </dependency>
<dependency org="geronimo" name="remote-deploy-tomcat" rev="1.0"/>
"geronimo", "remote-deploy-tomcat", "1.0"