[jbossws-dev] [Design of JBoss Web Services] - Re: JBAS-3766, port the webservice deployer
scott.stark@jboss.org
do-not-reply at jboss.com
Mon Nov 13 23:22:32 EST 2006
Support for an alt-dd specification at the WebMetaData level has been added. The org.jboss.test.web.test.AltDDUnitTestCase illustrates this from the ear application.xml level. The jbossws deployer could just set this directly on the WebMetaData instance before the war deployer runs.
The alt dd needs to be in the unpacked war WEB-INF directory. The WebMetaData specification is treated as a deployment relative path that is first treated as a war WEB-INF path, and then as a path from the root of the top level deployment. This is copied into the expanded war WEB-INF as tomcat needs to see this as an absolute file path currently.
There are changes in both the mc jboss-deployers.jar and tomcat jbossweb.jar to support this.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985688#3985688
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985688
More information about the jbossws-dev
mailing list