Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install and configure Weblogic6.0

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article is about how to install and configure Weblogic6.0. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

Version 6. 0 does not require the support of a separate jdk, which is completely built-in with a jdk1.3

Installation:

1. Install, directly use the installation file weblogic600_win.exe to install.

two。 During installation, if you can't see some text, you can enlarge the installation window.

3. To install, you need to specify the Home Directory of Weblogic, and then install Weblogic's products to this

Home Directory is fine.

4. You need to enter an 8-digit password at the end of the installation

Configuration:

1. Weblogic6.0 supports jsp by default.

6. 0 installed three domain by default. Examples, mydomain and petstore

Let's take mydomain as an example. Your jsp file can be put directly into the

Under the d:/bea/wlserver6.0 / config/mydomain/applications/ DefaultWebApp_myserver directory (individuals make corresponding changes to d:/bea/wlserver6.0 according to the actual situation)

DefaultWebApp_myserver is a default web application of 6.0. we use it directly.

That's it.

two。 Access your jsp file http://127.0.0.1:7001/xxx.jsp.

3. Make jsp support javabean

Create a new directory serverclasses under the mydomain directory

Modify the startWebLogic.cmd under the mydomain directory

In set CLASSPATH=. . The last addition of a line

;. Configmydomainserverclasses

The javabean you use in jsp can be used under mydomain/serverclasses.

3. Console of Weblogic6.0 is an access method implemented in the browser.

Http://127.0.0.1:7001/console, if login is required

User name system

Password: the installation is the 8-digit password to which it belongs

Thank you for reading! This is the end of the article on "how to install and configure Weblogic6.0". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report