Manually deploy the JSF program in glassfish

Source: Internet
Author: User
Tags glassfish

Take the login project as an example:

Directory structure:

Login

|

| --- Index. jsp

| --- Page. jsp

| --- WEB-INF/

| --- Web. xml

| --- Faces-config.xml

| --- Classes/

Web. xml: The Web container configuration file. You must configure the servler class, mapping, and welcome-list.

Faces-config.xml: Configure navigation rules

Classes/: stores. class files.

Deployment:

1. Switch to login/

2. Execute jar CVF login. War.

3. Copy the. War file to the glassfish/domains/domain1/autodeploy/directory.

Open the browser and enter localhost: 8081/login. (In glassfish, port 8081 is used. The default value is 8080)

In this case, the application should start.

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.