[
https://jira.jboss.org/jira/browse/JBAS-7322?page=com.atlassian.jira.plug...
]
Thomas Diesler resolved JBAS-7322.
----------------------------------
Fix Version/s: JBossAS-5.2.0.Beta1
(was: JBossAS-5.2.0.GA)
Resolution: Done
Done in jboss-osgi-deployers
/**
* Sets the default relative order.
*/
public BundleStructureDeployer()
{
// WARStructure: 1000
// JARStructure: 10000
setRelativeOrder(500);
}
Disable Tomcat deployment for OSGi webapps
------------------------------------------
Key: JBAS-7322
URL:
https://jira.jboss.org/jira/browse/JBAS-7322
Project: JBoss Application Server
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Web (Tomcat) service
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: JBossAS-5.2.0.Beta1
Starting from 1.0.0.Beta4 JBoss OSGi can handle WAR deployments in JBoss.
Disable the ordinary webapp deployment to Tomcat for these bundles.
Later the JBoss Web Service should be enabled to handle OSGi WAR deployments.
i.e. there would be just one service to handle WARs
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira