Eclipse Launch Resin3 Configuration

Source: Internet
Author: User

1. Download the resin installation package

The former official online has not provided 3. X and previous versions, which can be downloaded from other channels, and then extracted to the C:\resin-pro-3.1.9 directory after downloading.

2. Create a new resin configuration file

Copy the minimal.conf from the Conf directory to the application engineering root directory and rename it to resin.conf, and modify the following configuration:

<web-app id="/test"     root-directory="D:\workspace\test\WebContent"/>

Where the ID is the context root of the app access, and Root-directory publishes the directory for the app

3. Configure Eclipse Startup Items

Debug configurations New Java application:

    • Main configuration:
      Project: Item Name
      MainClass:com.caucho.server.resin.Resin

    • Arguments configuration:
      Programme Arguments:-conf resin.conf

    • VM Arguments:
      -dresin.home= "D:\workspace\resin-pro-3.1.9"
      -djava.util.logging.manager=com.caucho.log.logmanagerimpl
      -xms256m-xmx768m

    • JRE configuration:
      JRE selects the complete jdk6+

    • Classpath configuration:
      Bootstrape entities, add resin install directory under all Jar packages under the Lib directory and under JDK Tools.jar

Eclipse Launch Resin3 Configuration

Related Article

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.