2010-05-14 131 views
1

螞蟻部署到jar文件不可能到服務器嗎?我有server.deploy我必須部署到jar文件。可能嗎?螞蟻部署到jar文件

這是server.deploy文件

<?xml version = '1.0' encoding = 'UTF-8'?> 
<simple-archive-deployment nselem="simple-archive-deployment" class="oracle.jdeveloper.deploy.jar.ArchiveProfile" xmlns="http://xmlns.oracle.com/jdeveloper/101303/deploy/jar"> 
    <archiveOptions> 
     <additionalManifests/> 
     <compressed>false</compressed> 
     <hasManifest>true</hasManifest> 
     <mainClass/> 
    </archiveOptions> 
    <fileGroups> 
     <groups> 
     <Item class="oracle.jdeveloper.deploy.common.PackagingFileGroup" internalName="project-output"> 
      <contributors> 
       <Item type="2"/> 
       <Item type="7"/> 
      </contributors> 
      <displayName>Project Output</displayName> 
      <filters> 
       <rules> 
        <Item type="1" pattern="**/CVS/"/> 
        <Item type="1" pattern="**.cdi"/> 
        <Item type="1" pattern="**.contrib"/> 
        <Item type="1" pattern="**.keep"/> 
        <Item type="1" pattern="**.rvi"/> 
        <Item type="1" pattern=".jsps/"/> 
        <Item type="1" pattern=".tags/"/> 
        <Item type="1" pattern=".dtags/"/> 
        <Item type="1" pattern="**/*.jht"/> 
        <Item type="1" pattern="**/*.jjt"/> 
        <Item type="1" pattern="**/*.jxt"/> 
        <Item type="0" pattern="**"/> 
       </rules> 
      </filters> 
      <targetWithinJar/> 
     </Item> 
     </groups> 
    </fileGroups> 
    <jarURL path="deploy/security.jar"/> 
    <profileDeps/> 
</simple-archive-deployment> 

回答