版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、Weblogic在Linux上的安装及部署一 说明:系统:RedHat Enterprise Linux 数据库:oracle10gWebLogic版本:10这里只配置到JDBC资源的创建剩下的是各公司研发的事情二:安装.Linux和Oracle安装略详情请到或者9找1:安装前准备以root用户登录1:创建用户组:groupadd 用户组名2:创建用户,并把该用户建于该组之下:useradd g 用户组名 p用户组名 用户名3:为用户创建密码 :passwd 用户名4:创建安装目标录.mkdir 文件夹名5:给用户授权Chown R 用户组名.用户 安装目录Chmod R
2、 755安装目录 Xhost +(这句话很好用一定要记得对oracle也很适用)6:注意:将安装文件所在文件夹授予新建Weblogic用户与安装目录相同的权限.否则即使在Weblogic用户的根目录之下,文件由Weblogic用户上传, Weblogic用户依然没有安装权限(安装文件所在文件夹是由root用户创建的吗?待确认)2:安装运行安装文件,会弹出个图形窗口(假如弹不出图形窗口那就麻烦老多了,详情请翻到此文档最后。),此后根据提示就可以一步步进行安装(中文的,很方便),而且很多都可以直接使用默认设置.需要注意的是:1:这儿可以去掉中间”我希望通过”的勾选,然后直接下一步2:(本图非实截图
3、,从别处借用,只是选项和内容基本一致)在安装完成的界面上,会有一个运行QuickStart的选项,如果勾选运行,会进入图形化的配置向导,创建新的域或扩展现有域.3:配置1:进入安装目录, /weblogic/wlserver_10.3/common/bin/执行命令:./config.sh -mode=console 进入控制台配置向导./config.sh 进入图形化配置向导2: 此处以创建新的域为例,直接下一步.3:继续下一步4: 在这里可以修改你的域名和域位置,然后 下一步5: 创建管理该域(数据源配置,项目部署等)的用户名和密码,Weblogic默认要求密码不能少于八位,且不能少了数字
4、和字符.配置好之后选择下一步.6: 选择服务器启动模式和JDK,这个版本自带有JDK6.0,可以选择默认,只是前面的开发模式和生产模式需要有所选择,我最终配置成功的是开发模式,此处以之为准.7: 选择可选配置,可以不选,也可以全选.暂时没发现影响.8: 配置管理服务器,一般可以把SSL勾选上.9:直接默认下一步10: 继续下一步11: 再下一步12:配置数据库(可选)13: 点创建,完成配置.三:部署项目1:启动服务:进入weblogi安装目录 /weblogic/user_projects/domains/你刚才创建的域名/执行: startWebLogic.sh然后就可以登录所有机器IP:
5、7001(配置的第八步可以更改)/console进行数据源的配置和项目的部署注意:此处必须对RedHat Linux的防火墙进行配置,否则浏览器将无法访问服务器.本人选择的是关闭服务器2:配置数据源1:用你刚才配置的用户名和密码登录2:在左边的导航条选中服务-JBDC-数据源.这儿其实有很多说明和帮助,而且还是中文的,大家可以进一步深入研究.3: 选中导航栏的数据源,右边出现你之前配置的数据源.选择新建,进入下面的页面4根据提示填上数据源的名称和JNDI的名称,以及选择数据库的类型,数据库驱动类(注意驱动类版本与你所使用的数据库的版本)注意:如果你要发布包含润乾报表的项目,你此处的数据源名字必
6、须和你在编辑报表时所配置的数据源名称一致(源可以不一致,但名称必须一致),不仅仅是ReportConfig.xml中的数据源名.5: 默认下一步6: 根据提示填写数据库信息,其中的主机名可以是IP.7: 测试数据库访问,并可以直接完成数据源的配置.8: 这一步很重要,因为项目都是部署在这些服务器内的,如果你没有为你的数据源选择目标,那么他就不会发布到该服务器上,也就是说在该服务器上是没有数据源的,你部署这去的项目就找不到数据源.9:这是建完的结果,注意,如果你的数据源后面的目标为空,则说明这个数据源是没有被使用的,也就是说,它是不可以访问的.如果要使创建的数据源可以使用,可以选中该数据源的名字
7、,必点击,进入下面一步.10点击目标11: 勾选之后,保存12:再点击导航栏的数据源,就可以看到该数据已经有目标了.你的项目部署到相应的服务器上后就有数据源可以访问了.3部署项目1:点击导航栏的部署,再在右边选择安装2:在这会先出现文件夹,直到你选 中可以发布的文件或文件夹.注意:一般而言,WebLogic都将项目部署在你所创建的域下面的applications文件夹下.可以是War包,也可以是文件夹,如果是文件夹,有可能会在你定位到WebRoot时才能选中发布,这样发布的项目是不成功的.3: 下一步4: 这儿必须选择一个服务器,当然也可以多选 ,默认是没选 的,选了之后下一步.5: 这儿需要
8、注意一下名称的填写,不能有与以前重复的.这个名字用于外部访问可以直接点击完成.这样,你的项目就部署成功了.6:注意:你的项目必须是活动的,且健康状况是OK的,才是可以访问的.如果不是,勾选它,更新或启动.无图形安装配置模式赋予.bin可执行权限:chmod a+x platform814_linux32.bin执行./platform814_linux32.bin -mode=console进入控制台安装的欢迎界面,键入Next继续此时出现授权许可协议,读完后键入Yes继续提示选择一个BEA主目录:输入:/var/web/jsp/bea确认BEA主目录, 键入1继续选择安装类型, 键入1继续选
9、择安装路径,默认,输入next继续。确认安装路径。键入1继续安装完毕。注:(两个补丁文件见补丁包的说明)1.3 创建服务使用WebLogic用户登录系统:weblogicjcms bin$ cd /var/web/jsp/bea/weblogic81/common/binweblogicjcms bin$ ./config.shUnable to instantiate GUI, defaulting to console mode.进入设置:Create or Extend a Configuration:-Choose between creating and extending a co
10、nfiguration. 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 confi
11、guration | 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 ExitNext&g
12、t; 1Select a Domain Template:-Please select a template from the list or select another directory of templates.*/home/weblogic/bea/weblogic81/common/templates/domains 1|Basic WebLogic Platform Domain | BEA Systems, Inc. | Create a basic WebLogic Platform domain, without installing sample appl
13、ications. Domains created from this template will support the |WebLogic Server, WebLogic Workshop, WebLogic Integration and WebLogic Portal runtime functionality, including support for J2EE |applications, Web applications, Web Services, custom controls, business processes and portals. Use domains cr
14、eated from this template |for development of WebLogic Platform applications. 2|Basic WebLogic Portal Domain | BEA Systems, Inc. | Create a basic WebLogic Portal domain, without installing sample applications. Domains created from this template will support the |WebLogic Server, WebLogic Work
15、shop and WebLogic Portal runtime functionality, including support for J2EE applications, Web applications, |Web Services, custom controls and portals. Use domains created from this template for development of WebLogic Portal applications.3|Basic WebLogic Integration Domain | BEA Systems, Inc
16、. | Create a basic WebLogic Integration domain, without installing sample applications. Domains created from this template will support |the WebLogic Server, WebLogic Workshop and WebLogic Integration runtime functionality, including support for J2EE applications, Web |applications, Web Services, cu
17、stom controls and business processes. Use domains created from this template for development of WebLogic |Integration applications. 4|Basic WebLogic Workshop Domain | BEA Systems, Inc.Enter index number to select OR DownExitPreviousNext> downSelect a Domain Template:-Please select a templ
18、ate from the list or select another directory of templates. | 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, We
19、b applications, Web Services and |custom controls. Use domains created from this template for development of WebLogic Workshop applications.->5|Basic WebLogic Server Domain | BEA Systems, Inc. | Create a basic WebLogic Server domain without installing sample applications. 6|WebLogic Serve
20、r Examples Domain | 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. 7|Avitek Medical Records Sample Domain | BEA
21、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 demonstrates all aspects of the J2EE platform. 8|Select another directory locationEnter index number to selec
22、t OR UpExitPreviousNext>5Select a Domain Template:-Please select a template from the list or select another directory of templates. *The selected template is the same as the one you are working on. Do you *want to reload the template ?->1|Yes 2|NoEnter index number to select OR ExitNext> 1C
23、hoose Configuration Option:- *Do you want to run the wizard in express mode?->1|Yes 2|NoEnter index number to select OR ExitPreviousNext> 1Configure Administrative Username and Password:-Create a user automatically assigned to the Administrative Role. This user is the default administrator use
24、d 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 "Conf
25、irm user password" 4 - Modify "Description"Enter option number to select OR ExitPreviousNext> 2Configure Administrative Username and Password:-Create a user automatically assigned to the Administrative Role. This user is the default administrator used to start development mode serv
26、ers. "*User password:" = Input new *User password: OR ExitResetAccept> 输入八位密码 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 |
27、 _|_|_| 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 "Descriptio
28、n" 5 - Discard ChangesEnter option number to select OR ExitPreviousNext> 3Configure 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. "*Confirm user passwo
29、rd:" = Input new *Confirm user password: OR ExitResetAccept> 确认八位密码 /口令必须与上面的一样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 | _|_|
30、_| 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&q
31、uot; 5 - Discard ChangesEnter option number to select OR ExitPreviousNext> nextDomain Mode Configuration:-Enable Development or Production Mode for this domain. ->1|Development Mode 2|Production ModeEnter index number to select OR ExitPreviousNext> 2Java SDK Selection:->1|JRockit SDK 1.4
32、.2_04-8130 /home/weblogic/bea/jrockit81sp3_142_04 2|Sun SDK 1.4.2_04 /home/weblogic/bea/jdk142_04 3|Other Java SDKEnter index number to select OR ExitPreviousNext> 1Select the target domain directory for this configuration:- "Target Location" = /home/weblogic/bea/user_projects/domainsIn
33、put new Target Location OR ExitPreviousNext> 直接回车Edit Domain Information:- | Name | Value | _|_|_| 1| *Name: | mydomain |Enter value for "Name" OR ExitPreviousNext> 输入名称或者直接回车Creating Domain.0% 25% 50% 75% 100%-|-|-|-* Domain Created Successfully! *完成服务的建立!1.4部署应用1.4.1启动和关闭1、如何启动WebL
34、ogicweblogicjcms bin$ cd /var/web/jsp/bea/user_projects/domains/mydomainweblogicjcms bin$ ./startWebLogic.sh (需要输入用户名密码)2、如何关闭WebLogicweblogicjcms bin$ ./stopWebLogic.sh1.4.2 设置自动启动WebLogic1、无需输入用户名密码启动关闭weblogic。以weblogic账户在mydomain目录下,新建perties文件,输入:password=12345678username=weblogic把启动web
35、logic的用户名密码写进入。2、修改starWeblogic.sh和stopWeblogic脚本startWeblogic.sh/usr/bin/nohup$JAVA_HOME weblogic.Server > /var/web/weblogic.log 2>&1注意:红色部分为添加的命令。意为将启动脚本放到后台执行,并输出日志。 stopWeblogic.sh #!/bin/sh脚本内容(删除这段脚本,用于身份验证,删除后就无需输入用户名密码)# set server name 3、将weblogic的启动关闭作为linux系统服务。以root账户在/etc/init.d下新建weblogic文件,内容如下: #!/bin/sh# chkconfig: 345 20 80# description: Weblogic
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 高安市九年级上学期语文期中考试卷
- 二年级数学计算题专项练习集锦
- 脱硫废水零排放技术协议书(2篇)
- 高中技术学业水平测试试卷
- 南京工业大学浦江学院《食品标准与法规》2022-2023学年第一学期期末试卷
- 翰林国际(原曹妃甸科教城共享居住及配套)土地固化施工组织设计
- 多种多样的生态系统说课稿
- gkh说课稿第课时
- 《小数的性质》说课稿
- 租地合同范本(2篇)
- 苹果商店所有地区价格和等级表
- 【参考】华为腾讯职位管理0506
- 五年级英语上册Unit1Getupontime!教案陕旅版
- 风机安装工程质量通病及预防措施
- 三角形钢管悬挑斜撑脚手架计算书
- 剪纸教学课件53489.ppt
- 旅游业与公共关系PPT课件
- 劳动法讲解PPT-定稿..完整版
- 彩色的翅膀_《彩色的翅膀》课堂实录
- 假如你爱我的正谱
- 铜芯聚氯乙烯绝缘聚氯乙烯护套控制电缆检测报告可修改
评论
0/150
提交评论