|
Home > Archive > WebSphere Application Server > May 2005 > Enhanced EAR files, deployment.xml
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Enhanced EAR files, deployment.xml
|
|
|
| I want to use IBM's new "enhanced EAR" feature in Websphere 6.0.1
Here's the deployment.xml that I generated using RAD 6.0.0.1
<?xml version="1.0" encoding="UTF-8"?>
<appdeployment:Deployment xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:appdeployment="http://www.ibm.com/websphere/appserver/schemas/5.0/appdeployment.xmi" xmi:id="Deployment_1117230042958">
<deployedObject xmi:type="appdeployment:ApplicationDeployment" xmi:id="ApplicationDeployment_1117230042958" startingWeight="10">
<modules xmi:type="appdeployment:WebModuleDeployment" xmi:id="WebModuleDeployment_1117230042958" startingWeight="10000" uri="FooWAR.war"/>
<classloader xmi:id="Classloader_1117230042958" mode="PARENT_LAST"/>
</deployedObject>
</appdeployment:Deployment>
Where can I find the schema for IBM's deployment.xml file?
Thanks in advance.
-Sean
|
|
|
|
|