<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>评论：注册Weblogic9为Windows服务及外一篇</title>
	<atom:link href="http://www.hashei.me/2009/08/install-weblogic-as-service-and-recovery-password.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hashei.me/2009/08/install-weblogic-as-service-and-recovery-password.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=install-weblogic-as-service-and-recovery-password</link>
	<description>一个系统工程师的絮叨</description>
	<lastBuildDate>Mon, 30 Jan 2012 02:37:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：santo</title>
		<link>http://www.hashei.me/2009/08/install-weblogic-as-service-and-recovery-password.html/comment-page-1#comment-3736</link>
		<dc:creator>santo</dc:creator>
		<pubDate>Wed, 25 May 2011 01:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.hashei.me/2009/08/install-weblogic-as-service-and-recovery-password.html#comment-3736</guid>
		<description>谢谢。</description>
		<content:encoded><![CDATA[<p>谢谢。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：hashei</title>
		<link>http://www.hashei.me/2009/08/install-weblogic-as-service-and-recovery-password.html/comment-page-1#comment-1094</link>
		<dc:creator>hashei</dc:creator>
		<pubDate>Sat, 05 Dec 2009 03:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.hashei.me/2009/08/install-weblogic-as-service-and-recovery-password.html#comment-1094</guid>
		<description>启动又停止说明服务脚本编写的不对，看一下adminserver.log的日志输出&lt;a href=&quot;#comment-1093&quot; rel=&quot;nofollow&quot;&gt;@sun&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>启动又停止说明服务脚本编写的不对，看一下adminserver.log的日志输出<a href="#comment-1093" rel="nofollow">@sun</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：sun</title>
		<link>http://www.hashei.me/2009/08/install-weblogic-as-service-and-recovery-password.html/comment-page-1#comment-1093</link>
		<dc:creator>sun</dc:creator>
		<pubDate>Fri, 04 Dec 2009 09:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.hashei.me/2009/08/install-weblogic-as-service-and-recovery-password.html#comment-1093</guid>
		<description>我启动后又停止了，请问博主遇到这个问题了么。系统是2003 r2</description>
		<content:encoded><![CDATA[<p>我启动后又停止了，请问博主遇到这个问题了么。系统是2003 r2</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：james</title>
		<link>http://www.hashei.me/2009/08/install-weblogic-as-service-and-recovery-password.html/comment-page-1#comment-995</link>
		<dc:creator>james</dc:creator>
		<pubDate>Thu, 12 Nov 2009 08:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.hashei.me/2009/08/install-weblogic-as-service-and-recovery-password.html#comment-995</guid>
		<description>博主如果方便的话把installServer.cmd、uninstallServer.cmd的脚本内容贴出来，或者mail给我，实在找不着老版本的wls。不胜感激！</description>
		<content:encoded><![CDATA[<p>博主如果方便的话把installServer.cmd、uninstallServer.cmd的脚本内容贴出来，或者mail给我，实在找不着老版本的wls。不胜感激！</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：hashei</title>
		<link>http://www.hashei.me/2009/08/install-weblogic-as-service-and-recovery-password.html/comment-page-1#comment-923</link>
		<dc:creator>hashei</dc:creator>
		<pubDate>Fri, 25 Sep 2009 15:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.hashei.me/2009/08/install-weblogic-as-service-and-recovery-password.html#comment-923</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-920&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-920&quot; rel=&quot;nofollow&quot;&gt;yun&lt;/a&gt; :&lt;/strong&gt;
如果设了自己的启动参数（MEM_ARGS或者JAVA_ARGS等），也要在installSrv脚本中一并改了
&lt;/blockquote&gt;
如果MEM_ARGS或者JAVA_ARGS在setDomainEnv.cmd里设置的话，因为我call “%DOMAIN_HOME%\bin\setDomainEnv.cmd”，就不用改了。
但是要注意-Dweblogic.ProductionModeEnabled=%PRODUCTION_MODE%这个变量，有时候会修改config.xml文件把weblogic从production_mode改回develop_mode(true改为false），但是因为-Dweblogic.ProductionModeEnabled的缘故，config.xml里的修改不会生效。造成使用命令启动时开发模式，使用服务启动是生产模式的怪异情况。这时候就要set PRODUCTION_MODE=false，然后重新添加一下服务</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-920"><p>
<strong><a href="#comment-920" rel="nofollow">yun</a> :</strong><br />
如果设了自己的启动参数（MEM_ARGS或者JAVA_ARGS等），也要在installSrv脚本中一并改了
</p></blockquote>
<p>如果MEM_ARGS或者JAVA_ARGS在setDomainEnv.cmd里设置的话，因为我call “%DOMAIN_HOME%\bin\setDomainEnv.cmd”，就不用改了。<br />
但是要注意-Dweblogic.ProductionModeEnabled=%PRODUCTION_MODE%这个变量，有时候会修改config.xml文件把weblogic从production_mode改回develop_mode(true改为false），但是因为-Dweblogic.ProductionModeEnabled的缘故，config.xml里的修改不会生效。造成使用命令启动时开发模式，使用服务启动是生产模式的怪异情况。这时候就要set PRODUCTION_MODE=false，然后重新添加一下服务</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：yun</title>
		<link>http://www.hashei.me/2009/08/install-weblogic-as-service-and-recovery-password.html/comment-page-1#comment-920</link>
		<dc:creator>yun</dc:creator>
		<pubDate>Fri, 25 Sep 2009 09:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.hashei.me/2009/08/install-weblogic-as-service-and-recovery-password.html#comment-920</guid>
		<description>如果设了自己的启动参数（MEM_ARGS或者JAVA_ARGS等），也要在installSrv脚本中一并改了</description>
		<content:encoded><![CDATA[<p>如果设了自己的启动参数（MEM_ARGS或者JAVA_ARGS等），也要在installSrv脚本中一并改了</p>
]]></content:encoded>
	</item>
</channel>
</rss>

