<?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: (Pre)-compiling JSP for Tomcat with Jasper</title>
	<atom:link href="http://technology.amis.nl/2005/01/05/precompiling-jsp-for-tomcat-with-jasper/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2005/01/05/precompiling-jsp-for-tomcat-with-jasper/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=precompiling-jsp-for-tomcat-with-jasper</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: javaBean</title>
		<link>http://technology.amis.nl/2005/01/05/precompiling-jsp-for-tomcat-with-jasper/#comment-1336</link>
		<dc:creator>javaBean</dc:creator>
		<pubDate>Fri, 19 Sep 2008 14:09:56 +0000</pubDate>
		<guid isPermaLink="false">/?p=318#comment-1336</guid>
		<description><![CDATA[hey this is a very good tutorial.
thank you for the codes.
very helpful!
http://expertzforum.com]]></description>
		<content:encoded><![CDATA[<p>hey this is a very good tutorial.<br />
thank you for the codes.<br />
very helpful!<br />
<a href="http://expertzforum.com" rel="nofollow">http://expertzforum.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noel Grandin</title>
		<link>http://technology.amis.nl/2005/01/05/precompiling-jsp-for-tomcat-with-jasper/#comment-1335</link>
		<dc:creator>Noel Grandin</dc:creator>
		<pubDate>Thu, 13 Jan 2005 07:33:02 +0000</pubDate>
		<guid isPermaLink="false">/?p=318#comment-1335</guid>
		<description><![CDATA[In a previous project I precompiled the JSPs, obfuscated the resulting class files, and packaged them into the webapp.
This required that I copy and paste and modify the JspServlet class from the tomcat source code and lightly modify it - mostly stripping out unnecessary stuff.
Then I did a *.jsp mapping in web.xml to my new JspServlet, included jsp-runtime.jar in my webapp (so that I did not get version inconsistencies when deploying on newer versions of tomcat)
and voila!
No precompilation stage, the webapp is fast right from startup, and no JSP source code in the delivered WAR file.]]></description>
		<content:encoded><![CDATA[<p>In a previous project I precompiled the JSPs, obfuscated the resulting class files, and packaged them into the webapp.<br />
This required that I copy and paste and modify the JspServlet class from the tomcat source code and lightly modify it &#8211; mostly stripping out unnecessary stuff.<br />
Then I did a *.jsp mapping in web.xml to my new JspServlet, included jsp-runtime.jar in my webapp (so that I did not get version inconsistencies when deploying on newer versions of tomcat)<br />
and voila!<br />
No precompilation stage, the webapp is fast right from startup, and no JSP source code in the delivered WAR file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
