<?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: Enable JServ Logging Without Bouncing Apache</title>
	<atom:link href="http://www.pythian.com/news/911/enable-jserv-logging-with-out-bouncing-apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news/911/enable-jserv-logging-with-out-bouncing-apache/</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:01:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: kosal</title>
		<link>http://www.pythian.com/news/911/enable-jserv-logging-with-out-bouncing-apache/#comment-550657</link>
		<dc:creator>kosal</dc:creator>
		<pubDate>Fri, 27 May 2011 07:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/911/enable-jserv-logging-with-out-bouncing-apache#comment-550657</guid>
		<description>yeah,i tried above method for java files that i have deployed in oracle apps instance...and its working....awsome...</description>
		<content:encoded><![CDATA[<p>yeah,i tried above method for java files that i have deployed in oracle apps instance&#8230;and its working&#8230;.awsome&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kosal</title>
		<link>http://www.pythian.com/news/911/enable-jserv-logging-with-out-bouncing-apache/#comment-550637</link>
		<dc:creator>kosal</dc:creator>
		<pubDate>Fri, 27 May 2011 05:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/911/enable-jserv-logging-with-out-bouncing-apache#comment-550637</guid>
		<description>hi everyone

i want to ask one more question,i am working on configurator(java CX) part,so i have to complie java file and everytime i need to bounce apache to make them effective....so any way to make them effective without bouncing????...</description>
		<content:encoded><![CDATA[<p>hi everyone</p>
<p>i want to ask one more question,i am working on configurator(java CX) part,so i have to complie java file and everytime i need to bounce apache to make them effective&#8230;.so any way to make them effective without bouncing????&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vasu Balla</title>
		<link>http://www.pythian.com/news/911/enable-jserv-logging-with-out-bouncing-apache/#comment-347786</link>
		<dc:creator>Vasu Balla</dc:creator>
		<pubDate>Tue, 03 Mar 2009 10:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/911/enable-jserv-logging-with-out-bouncing-apache#comment-347786</guid>
		<description>Hi Keith, any OS utility that can give the PID of the process writing to a file will do the trick for us. and as far as i know we dont need root access for using fuser on linux. not sure about other unix flavours. By the way, whats OS you are referring to ?</description>
		<content:encoded><![CDATA[<p>Hi Keith, any OS utility that can give the PID of the process writing to a file will do the trick for us. and as far as i know we dont need root access for using fuser on linux. not sure about other unix flavours. By the way, whats OS you are referring to ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://www.pythian.com/news/911/enable-jserv-logging-with-out-bouncing-apache/#comment-347347</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Mon, 02 Mar 2009 11:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/911/enable-jserv-logging-with-out-bouncing-apache#comment-347347</guid>
		<description>Hi,

Instead of using fuser which sometimes requires root access, lsof can also be used.

$lsof &#124; grep OACoreGroup.0.stdout
java      23923  .... 
$kill 23923  

This should help

Regards,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Instead of using fuser which sometimes requires root access, lsof can also be used.</p>
<p>$lsof | grep OACoreGroup.0.stdout<br />
java      23923  &#8230;.<br />
$kill 23923  </p>
<p>This should help</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vasu Balla</title>
		<link>http://www.pythian.com/news/911/enable-jserv-logging-with-out-bouncing-apache/#comment-224139</link>
		<dc:creator>Vasu Balla</dc:creator>
		<pubDate>Wed, 25 Jun 2008 04:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/911/enable-jserv-logging-with-out-bouncing-apache#comment-224139</guid>
		<description>Hi Vikram
yes, its the same thing i did when we were fixing that jvm issue. Wanted to put it on a blog for a long time, finally did it

thanks
vasu</description>
		<content:encoded><![CDATA[<p>Hi Vikram<br />
yes, its the same thing i did when we were fixing that jvm issue. Wanted to put it on a blog for a long time, finally did it</p>
<p>thanks<br />
vasu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikram</title>
		<link>http://www.pythian.com/news/911/enable-jserv-logging-with-out-bouncing-apache/#comment-223828</link>
		<dc:creator>Vikram</dc:creator>
		<pubDate>Tue, 24 Jun 2008 19:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/911/enable-jserv-logging-with-out-bouncing-apache#comment-223828</guid>
		<description>Hi Vasu,

I know you did similar to this when i had an issue with JVMs. I am glad you documented it.</description>
		<content:encoded><![CDATA[<p>Hi Vasu,</p>
<p>I know you did similar to this when i had an issue with JVMs. I am glad you documented it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

