-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
JBossAS-3.2.6 Final
-
None
SourceForge Submitter: ycarmel .
I have a sar file with a nested war file. Both are very
simple, a few utility jars in the sar and only one servlet
with its corresponding web.xml are in the war. I'm using
JBoss 3.2.5, JDK 1.4.2_05. on windows 2000 server.
With my sar in the deploy directory it fails to deploy the
sar. I get the following error: Code:
org.jboss.deployment.DeploymentException: Was unable
to move war to: C:\work\jboss-3.2.5
\server\default\tmp\deploy\tmp56549mysar.sar-
contents\mywar.war.tmp
But it works if I deploy the sar in expanded format with
the war also in expanded format.
To reproduce the problem prepare a zipped sar with a
nested war,put it in the deploy directory and start jboss.