Java Web Project Deployment

Source: Internet
Author: User
Tags java web tomcat server

Packaged

Packaging Java Web projects with eclipse

As follows

Right-click on the project to selectexport-Selectjava EEfolder-SelectWAR file (myeclipse), clicknext>, select the address where the wrapper is stored, clickFinishcomplete, that is, the packaging, after the completion of the package you can go to the place to see if packaging success.

Deployment

The next is to deploy the war package to the WebApps directory in the Tomcat server on the server.

Then restart the server to

A directory that is identical to the war package is automatically produced after a reboot

As follows

Deploy Lib

Because the service invokes a third-party Lib, the Lib that needs the package call is imported into the Tomcat Lib directory and then restarted the server

Start-service

How to access http://[Domain name/ip]:8080/[war package name]

As follows

Java Web Project Deployment

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.