WEBLOGIC应用及常用配置说明

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

5. 选择weblogic运行模式
• • • • • • • • • •
<------------------ BEA WebLogic Configuration Wizard -------------------------> Domain Mode Configuration: -------------------------Enable Development or Production Mode for this domain. ->1|Development Mode 2|Production Mode Enter index number to select OR [Exit][Previous][Next]> 根据上面提示,选择数字1,Development Mode 开发模式,点击Enter进入下一 步。 注:此选项可以在创建域结束后进行修改。修改位置在startWebLogic.sh脚本中, PRODUCTION_MODE=“ ” 为开发模式,即 Development Mode。 PRODUCTION_MODE=“TRUE”为产品模式。
创建WEBLOGIC应用 应用DOMAIN 创建 应用
注:在此以weblogic81版本为例进行说明。一下每个步骤,如果出错都可以根据输入previous回退, 或Exit退出重新开始。 1. • • • • • • • • • • • 执行config.sh脚本,通常脚本位置在/weblogic/bea/weblogic81/common/bin目录下 执行后出现下列提示: <------------------------------- BEA WebLogic Configuration Wizard -------------------------------> Create or Extend a Configuration: --------------------------------Choose between creating and extending a configuration. Based on your selection, the Configuration Wizard guides you through the steps to generate a new or extend an existing configuration. ->1|Create a new WebLogic configuration | Start here to create a WebLogic configuration in your projects directory. 2|Extend an existing WebLogic configuration | Start here to extend an existing WebLogic configuration. Use this option to add |applications and services, including Database access (JDBC) and Messaging (JMS). This option |also enables you to extend functionality by enabling WebLogic Workshop.
• •
Enter index number to select OR [Exit][Previous][Next]> 根据提示选择数字1,表示使用快速方式创建domain,点击 根据提示选择数字 ,表示使用快速方式创建 ,点击Enter进入下一步 进入下一步
4. 设置控制台用户名/密码: • <----------------- BEA WebLogic Configuration Wizard -------------------------------> • Configure Administrative Username and Password: • ----------------------------------------------• Create a user automatically assigned to the Administrative Role. This user is the default • administrator used to start development mode servers. • • • • • • • • • • • • • • | Name | Value | _|_________________________|_________________________________| 1| *User name: | weblogic | 2| *User password: | | 3| *Confirm user password: | | 4| Description: | The default administration user | Select Option: 1 - Modify "User name" 2 - Modify "User password" 3 - Modify "Confirm user password" 4 - Modify "Description" Enter option number to select OR [Exit][Previous][Next]> 根据提示,顺序选1,2,3,设置weblogic控制台用户名称密码,测试通常用户名/密码都 设为weblogic。 设置成功后进入下一步。
• • • • • •
3. 选择创建模式: 选择创建模式: • <----------------------- BEA WebLogic Configuration Wizard -------------------------------> • • • • • Choose Configuration Option: ---------------------------*Do you want to run the wizard in express mode? ->1|Yes 2|No
6. 选择JDK安装目录
• • • • • • • • • • • • <------------------------------- BEA WebLogic Configuration Wizard -------------------------------> Java SDK Selection: ------------------->1|Other Java SDK Enter index number to select OR [Exit][Previous][Next]> 根据提示选择1,单击Enter进入下一步,如下。 <------------------------------- BEA WebLogic Configuration Wizard -------------------------------> Java SDK Selection: --------源自文库---------"JVM Directory" = [] Input new JVM Directory OR [Exit][Previous][Next]> 直接输入jdk的安装目录,通常在/usr/java14目录下,即输入/usr/java14,点击Enter进入下一步
WEBLOGIC应用及常 应用及常 用配置说明
北京神州数码思特奇信息技术股份有限公司 研究院 2009年07月 2009年07月
前言
WEBLOGIC是最常用的 是最常用的WEB服务器,WEBLOGIC DOMAIN 服务器, 是最常用的 服务器 是WEBLOGIC用来管理 用来管理WEBSERVR的环境, 的环境, 用来管理 的环境 在一个domain下可以创建多个 下可以创建多个server,在每个 在一个 下可以创建多个 ,在每个server上放有 上放有 我们的系统的应用程序。 我们的系统的应用程序。 在这里简单说明了创建WEBLOGIC DOMAIN创建过程及常用 在这里简单说明了创建 创建过程及常用 的环境配置提供初学者参考

Enter index number to select OR [Exit][Next]> 根据上面提示我们选 1,标识创建一个心的weblogic domain ,之后点击Enter,进入下一步
2. 创建domain类型
• • • • • • • • • • • • • • • Please select a template from the list or select another directory of templates. * [/weblogic/bea/weblogic81/common/templates/domains] 1|Basic WebLogic Workshop Domain 8.1.5.0 | BEA Systems, Inc. | Create a basic WebLogic Workshop domain, without installing sample applications. Domains |created from this template will support the WebLogic Server and WebLogic Workshop runtime |functionality, including support for J2EE applications, Web applications, Web Services and |custom controls. Use domains created from this template for development of WebLogic Workshop |applications. ->2|Basic WebLogic Server Domain 8.1.5.0 | BEA Systems, Inc. | Create a basic WebLogic Server domain without installing sample applications. 3|WebLogic Server Examples Domain 8.1.5.0 | BEA Systems, Inc. | Create the WebLogic Server Examples domain in a directory outside of the installed kit. The |Examples domain contains a collection of examples to show best practices for coding individual |J2EE APIs. 4|Avitek Medical Records Sample Domain 8.1.5.0 | BEA Systems, Inc. | Create the Avitek Medical Records domain in a directory outside of the installed kit. The |Avitek Medical Records is a WebLogic Server sample application suite that concisely Enter index number to select OR [Down][Exit][Previous][Next]> 根据上面提示,选择2,表示创建基础的weblogic domain,点击Enter 进入下一步
相关文档
最新文档