Bugs item #532806, was opened at 2002-03-20 23:31
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=532806&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
>Priority: 4
Submitted By: Jan Bartel (janb)
Assigned to: Nobody/Anonymous (nobody)
Summary: ears with wars of same name fail

Initial Comment:
There appears to be a problem with the way that wars
are unpacked from an ear. The war is extracted, and
copied to the root of the temporary deploy location
rather than copied to the directory of the same name as
the ear in the temporary location. 

eg
$JBOSSHOME/server/default/tmp/deploy/$JBOSSHOME/server/default/deploy/blah.war

should be:
 
$JBOSSHOME/server/default/tmp/deploy/$JBOSSHOME/server/default/deploy/xxx.ear/blah.war


As it currently stands, it means that ears containing
wars of the same name don't work (the second overwrites
the first).


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=532806&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to