<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ali Aboosaidi &#187; java</title>
	<atom:link href="http://insanelabs.com/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://insanelabs.com</link>
	<description>Umm... Unorthodox?</description>
	<lastBuildDate>Mon, 19 Jul 2010 19:02:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Linux: Release port 8080 after stopping Tomcat &#8211; Port 8080 in use by Java</title>
		<link>http://insanelabs.com/linux/linux-release-port-8080-after-stopping-tomcat-port-8080-in-use-by-java/</link>
		<comments>http://insanelabs.com/linux/linux-release-port-8080-after-stopping-tomcat-port-8080-in-use-by-java/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 08:26:20 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://insanelabs.com/?p=584</guid>
		<description><![CDATA[It&#8217;s past 3 AM and I finally found out why after stopping my Tomcat server I&#8217;m unable to successfully start it again. It seem like Java process won&#8217;t go away. To get around that I added the following line to my Tomcat shutdown.sh script: killall -9 java and all is well now. Still unorthodox, but [...]


Related posts:<ol><li><a href="http://insanelabs.com/linux/linux-run-tomcat-with-apache-mod_jk-configuration/" rel='bookmark' title='Permanent Link: Linux: Run tomcat with apache &#8211; mod_jk configuration' class="liinternal">Linux: Run tomcat with apache &#8211; mod_jk configuration</a></li>
<li><a href="http://insanelabs.com/linux/linux-view-and-manage-processes-running-in-the-background/" rel='bookmark' title='Permanent Link: Linux: View and manage processes running in the background' class="liinternal">Linux: View and manage processes running in the background</a></li>
<li><a href="http://insanelabs.com/linux/linux-apache-tomcat-tips-and-tricks/" rel='bookmark' title='Permanent Link: Linux: Apache Tomcat tips and tricks' class="liinternal">Linux: Apache Tomcat tips and tricks</a></li>
</ol>]]></description>
		<wfw:commentRss>http://insanelabs.com/linux/linux-release-port-8080-after-stopping-tomcat-port-8080-in-use-by-java/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux: Run tomcat with apache &#8211; mod_jk configuration</title>
		<link>http://insanelabs.com/linux/linux-run-tomcat-with-apache-mod_jk-configuration/</link>
		<comments>http://insanelabs.com/linux/linux-run-tomcat-with-apache-mod_jk-configuration/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 19:27:59 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mod_jk]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://insanelabs.com/?p=385</guid>
		<description><![CDATA[Disclaimer: I found an old note with these instructions on it. I&#8217;m sure that I&#8217;ve taken these from other blog(s) but unfortunately I cannot find the source to give complete credit to. Since this is a very useful how-to I decided to clean it up and publish it for everyone to read, but if author(s) [...]


Related posts:<ol><li><a href="http://insanelabs.com/linux/linux-apache-tomcat-tips-and-tricks/" rel='bookmark' title='Permanent Link: Linux: Apache Tomcat tips and tricks' class="liinternal">Linux: Apache Tomcat tips and tricks</a></li>
<li><a href="http://insanelabs.com/linux/linux-release-port-8080-after-stopping-tomcat-port-8080-in-use-by-java/" rel='bookmark' title='Permanent Link: Linux: Release port 8080 after stopping Tomcat &#8211; Port 8080 in use by Java' class="liinternal">Linux: Release port 8080 after stopping Tomcat &#8211; Port 8080 in use by Java</a></li>
<li><a href="http://insanelabs.com/misc/tomcat-redirect-default-home-page-to-another-url/" rel='bookmark' title='Permanent Link: Tomcat: Redirect default home page to another URL' class="liinternal">Tomcat: Redirect default home page to another URL</a></li>
</ol>]]></description>
		<wfw:commentRss>http://insanelabs.com/linux/linux-run-tomcat-with-apache-mod_jk-configuration/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Linux: Apache Tomcat tips and tricks</title>
		<link>http://insanelabs.com/linux/linux-apache-tomcat-tips-and-tricks/</link>
		<comments>http://insanelabs.com/linux/linux-apache-tomcat-tips-and-tricks/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 21:14:31 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jre]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://insanelabs.com/?p=209</guid>
		<description><![CDATA[JAVA_HOME or JRE_HOME variables are not defined: Edit bash_profile for the user running Tomcat: nano ~/.bash_profile Add the following line and edit to point to correct directory: export JRE_HOME=/usr/local/jre Save and exit, then execute the following command: source ~/.bash_profile Running Apache Tomcat on privileged ports (lower then 1024) as non-root user: The best way is [...]


Related posts:<ol><li><a href="http://insanelabs.com/linux/linux-run-tomcat-with-apache-mod_jk-configuration/" rel='bookmark' title='Permanent Link: Linux: Run tomcat with apache &#8211; mod_jk configuration' class="liinternal">Linux: Run tomcat with apache &#8211; mod_jk configuration</a></li>
<li><a href="http://insanelabs.com/linux/linux-reset-iptables-firewall-rules/" rel='bookmark' title='Permanent Link: Linux: Reset iptables firewall rules' class="liinternal">Linux: Reset iptables firewall rules</a></li>
<li><a href="http://insanelabs.com/linux/linux-release-port-8080-after-stopping-tomcat-port-8080-in-use-by-java/" rel='bookmark' title='Permanent Link: Linux: Release port 8080 after stopping Tomcat &#8211; Port 8080 in use by Java' class="liinternal">Linux: Release port 8080 after stopping Tomcat &#8211; Port 8080 in use by Java</a></li>
</ol>]]></description>
		<wfw:commentRss>http://insanelabs.com/linux/linux-apache-tomcat-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
