<?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>the empty quarter &#187; tomcat</title>
	<atom:link href="http://www.martinhammer.com/blog/index.php/tag/tomcat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.martinhammer.com/blog</link>
	<description>Sorry, but you are looking for something that isn’t here.</description>
	<lastBuildDate>Sat, 04 Feb 2012 12:33:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>BIRT Report Viewer documentation</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/01/birt-report-viewer-documentation/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2010/01/birt-report-viewer-documentation/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 14:15:26 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[birt]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=401</guid>
		<description><![CDATA[Eclipse BIRT comes with Report Viewer, a J2EE application used for generating and displaying reports. Whilst deploying and using the out-of-the-box application on Tomcat is straightforward, there are fairly rich configuration and parametrization options which are non-obvious. The following two documents describe how the viewer works and how to control its behaviour. BIRT Viewer User&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Eclipse BIRT comes with Report Viewer, a J2EE application used for generating and displaying reports. Whilst deploying and using the out-of-the-box application on Tomcat is <a href="http://www.eclipse.org/birt/phoenix/deploy/viewerSetup.php">straightforward</a>, there are fairly rich configuration and parametrization options which are non-obvious. The following two documents describe how the viewer works and how to control its behaviour.</p>
<ul>
<li><a href="http://www.birt-exchange.org/modules/wfdownloads/visit.php?cid=5&amp;lid=492">BIRT Viewer User&#8217;s Guide</a> (covers version 2.3, PDF)</li>
<li><a href="http://www.eclipse.org/birt/phoenix/deploy/viewerUsage2.2.php">Using the BIRT Report Viewer</a> (covers version 2.2)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2010/01/birt-report-viewer-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JDBC drivers in BIRT Viewer on Tomcat</title>
		<link>http://www.martinhammer.com/blog/index.php/2009/08/jdbc-drivers-in-birt-viewer-on-tomcat/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2009/08/jdbc-drivers-in-birt-viewer-on-tomcat/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 14:54:15 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[birt]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=332</guid>
		<description><![CDATA[JDBC drivers need to be put in the following location to be available in BIRT Viewer. Putting them into &#60;TOMCAT HOME&#62;/common/lib does not work in BIRT and you will get a &#8220;cannot load JDBC driver&#8221; error. &#60;TOMCAT HOME&#62;/webapps/birt/WEB-INF/platform/plugins/org.eclipse.birt.report.data.oda.jdbc_2.3.1.v20080827/drivers The Tomcat path and version number will depend on your environment.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">JDBC drivers need to be put in the following location to be available in BIRT Viewer. Putting them into <code>&lt;TOMCAT HOME&gt;/common/lib</code> does not work in BIRT and you will get a &#8220;cannot load JDBC driver&#8221; error.</p>
<p style="text-align: left;"><code>&lt;TOMCAT HOME&gt;/webapps/birt/WEB-INF/platform/plugins/org.eclipse.birt.report.data.oda.jdbc_2.3.1.v20080827/drivers</code></p>
<p style="text-align: left;">The Tomcat path and version number will depend on your environment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2009/08/jdbc-drivers-in-birt-viewer-on-tomcat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Apache Tomcat on Ubuntu server</title>
		<link>http://www.martinhammer.com/blog/index.php/2009/06/installing-apache-tomcat-on-ubuntu-server/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2009/06/installing-apache-tomcat-on-ubuntu-server/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 16:33:49 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=280</guid>
		<description><![CDATA[Here&#8217;s how to install Apache Tomcat version 5.5 on an Ubuntu machine (note that there is nothing Ubutu specific in these steps). This will form one of the foundation steps for a series of posts in which we will build a fully open-source business intelligence platform. First, install Java JDK. I am using Sun&#8217;s version [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Here&#8217;s how to install <a href="http://tomcat.apache.org/">Apache Tomcat</a> version 5.5 on an Ubuntu machine (note that there is nothing Ubutu specific in these steps). This will form one of the foundation steps for a series of posts in which we will build a fully open-source business intelligence platform.</p>
<ol style="text-align: left;">
<li>First, install Java JDK. I am using Sun&#8217;s version mainly for stability and to avoid any compatibility issues.<br />
<code><br />
sudo apt-get install sun-java6-jdk</p>
<p></code></li>
<li>Download Apache Tomcat and check for integrity.<br />
<code><br />
wget http://mirrors.sirium.net/pub/apache/tomcat/tomcat-5/v5.5.27/bin/apache-tomcat-5.5.27.tar.gz<br />
wget http://mirrors.sirium.net/pub/apache/tomcat/tomcat-5/v5.5.27/bin/apache-tomcat-5.5.27.tar.gz.md5<br />
md5sum -c apache-tomcat-5.5.27.tar.gz.md5 </p>
<p></code>
</li>
<li>Unpack the archive file.<br />
<code><br />
tar xvzf apache-tomcat-5.5.27.tar.gz</p>
<p></code>
</li>
<li>Move the unpacked directory to its permanent location. I use /opt but this is only a personal preference.<br />
<code><br />
sudo mv apache-tomcat-5.5.27 /opt</p>
<p></code>
</li>
<li>Create a simple startup and shutdown script. Run <code>sudo vi /etc/init.d/tomcat</code> and save it with the following content:<br />
<code><br />
#!/bin/bash<br />
# Tomcat startup script</p>
<p>export JAVA_HOME=/usr/lib/jvm/java-6-sun</p>
<p>case $1 in<br />
start)<br />
	sh /opt/apache-tomcat-5.5.27/bin/startup.sh<br />
;;<br />
stop)<br />
	sh /opt/apache-tomcat-5.5.27/bin/shutdown.sh<br />
;;<br />
restart)<br />
	sh /opt/apache-tomcat-5.5.27/bin/shutdown.sh<br />
	sh /opt/apache-tomcat-5.5.27/bin/startup.sh<br />
;;<br />
*)<br />
	echo "Usage: /etc/init.d/tomcat {start|stop|restart}"<br />
	exit 1<br />
;;<br />
esac<br />
exit 0</p>
<p></code>
</li>
<li>Don&#8217;t forget to make this script executable.<br />
<code><br />
sudo chmod 755 /etc/init.d/tomcat</p>
<p></code>
</li>
<li>Now we can finally start Tomcat.<br />
<code><br />
/etc/init.d/tomcat start</p>
<p></code></li>
<li>Finally, check that everything worked correctly by opening the Tomcat default page (http://&lt;servername&gt;:8080) in a web browser.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2009/06/installing-apache-tomcat-on-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

