A note for beginners of mule

Source: Internet
Author: User

Mule is a good helper to implement ESB, followed here can be beginners, but there are a few places to pay attention to. http://javafever.javaeye.com/blog/121791

 

1) In case 2,
Note that the output directory of the Project is classes, and then put the mule-config.xml under the src directory, so that the myeclipse package will be output to the classes directory,

 

2) Check the built-in examples of mule to clearly understand the configuration (mule \ example \ webapp)

<! -- Classpath within the servlet context. mule will attempt to load config
Files from here first, and then from the remaining classpath. -->
<Context-param>
<Param-Name> org. mule. webapp. classpath </param-Name>
<Param-value>/WEB-INF/classes </param-value>
</Context-param>

<Context-param>
<! -- If using the springcontextloaderlistener, use this Param name -->
<! -- <Param-Name> contextconfiglocation </param-Name> -->
<Param-Name> org. mule. config </param-Name>
<Param-value>
Jmx-config.xml,
Echo-config.xml,
Hello-http-config.xml,
Servlet-config.xml,
Stockquote-rest-config.xml,
Loan-broker-sync-config.xml,
Loan-broker-vm-endpoints-config.xml
</Param-value>
</Context-param>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.