[jboss-jira] [JBoss JIRA] Updated: (JBAS-3812) TomcatDeployment should use modified WebMetaData

Thomas Diesler (JIRA) jira-events at jboss.com
Thu Nov 2 17:19:41 EST 2006


     [ 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

        



More information about the jboss-jira mailing list