[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How the

dimitris@jboss.org do-not-reply at jboss.com
Mon Jun 2 10:31:31 EDT 2008


Look in conf/org.jboss.deployment.MainDeployer-xmbean.xml


  |    <attribute access='read-write' setMethod='setEnhancedSuffixOrder' getMethod='getEnhancedSuffixOrder'>
  |       <description>Allows the override of the suffix order declared by subdeployers, using the syntax [order:]suffix
  |       </description>
  |       <name>EnhancedSuffixOrder</name>
  |       <type>[Ljava.lang.String;</type>
  |       <!--
  |          Statically set one or more enhanced suffix orders, independent of the value proposed by subdeployers.
  |          Some deployers may also allow the suffixes/orders to be set locally, so that's preferable too.
  |          For reference, this is the list of enhanced suffixes likely to be set by deployers (it may not
  |          be completely up-to-date, or there can be user-defined deployers).
  |          
  |          050:.deployer,050:-deployer.xml,100:.aop,100:-aop.xml,150:.sar,150:-service.xml,200:.beans,250:.rar,300:-ds.xml,350:.har,400:.jar,400:.ejb3,400:.par,500:.war,600:.wsr,650:.ear,700:.jar,750:.zip,800:.bsh,900:.last
  |          
  |          Until we resolve some startup issues, we'll setup some static enhanced suffix orders bellow
  |          and leave the rest of the suffixes contributed dynamically by registering deployers.
  |       -->
  |       <descriptors>
  |          <value value="250:.rar,300:-ds.xml,400:.jar,500:.war,550:.jse,650:.ear,800:.bsh"/>
  |       </descriptors>
  |    </attribute>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155069#4155069

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4155069



More information about the jboss-user mailing list