Web server configuration in eclipse.

Source: Internet
Author: User

prerequisites:
1. install JDK
2. install eclipse
3. install myeclipse
4. install Web servers: tomcat, WebLogic, and JBoss

open eclipse, click "window --> Preferences", select "myeclipse --> application servers", and select a desired server.
example:
WebLogic configuration:
1.
select enable in the WebLogic Server option.
Bea Home Directory: C: /BEA
WebLogic installation directory: C:/BEA/weblogic81
admin Username: System (default)
Admin Password: Password (default)
execution domain root: C: BEA/user_projects/domains/mydomain (written based on your own domain)
execution Domain Name: mydomain (written based on your own domain)
execution server name: mydomainserver (based on your own domain)
hostname: portnumber: Localhost: 7001 (default)
click "application"
2.
Expand "weblogic8" and click "JDK ", the default "wls jdk name" is "j2re1.4.2 _ 08" (varies depending on the JDK version ). If you use the default configuration, the following error message appears when selecting the server for the Web application Program :
the selected server is enabled, but is not configured properly. deployment to it will not be permitted until the problem is corrected. please navigate to the server preference pages and verify the field with the prompt: wls jdk name
solution:
click "add... ", in" JRE main directory ", select the JDK installation directory, for example," C:/j2sdk1.4.2 _ 08 "
click" OK "to complete the operation.

then you can use the web server in eclipse...

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.