[
http://jira.jboss.com/jira/browse/JBAS-3812?page=all ]
Thomas Diesler updated JBAS-3812:
---------------------------------
Priority: Optional (was: Blocker)
Temporarily fixed. The web service deployer creates an expanded, rewritten version of the
war file, which is then picked up in the AbstractWarDeployment in favour of the root url
URL warURL = (URL) di.getAttachment("jbossws.expanded.war.url");
if (warURL == null)
warURL = di.getDeploymentContext().getRoot().toURL();
TomcatDeployment should use modified WebMetaData
------------------------------------------------
Key: JBAS-3812
URL:
http://jira.jboss.com/jira/browse/JBAS-3812
Project: JBoss Application Server
Issue Type: Task
Security Level: Public(Everyone can see)
Reporter: Thomas Diesler
Priority: Optional
Fix For: JBossAS-5.0.0.Beta
The Web Service Deployers modify the WebMetaData. This should then be used to deploy to
Tomcat.
Rewrite of the war should not be necessary.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira