<?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>Comments on: How to properly start OC4J on a production server.</title>
	<atom:link href="http://technology.amis.nl/2006/01/05/how-to-properly-start-oc4j-on-a-production-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2006/01/05/how-to-properly-start-oc4j-on-a-production-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-properly-start-oc4j-on-a-production-server</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Dave Godbey</title>
		<link>http://technology.amis.nl/2006/01/05/how-to-properly-start-oc4j-on-a-production-server/#comment-2778</link>
		<dc:creator>Dave Godbey</dc:creator>
		<pubDate>Thu, 16 Feb 2006 17:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=985#comment-2778</guid>
		<description><![CDATA[How do you start OC4J in standalone mode on a virtual ip address?]]></description>
		<content:encoded><![CDATA[<p>How do you start OC4J in standalone mode on a virtual ip address?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Duff</title>
		<link>http://technology.amis.nl/2006/01/05/how-to-properly-start-oc4j-on-a-production-server/#comment-2777</link>
		<dc:creator>Brian Duff</dc:creator>
		<pubDate>Thu, 05 Jan 2006 14:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=985#comment-2777</guid>
		<description><![CDATA[oops should be OC4J_JVM_ARGS=-Xmx128M -server]]></description>
		<content:encoded><![CDATA[<p>oops should be OC4J_JVM_ARGS=-Xmx128M -server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Duff</title>
		<link>http://technology.amis.nl/2006/01/05/how-to-properly-start-oc4j-on-a-production-server/#comment-2776</link>
		<dc:creator>Brian Duff</dc:creator>
		<pubDate>Thu, 05 Jan 2006 14:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=985#comment-2776</guid>
		<description><![CDATA[In OC4J 10.1.3, new start / stop scripts are available in OH/bin. These pass the value of the environment variable OC4J_JVM_ARGS into java when starting oc4j. So you can, for example, set in your environment:

OC4J_JVM_ARGS=-Xmx128M -java

then start OC4J with:

bin/oc4j -start

or on Windows:

bin/oc4j.cmd -start

Thanks,
Brian]]></description>
		<content:encoded><![CDATA[<p>In OC4J 10.1.3, new start / stop scripts are available in OH/bin. These pass the value of the environment variable OC4J_JVM_ARGS into java when starting oc4j. So you can, for example, set in your environment:</p>
<p>OC4J_JVM_ARGS=-Xmx128M -java</p>
<p>then start OC4J with:</p>
<p>bin/oc4j -start</p>
<p>or on Windows:</p>
<p>bin/oc4j.cmd -start</p>
<p>Thanks,<br />
Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacco Landlust</title>
		<link>http://technology.amis.nl/2006/01/05/how-to-properly-start-oc4j-on-a-production-server/#comment-2774</link>
		<dc:creator>Jacco Landlust</dc:creator>
		<pubDate>Thu, 05 Jan 2006 14:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=985#comment-2774</guid>
		<description><![CDATA[@Rob, why don&#039;t you use opmnctl or dcmctl for starting, or even better: the enterprise manager website?

If you do this, the configuration for the OC4J component is parsed. In this configuration ($ORACLE_HOME/j2ee/home/oc4j_opmn.xml) a number of java options are passed to the server. The -server option is one of them. The memory option (which you want to pass too) can be added there too. If you do this, the option is passed without depending on command line options.

I think the XML file is easy enough to understand, please edit this from the enterprise website too (to avoid sync problems)

If you want to use the same option with tomcat (or any other J2EE server), you can use the environment variable called JAVA_OPTS. This is passed trough the catalina.sh script.

Now you know why this isn&#039;t discussed in the Oracle manuals. Oracle wants you to use their management website ;)]]></description>
		<content:encoded><![CDATA[<p>@Rob, why don&#8217;t you use opmnctl or dcmctl for starting, or even better: the enterprise manager website?</p>
<p>If you do this, the configuration for the OC4J component is parsed. In this configuration ($ORACLE_HOME/j2ee/home/oc4j_opmn.xml) a number of java options are passed to the server. The -server option is one of them. The memory option (which you want to pass too) can be added there too. If you do this, the option is passed without depending on command line options.</p>
<p>I think the XML file is easy enough to understand, please edit this from the enterprise website too (to avoid sync problems)</p>
<p>If you want to use the same option with tomcat (or any other J2EE server), you can use the environment variable called JAVA_OPTS. This is passed trough the catalina.sh script.</p>
<p>Now you know why this isn&#8217;t discussed in the Oracle manuals. Oracle wants you to use their management website <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacco Landlust</title>
		<link>http://technology.amis.nl/2006/01/05/how-to-properly-start-oc4j-on-a-production-server/#comment-2775</link>
		<dc:creator>Jacco Landlust</dc:creator>
		<pubDate>Thu, 05 Jan 2006 14:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=985#comment-2775</guid>
		<description><![CDATA[@Rob, why don&#039;t you use opmnctl or dcmctl for starting, or even better: the enterprise manager website?

If you do this, the configuration for the OC4J component is parsed. In this configuration ($ORACLE_HOME/j2ee/home/oc4j_opmn.xml) a number of java options are passed to the server. The -server option is one of them. The memory option (which you want to pass too) can be added there too. If you do this, the option is passed without depending on command line options.

I think the XML file is easy enough to understand, please edit this from the enterprise website too (to avoid sync problems)

If you want to use the same option with tomcat (or any other J2EE server), you can use the environment variable called JAVA_OPTS. This is passed trough the catalina.sh script.

Now you know why this isn&#039;t discussed in the Oracle manuals. Oracle wants you to use their management website ;)]]></description>
		<content:encoded><![CDATA[<p>@Rob, why don&#8217;t you use opmnctl or dcmctl for starting, or even better: the enterprise manager website?</p>
<p>If you do this, the configuration for the OC4J component is parsed. In this configuration ($ORACLE_HOME/j2ee/home/oc4j_opmn.xml) a number of java options are passed to the server. The -server option is one of them. The memory option (which you want to pass too) can be added there too. If you do this, the option is passed without depending on command line options.</p>
<p>I think the XML file is easy enough to understand, please edit this from the enterprise website too (to avoid sync problems)</p>
<p>If you want to use the same option with tomcat (or any other J2EE server), you can use the environment variable called JAVA_OPTS. This is passed trough the catalina.sh script.</p>
<p>Now you know why this isn&#8217;t discussed in the Oracle manuals. Oracle wants you to use their management website <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob van Maris</title>
		<link>http://technology.amis.nl/2006/01/05/how-to-properly-start-oc4j-on-a-production-server/#comment-2773</link>
		<dc:creator>Rob van Maris</dc:creator>
		<pubDate>Thu, 05 Jan 2006 14:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=985#comment-2773</guid>
		<description><![CDATA[I was referring to OC4J in a standalone environment, e.g. without Oracle AS. The title doesn&#039;t mention this, but it should be clear from the documentation quote.]]></description>
		<content:encoded><![CDATA[<p>I was referring to OC4J in a standalone environment, e.g. without Oracle AS. The title doesn&#8217;t mention this, but it should be clear from the documentation quote.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Rogers</title>
		<link>http://technology.amis.nl/2006/01/05/how-to-properly-start-oc4j-on-a-production-server/#comment-2772</link>
		<dc:creator>Gary Rogers</dc:creator>
		<pubDate>Thu, 05 Jan 2006 14:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=985#comment-2772</guid>
		<description><![CDATA[Huh... I always thought it was

opmnctl startproc process-type=[OC4J NAME]

Then you adjust start parameters in the iAS console

;)]]></description>
		<content:encoded><![CDATA[<p>Huh&#8230; I always thought it was</p>
<p>opmnctl startproc process-type=[OC4J NAME]</p>
<p>Then you adjust start parameters in the iAS console<br />
 <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
