ChinaUnix.net
相关文章推荐:

weblogic启动脚本

#/bin/bash ./bin/startweblogic.sh $2| /usr/local/cronolog/sbin/cronolog "./logs/start_%Y%m%d.log" & 这是一直用的脚本。我想知道和以下脚本有什么区别 #/bin/bash ./bin/startweblogic.sh $1| /usr/local/cronolog/sbin/cronolog "./logs/start_%Y%m%d.log" & #/bin/bash ./bin/startweblogic.sh | /usr/local/cronolog/sbin/cronolog "./logs/start_%Y%m%d.log" & 对Shell语法不是很熟,讲清楚点,谢谢!!!

by ziqiang001 - 中间件技术 - 2010-09-28 20:53:11 阅读(2541) 回复(5)

相关讨论

文章来源:www.linuxeden.com-Linux伊甸园 在实际应用当中,我们很可能使用SSL Port作为控制台(console)登录的端口,默认启动脚本没有任何问题,但是由于关闭服务脚本使用的是WLST(weblogic Scripting Tool), 而关闭服务脚本默认登录脚本没有使用SSL,因此需要对原始脚本进行修改。   其实,当自动生成domain之后,这些脚本就已经被自动创建到了相应的目录中,我们只需要编写一个简单的脚本进行调用就可以了。但是,有的时候...

by sdccf - 中间件技术 - 2008-05-01 21:32:23 阅读(623) 回复(0)

在实际应用当中,我们很可能使用SSL Port作为控制台(console)登录的端口,默认启动脚本没有任何问题,但是由于关闭服务脚本使用的是WLST(weblogic Scripting Tool), 而关闭服务脚本默认登录脚本没有使用SSL,因此需要对原始脚本进行修改。  其实,当自动生成domain之后,这些脚本就已经被自动创建到了相应的目录中,我们只需要编写一个简单的脚本进行调用就可以了。但是,有的时候需要使用SSL的控制台端口,这个时候就需...

by deargentle - 中间件技术 - 2008-02-05 14:08:28 阅读(1683) 回复(0)

我模仿系统中启动samba的脚本写了如下的代码文件(web_start,放置在/etc/init.d目录下): #!/sbin/sh case "$1" in start) if [ -f /export/home/bea/user_projects/domains/workshop/startweblogic.sh ]; then /export/home/bea/user_projects/domains/workshop/startweblogic.sh fi ;; stop) if [ -f /export/home/bea/user_projects/domains/workshop/stopweblogic.sh ]; then /export/hom...

by weiyun_pang - 中间件技术 - 2007-03-01 10:22:18 阅读(1592) 回复(4)

我模仿系统中启动samba的脚本写了如下的代码文件(web_start,放置在/etc/init.d目录下):\r\n#!/sbin/sh\r\ncase \"$1\" in\r\nstart)\r\n if [ -f /export/home/bea/user_projects/domains/workshop/startweblogic.sh ]; then\r\n /export/home/bea/user_projects/domains/workshop/startweblogic.sh \r\n fi\r\n ;;\r\n\r\nstop)\r\n if [ -f /export/home/bea/user_projects/domains/workshop/stopWeblogi...

by weiyun_pang - 中间件技术 - 2007-03-01 10:22:18 阅读(3301) 回复(4)

ORACLE启动的: su - oracle ORACLE停止的: su - oracle weblogic启动的: cd /home/test/mydomain ./startManagedweblogic.sh ps_Server weblogic停止的: killall java 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/20196/showart_202903.html

by 51298219 - 中间件技术 - 2006-11-18 22:09:52 阅读(1517) 回复(0)

weblogic的domain的中的进程如下,只是选取了两个还有许多个: root 10052 9979 4 14:53 pts/0 00:01:50 /usr/java/jdk1.7.0_25/bin/java -client -Xms1024m -Xmx2048m -XX:CompileThreshold=8000 -XX:PermSize=1024m -XX:MaxPermSize=2048m -Dweblogic.Name=uat_reins_server -Djava.security.policy=/home/weblogic/Oracle/Middleware/Oracle_Home/wlserver/server/lib/weblogic.policy -Xverify:none -Djava.endorsed....

by zxy877298415 - Shell - 2014-04-18 17:00:40 阅读(2114) 回复(6)

我的 weblogic 8.1 生产模式 设置成开机自动启动 启动项加入到rc.local中 但是开机就是不自动启动 是怎么回事啊?

by hanyang016 - 中间件技术 - 2008-07-17 21:51:34 阅读(2994) 回复(3)

我在服务器上装了rhel 4+weblogic 8.1 想开机自动启动,就在/etc/rc.local中些了/usr/bin/nohup /home/bea/user_projects/domains/mydomain/startweblogic.sh start >nohup.out>&1 命令,本想是让在后台运行,可开机都加载上到了weblogic这光标在闪就是不往下运行,连控制台的登陆界面都看不到!哪位高手可解决即可开机自动运行又可让他在后台,好让我看见login界面!谢谢

by hackerwang - 中间件技术 - 2007-03-21 14:06:12 阅读(1366) 回复(1)

启动时提示如下,敬请高手帮忙解决一下!! weblogic Server did not start up properly. Exception raised: 'weblogic.server.ServiceFailureException: Error initializing Embedded LDAP Server - with nested exception: [java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot]' Reason: weblogic.server.ServiceFailureException: Error initializing Embedded LDAP Server - with nested exception...

by morningguest - 中间件技术 - 2007-11-08 13:42:40 阅读(3849) 回复(3)

用bea用户登录,启动./startweblogic.sh出现以下问题: <000350>; unable to create a server socket on channel default for:*.*.*.*.port 80 java.net.bindexception:the file access permissions do not allow the specified action perhaps the address *.*.*.* incorrect or another process using port 80。 <090085>; server failed to bind to any port such that it is not reachable from the console. 但是修改端口到...

by renhx - 中间件技术 - 2004-03-04 12:13:09 阅读(2108) 回复(8)