• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Enhanced EAR files, deployment.xml

 
Ranch Hand
Posts: 427
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 eployment 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 eployment>

Where can I find the schema for IBM's deployment.xml file?

Thanks in advance.

-Sean
 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For RAD6, look in the WAS6 runtime: $RAD6_INSTALL/runtimes/base_v6/properties/schemas/. Is appdeployment.xsd what you are looking for? In WAS6 you will find it in $WAS_HOME/properties/schemas/.

Bill Lasley
Versant Corp.
http://www.versant.com
 
Now I am super curious what sports would be like if we allowed drugs and tiny ads.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic