Remember to start the app deployed on Tomcat using the command line

Source: Internet
Author: User

After the program development of Eclipes is completed, it will usually be launched directly in the eclipse deployment, where some of the startup parameter settings will be made, and if started with the command line, manual configuration is required.

The war package that was developed after the program development needs to be deployed to the Tomcat application server, and the following configuration is required for computers that do not have a JRE installed:

Create a new folder, put in Jre,tomcat with the other required files, where Tomcat needs to put the deployed war.

The Config folder is the actual situation to determine if and where to place.

Startup.bat:

Set dir=%cd%
Set Jre_home=%dir%\jre7
Set java_opts=-d**.home=%cd%-dapp.home=%cd%
CD%dir%\apache-tomcat-7-***\bin
Startup

----------------------------------

Java_opts sets the parameters for the settings in the VM arguments in Eclipse.

Example: java_opts= "-SERVER-XMS768M-XMX768M-XX:PERMSIZE=128M-XX:MAXPERMSIZE=256M-XX:newsize=192m-xx:maxnewsize= 384m "

Remember to start the app deployed on Tomcat using the command line

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.