Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 18th, 2012  |  syntax: None  |  size: 0.60 KB  |  hits: 18  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Deploy War into Mule Standalone server
  2. /
  3.  - classes                 // application-specific resources(e.g. logging config, properties)
  4.  |- lib                     // application-specific jars
  5.  |- mule-config.xml         // Main Mule configuration file, also monitored for changes
  6.  |- mule-deploy.properties  // Application deployment descriptor (optional)
  7.  |- mule-app.properties     // custom properties to be added to the registry instance used by the application (optional)
  8.        
  9. <jetty:connector name="jettyConnector">
  10.     <jetty:webapps directory="${app.home}/webapps" port="8083"/>
  11. </jetty:connector>