Two starting modes of jfinal frame

Source: Internet
Author: User
Tags tomcat

Here are the two ways to start a jfinal project:

1. Using the Jfinal framework Integrated Jetty server startup Project, Jfinal provides a startup method, example:

public static void Main (string[] args) {
Jfinal.start ("WebRoot", 8080, "/", 5);
}

2. Use containers such as Tomcat to start the Jfinal project, if you are using MyEclipse, and MyEclipse is configured with Tomcat, you can right-click the project directly-->run as, or you can directly put the project's compiled class project into Apache The Tomcat directory under the WebApps directory, and then the Tomcat is started, it's ready.

In both of these ways, there are some differences in their access paths:

1. Access to the Jfinal project launched with Jetty Server does not need to add the project name, example: Http://localhost:8080/user/test.

2. Jfinal project with Tomcat started with project name, otherwise path error, example: Http://localhost:8080/Test/user/test

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.