安装步骤:


  1. Extract the contents of the zip to a directory. This directory is now the MW_HOME (eg: /home/myhome/mywls)

  2. Setup JAVA_HOME and MW_HOME variables in the current shells

    Windows

 > set JAVA_HOME=E:\tyf\weblogic\home\jdk7\jdk1.7.0_80> set MW_HOME=E:\tyf\weblogic\home\mywls

This version of WLS requires JDK 1.6. For Mac use 1.6.0_20 latest update. Ensure that you have the proper JDK version installed.
3. Run the installation configuration script in the MW_HOME directory (This step is required to be run only once. If you move the installation to another location/machine, you need to rerun this step)
Windows:

  > configure.cmd

This step also sets the WLS environment for the current shell. So, the nextstep can be ommitted.

  1. Setup WLS environment in the current shell.

    Windows:

  %MW_HOME%\wlserver\server\bin\setWLSEnv.cmd
  1. Create a new WLS domain and start WLS. (It is recommended that you create the domains outside the MW_HOME)

    Linux

  $ mkdir /home/myhome/mydomain$ cd /home/myhome/mydomain$ $JAVA_HOME/bin/java -Xmx1024m -XX:MaxPermSize=128m weblogic.Server

Mac

$ mkdir E:\tyf\weblogic\home\mydomain
$ cd E:\tyf\weblogic\home\mydomain
$ $JAVA_HOME/bin/java -Xmx1024m -XX:MaxPermSize=256m 

Windows:

 $ mkdir C:\home\myhome\mydomain$ cd C:\home\myhome\mydomain$ %JAVA_HOME%\bin\java.exe -Xmx1024m -XX:MaxPermSize=128m -Dweblogic.management.allowPasswordEcho=true weblogic.Server

Once the domain is created, you can shutdown WLS and restart it with the scripts provided in the newly created domain.

Note: You can also create the domain by invoking the GUI configuration wizard (Run MW_HOME/wlserver/common/bin/config.[sh|cmd])

  1. If you already have an existing domain that you want to run with this installation, edit the DOMAIN_HOME/bin/setDomainEnv.sh script and change the WL_HOME to point to the new installation - ${MW_HOME}/wlserver/
    Note: If the existing domain has samples configured, the server will issue failures during startup as samples are not included in the zip distribution.

  2. Start a browser and open up url - ‘http://localhost:7001/console’ to administer the server.

  3. If you need samples, evaluation database (Derby) or console help files for for non-english locales, you can download the supplemental zip and extract it under MW_HOME. Follow instructions in README_SUPP.txt to properly setup samples.

设置.bat 启动方式

weblogic.bat

cd/d D:\mywls
set JAVA_HOME=E:\tyf\jdk\jdk1.6
set MW_HOME=D:\mywls
..\mydomain\startWebLogic.cmd

weblogic 问题:

内存溢出错误修改
在mydomain/bin/setDomainEnv.cmd 修改

if "%JAVA_VENDOR%"=="Sun" (set WLS_MEM_ARGS_64BIT=-Xms256m -Xmx512m@REM   set WLS_MEM_ARGS_32BIT=-Xms256m -Xmx512mset WLS_MEM_ARGS_32BIT=-Xmx2048m -Xms2048m) else (set WLS_MEM_ARGS_64BIT=-Xms512m -Xmx512mset WLS_MEM_ARGS_32BIT=-Xms512m -Xmx512m)set MEM_PERM_SIZE_32BIT=-XX:PermSize=1024mset MEM_MAX_PERM_SIZE_32BIT=-XX:MaxPermSize=1024m
weblogic 路径问题在weblogic部署war包项目出现路径获取不到问题,

1, 在项目web.xml同级目录创建weblogic.xml文件,内容如下:

<?xml version="1.0" encoding="UTF-8"?>
<weblogic-web-app xmlns="http://xmlns.oracle.com/weblogic/weblogic-web-app" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.0/weblogic-web-app.xsd"><jsp-descriptor><keepgenerated>true</keepgenerated><debug>true</debug></jsp-descriptor><context-root>/myapp1</context-root><container-descriptor><show-archived-real-path-enabled>true</show-archived-real-path-enabled></container-descriptor>
</weblogic-web-app>

2, 在weblogic管理端,部署war包时,选择配置

mydomain——web应用程序——启用实际归档路径

WebLogic 10.3.6.0 部署安装问题(简装版)相关推荐

  1. 【WebLogic】Windows系统下WebLogic 12.1.3.0的安装和补丁

    Oracle WebLogic 12.1.3.0是Oracle发布的WebLogic 12c的早期版本,目前已经停止补丁技术支持. 下载地址: https://www.oracle.com/middl ...

  2. weblogic 10.3.6.0 安装B25A补丁(170718)

    为什么80%的码农都做不了架构师?>>>    --升级前,假定weblogic安装在/opt/Oracle/Middleware/wlserver_10.3 --通过ssh工具上传 ...

  3. Media Encoder CC 2019 Macv13.0.2无需激活直装版

    Adobe Media Encoder CC 2019 for Mac完美直装版已在本站上线,这是me cc 2019的直装破解版本,无需任何破解补丁和激活工具,安装完成即可使用!Media Enco ...

  4. WampServer3.2.0下载安装教程详解版

    目录 WampServer简介 WampServer安装步骤 1.下载Wamp Server安装包 2.进入Wamp Server安装许可协议界面 3.选择安装位置开始安装 4.配置默认浏览器 Wam ...

  5. Linux Weblogic 10.3.6安装和漏洞补丁过程

    安装目录 Weblogic 10.3.6安装过程(含打补丁漏洞) 安装前准备 安装步骤 创建weblogic域 配置AdminServer后台运行,并优化JVM参数 打补丁过程 结尾 Weblogic ...

  6. Weblogic 10.3.6 for linux 集群安装

    模拟环境:Oracle VBox.Oracle Linux 5.7.Oracle Jdk 6u43.Oracle Weblogic 10.3 1.安装JDK 1.下载最新版本jdk: jdk-6u43 ...

  7. linux redis-4.0,Linux Redis 4.0.2 安装部署

    Linux Redis 4.0.2 安装部署 01 安装GCC yum -y install gcc gcc-c++ libstdc++-devel tcl -y 02 下载安装包 cd /expor ...

  8. Weblogic 10.3.5在64位Windows系统下的安装和配置

    2011-08-23 Weblogic 10.3.5在64位Windows系统下的安装和配置 作者: BeanSoft 日期: 2011-8-23 今天, 笔者将向大家介绍Oracle Weblogi ...

  9. Weblogic 10.3.2 安装过程中出现致命错误的处理方法

    昨天安装了一个比较新版本的weblogic,当放入光盘打开之后发现里面是一个V18594-01.zip 压缩包,解压出来后变成一个jar 文件 ------wls1032_generic.jar. 这 ...

最新文章

  1. 爱python网_Python
  2. xBIM 基础16 IFC的空间层次结构
  3. docker安装nacos步骤
  4. AI 智能会议系统(36)---AI 书单
  5. 合并表格中同一列中相同的内容
  6. Python+OpenCV:傅里叶变换(Fourier Transform)
  7. 计算机音乐组获奖作品,大学生计算机音乐创作类决赛揭晓 浙音6件作品均获奖...
  8. Tp5接口请求数据返回正常,状态为500
  9. [Google] 再见 SharedPreferences 拥抱 Jetpack DataStore
  10. 找同学 字典 11.12
  11. 数据分析师到底是做什么的?写Python或SQL语句?
  12. 锐捷AP组建无线网络-保姆级教程
  13. 如何将产品发布到App Store上?
  14. matlab指数形式复数运算,[转载]MATLAB学习(4)——复数及其运算
  15. gxworks2使用指令手册_GX Works2操作手册(智能功能功能模块操作篇):三菱 GX 三菱 GX Works2操作手册(智能功能功能模块操作篇)...
  16. html自动分列,文字的自动分列 flex 弹性盒子的一些使用方法
  17. Cesium 源码解析 Model(一)
  18. Solr DIH上传索引操作实例
  19. word“域”的使用方法(转)
  20. VC版本号与VS对应关系

热门文章

  1. python格式化字符串 时间戳 转 UTC(2023-01-11T16:00:00Z)格式时间
  2. mysql 外键报错_MySQL添加外键、删除外键方式,MySQL删除外键报错快速解决方案...
  3. BNUOJ 51277 魔方复原(模拟、置换)
  4. 各种屏幕录像软件使用教程及效果对比
  5. 计算机病毒查杀功能软件有哪些,计算机病毒查杀方法
  6. Qt打开指定目录并选中指定文件
  7. Centos服务器上安装Tomcat
  8. opengl高级光照之延迟渲染以及光体积
  9. NFT 的价值与法律风险
  10. “数字化”主导大型商超生死局|钛媒体深度