deploy --inPlace fails for folders ending in .war
-------------------------------------------------
Key: GERONIMO-4792
URL: https://issues.apache.org/jira/browse/GERONIMO-4792
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: deployment
Affects Versions: 2.2
Reporter: Jürgen Weber
JBoss wants the names of exploded web application folders to end in .war.
I tried to deploy one of these exploded wars in Geronimo, too, but the deployer
thinks it's a .war and fails.
2.2-SNAPSHOT
Build 2009.08.11-03:08:02.228-0400
./deploy.sh -u system -p manager deploy --inPlace
./projekte/jboss-eap-4.3/server/default/deploy/myapp.war
Using GERONIMO_HOME: /projekte/geronimo-tomcat6-javaee5-2.2-SNAPSHOT
Using GERONIMO_TMPDIR: var/temp
Using JRE_HOME: /projekte/jdk1.6.0_15/jre
2009-08-12 10:15:18,568 ERROR [DeployTool] Error:
org.apache.geronimo.common.DeploymentException: Invalid JAR file
./projekte/jboss-eap-4.3/server/default/deploy/myapp.war
at
org.apache.geronimo.deployment.cli.CommandDistribute.execute(CommandDistribute.java:97)
at
org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:168)
at
org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65)
at
org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.