WebLogic 8.1 installation Configuration

Source: Internet
Author: User

In the Ni installation directory, select D:/program files/BEA and select full installation.

1. "start-> Program-> BEA Weblogic Platform 8.1-> Configuration Wizard" to start the Configuration Wizard tool.

2. Select "New WebLogic configuration" and click "Next ".

3. Select "Basic WebLogic Server domain" and click "Next ".

4. Select "Custom" and click "Next ".

5. Change the name to hgknight and click "Next ".

6. Select "no" and click "Next ".

7. Select "no" and click "Next ".

8. Select "no" and click "Next ".


9. Enter "User Name" and "password" and click "Next". 8 digits are required. 10. Select the window service and click "Next ".

11. By default, click "Next ".

12. BEA WebLogic JDK is installed by default. 1.4.1. I want to use JDK 1.4.2. Select "other Java SDK" and click "Browse" to specify the j2sdk 1.4.2 installation directory. Click "Next ".

13. Set the default value and click "CREATE ".

14. Select Start Management Server and click Finish ".

15. Start the Configuration Wizard tool again.

16. Select "extend existing WebLogic configuration" and click "Next ".

17. Select "/BEA/user_projects/domains/mydomain" and click "Next ".

18. Check defawebwebapp and click "Next ".

19. default settings, click "Next ".

20. default settings, click "Next ".

21. default settings, click "Next ".

22. default settings, click "Next ".

23. You can change the configuration application location. The default value is "/BEA/user_projects/applications/mydomain". Click "import ". After the import is complete, the system will create a defawebwebapp directory in the application location, where it is used to store its own JSP.

24. Click "finish" to end the configuration.

25. "Control Panel-> Administrative Tools-> services", start the service "beasvc mydomain_digiwave ".

26. Now you can open http: // 127.0.0.1: 7001/console and log on to the Management page with the user name and password.

Using servlet is defined in the WEB-INF/Web. xml.

<Web-app>

<Servlet>

<Servlet-Name> configservlet </servlet-Name>

<Servlet-class> configservlet </servlet-class>

</Servlet>

<Servlet-mapping>

<Servlet-Name> configservlet </servlet-Name>

<URL-pattern>/servlet/configservlet </url-pattern>

</Servlet-mapping>

</Web-app>

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.