<?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 setup Apache Tomcat 5.5 on Debian Etch</title>
	<atom:link href="http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:01:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: croolyc</title>
		<link>http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html/comment-page-1#comment-8590</link>
		<dc:creator>croolyc</dc:creator>
		<pubDate>Wed, 04 May 2011 08:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html#comment-8590</guid>
		<description>I have same as  Mr Anh - java.lang.NullPointerException
I have no idea what&#039;s wrong
I think that tomcat don&#039;t read .jar files from apps WEB-INF dir
but howto tell him that he has to do it
any sugestions??


debian 6 /up to date/</description>
		<content:encoded><![CDATA[<p>I have same as  Mr Anh - java.lang.NullPointerException<br />
I have no idea what&#8217;s wrong<br />
I think that tomcat don&#8217;t read .jar files from apps WEB-INF dir<br />
but howto tell him that he has to do it<br />
any sugestions??</p>
<p>debian 6 /up to date/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr Anh</title>
		<link>http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html/comment-page-1#comment-8580</link>
		<dc:creator>Mr Anh</dc:creator>
		<pubDate>Thu, 28 Apr 2011 06:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html#comment-8580</guid>
		<description>Log error tomcat:

Apr 27, 2011 6:57:05 AM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet jsp threw exception
java.lang.NullPointerException
	at org.apache.jsp.jsp.languages_jsp._jspService(languages_jsp.java:76)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:331)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
	at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:581)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291)
	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:775)
	at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:704)
	at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:897)
	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
	at java.lang.Thread.run(Thread.java:595)

Help fix error 

Thank&#039;s
Apr 27, 2011 11:27:22 AM org.apache.coyote.http11.Http11BaseProtocol pause</description>
		<content:encoded><![CDATA[<p>Log error tomcat:</p>
<p>Apr 27, 2011 6:57:05 AM org.apache.catalina.core.StandardWrapperValve invoke<br />
SEVERE: Servlet.service() for servlet jsp threw exception<br />
java.lang.NullPointerException<br />
	at org.apache.jsp.jsp.languages_jsp._jspService(languages_jsp.java:76)<br />
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)<br />
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)<br />
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:331)<br />
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)<br />
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)<br />
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)<br />
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)<br />
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)<br />
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)<br />
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)<br />
	at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:581)<br />
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)<br />
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)<br />
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)<br />
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)<br />
	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)<br />
	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291)<br />
	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:775)<br />
	at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:704)<br />
	at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:897)<br />
	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)<br />
	at java.lang.Thread.run(Thread.java:595)</p>
<p>Help fix error </p>
<p>Thank&#8217;s<br />
Apr 27, 2011 11:27:22 AM org.apache.coyote.http11.Http11BaseProtocol pause</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias</title>
		<link>http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html/comment-page-1#comment-8309</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Tue, 22 Mar 2011 21:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html#comment-8309</guid>
		<description>Same here.

* set TOMCAT5_SECURITY to “no” in /etc/init.d/tomcat5.5 and /etc/default/tomcat5.5
* added the permission to /etc/tomcat5.5/policy.d/04.webapps.policy
&lt;code&gt;
INFO: Deploying web application archive myapp.war
log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester).
log4j:WARN Please initialize the log4j system properly.
2011-03-22 21:09:40,411 [ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO  org.springframework.orm.jpa.LocalEntityManage
rFactoryBean - Building JPA EntityManagerFactory for persistence unit &#039;myappdb&#039;
Mar 22, 2011 9:09:41 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Mar 22, 2011 9:09:41 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/myapp] startup failed due to previous errors
2011-03-22 21:09:41,973 [ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO  org.springframework.orm.jpa.LocalEntityManage
rFactoryBean - Closing JPA EntityManagerFactory for persistence unit &#039;myappdb&#039;
log4j:ERROR LogMananger.repositorySelector was null likely due to error in class reloading, using NOPLoggerRepository.
Mar 22, 2011 9:09:58 PM org.apache.catalina.core.StandardContext stop
INFO: Container org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/myapp] has not been started
Mar 22, 2011 9:09:58 PM org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/myapp]
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Same here.</p>
<p>* set TOMCAT5_SECURITY to “no” in /etc/init.d/tomcat5.5 and /etc/default/tomcat5.5<br />
* added the permission to /etc/tomcat5.5/policy.d/04.webapps.policy<br />
<code><br />
INFO: Deploying web application archive myapp.war<br />
log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester).<br />
log4j:WARN Please initialize the log4j system properly.<br />
2011-03-22 21:09:40,411 [ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO  org.springframework.orm.jpa.LocalEntityManage<br />
rFactoryBean - Building JPA EntityManagerFactory for persistence unit 'myappdb'<br />
Mar 22, 2011 9:09:41 PM org.apache.catalina.core.StandardContext start<br />
SEVERE: Error listenerStart<br />
Mar 22, 2011 9:09:41 PM org.apache.catalina.core.StandardContext start<br />
SEVERE: Context [/myapp] startup failed due to previous errors<br />
2011-03-22 21:09:41,973 [ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO  org.springframework.orm.jpa.LocalEntityManage<br />
rFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'myappdb'<br />
log4j:ERROR LogMananger.repositorySelector was null likely due to error in class reloading, using NOPLoggerRepository.<br />
Mar 22, 2011 9:09:58 PM org.apache.catalina.core.StandardContext stop<br />
INFO: Container org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/myapp] has not been started<br />
Mar 22, 2011 9:09:58 PM org.apache.catalina.startup.HostConfig checkResources<br />
INFO: Undeploying context [/myapp]<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html/comment-page-1#comment-5108</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 09 Jun 2010 08:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html#comment-5108</guid>
		<description>Hey

ok sorry, but i try all opinions what your say.
i set the TOMCAT5_SECURITY to &quot;no&quot;,
i add the permission &quot;permission java.io.FilePermission “/var/lib/tomcat5.5/webapps/geoserver/WEB-INF/classes/logging.properties”, “read”;&quot; to /policy.d/04.webapps.policy

and restart the tomcat5.5.

i use debian lenny, java-5-jdk, tomcat5.5 and try to start geoserver. 
But when i try to start it with the manager follow message comes: &quot;FAIL - Application at context path /geoserver could not be started
&quot;

excuse my bad english.</description>
		<content:encoded><![CDATA[<p>Hey</p>
<p>ok sorry, but i try all opinions what your say.<br />
i set the TOMCAT5_SECURITY to &#8220;no&#8221;,<br />
i add the permission &#8220;permission java.io.FilePermission “/var/lib/tomcat5.5/webapps/geoserver/WEB-INF/classes/logging.properties”, “read”;&#8221; to /policy.d/04.webapps.policy</p>
<p>and restart the tomcat5.5.</p>
<p>i use debian lenny, java-5-jdk, tomcat5.5 and try to start geoserver.<br />
But when i try to start it with the manager follow message comes: &#8220;FAIL - Application at context path /geoserver could not be started<br />
&#8221;</p>
<p>excuse my bad english.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alphonse</title>
		<link>http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html/comment-page-1#comment-4879</link>
		<dc:creator>Alphonse</dc:creator>
		<pubDate>Thu, 15 Apr 2010 13:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html#comment-4879</guid>
		<description>I also used this tutorial to get to the admin-page but could not deploy war-archives (orbeon forms in my case). Changing from java-6-sun to java-6-openjdk did not bear fruit. Disabling the java security option in tomcat5.5 startup script and restarting tomcat5.5. did the trick. i.e.

Edit /etc/init.d/tomcat5.5 and change TOMCAT5_SECURITY from &#039;yes&#039; to &#039;no&#039;

# Use the Java security manager? (yes/no)
TOMCAT5_SECURITY=no

Good Luck!
My System
Debian Lenny 5.0 amd64

neptune:~# uname -a
Linux neptune 2.6.28.7 #1 SMP Wed Mar 4 19:50:38 EAT 2009 x86_64 GNU/Linux
astonish:~# 

neptune:~# java -version
java version &quot;1.6.0_0&quot;
OpenJDK  Runtime Environment (build 1.6.0_0-b11)
OpenJDK 64-Bit Server VM (build 1.6.0_0-b11, mixed mode)
neptune:~#</description>
		<content:encoded><![CDATA[<p>I also used this tutorial to get to the admin-page but could not deploy war-archives (orbeon forms in my case). Changing from java-6-sun to java-6-openjdk did not bear fruit. Disabling the java security option in tomcat5.5 startup script and restarting tomcat5.5. did the trick. i.e.</p>
<p>Edit /etc/init.d/tomcat5.5 and change TOMCAT5_SECURITY from &#8216;yes&#8217; to &#8216;no&#8217;</p>
<p># Use the Java security manager? (yes/no)<br />
TOMCAT5_SECURITY=no</p>
<p>Good Luck!<br />
My System<br />
Debian Lenny 5.0 amd64</p>
<p>neptune:~# uname -a<br />
Linux neptune 2.6.28.7 #1 SMP Wed Mar 4 19:50:38 EAT 2009 x86_64 GNU/Linux<br />
astonish:~# </p>
<p>neptune:~# java -version<br />
java version &#8220;1.6.0_0&#8243;<br />
OpenJDK  Runtime Environment (build 1.6.0_0-b11)<br />
OpenJDK 64-Bit Server VM (build 1.6.0_0-b11, mixed mode)<br />
neptune:~#</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html/comment-page-1#comment-3422</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 24 Jul 2009 20:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html#comment-3422</guid>
		<description>I just used this tutorial on the fresh installation of Lenny without problems, the only thing was to add:
&lt;code&gt;
grant {
        permission java.security.AllPermission;
};
&lt;/code&gt;
to &quot;/etc/java-6-sun/security/java.policy&quot;

I have no idea whether it&#039;s the right solution, but it works :)

But how is it with some mods etc? Isn&#039;t it better to use apache2 + libapache2-mod-jk instead of the built-in web server in Apache Tomcat?</description>
		<content:encoded><![CDATA[<p>I just used this tutorial on the fresh installation of Lenny without problems, the only thing was to add:<br />
<code><br />
grant {<br />
        permission java.security.AllPermission;<br />
};<br />
</code><br />
to &#8220;/etc/java-6-sun/security/java.policy&#8221;</p>
<p>I have no idea whether it&#8217;s the right solution, but it works <img src='http://www.debianadmin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>But how is it with some mods etc? Isn&#8217;t it better to use apache2 + libapache2-mod-jk instead of the built-in web server in Apache Tomcat?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: akram</title>
		<link>http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html/comment-page-1#comment-3082</link>
		<dc:creator>akram</dc:creator>
		<pubDate>Thu, 28 May 2009 13:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html#comment-3082</guid>
		<description>you may need #chmod +x -R tomcat5.5/</description>
		<content:encoded><![CDATA[<p>you may need #chmod +x -R tomcat5.5/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zito</title>
		<link>http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html/comment-page-1#comment-2856</link>
		<dc:creator>zito</dc:creator>
		<pubDate>Fri, 01 May 2009 08:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html#comment-2856</guid>
		<description>hi 

very good, wonderfull, you do help me 


thanks</description>
		<content:encoded><![CDATA[<p>hi </p>
<p>very good, wonderfull, you do help me </p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stacy</title>
		<link>http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html/comment-page-1#comment-2489</link>
		<dc:creator>Stacy</dc:creator>
		<pubDate>Fri, 06 Mar 2009 05:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html#comment-2489</guid>
		<description>Yann,  I had the same problem.  If you look at the catalina log file you see a logging.properties exception when tomcat is trying to load your app.  The fix is described by brndnbg above.</description>
		<content:encoded><![CDATA[<p>Yann,  I had the same problem.  If you look at the catalina log file you see a logging.properties exception when tomcat is trying to load your app.  The fix is described by brndnbg above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yann</title>
		<link>http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html/comment-page-1#comment-2311</link>
		<dc:creator>Yann</dc:creator>
		<pubDate>Thu, 29 Jan 2009 13:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html#comment-2311</guid>
		<description>Hi,

I just installed tomcat5.5 on debian server 40r6, with:
  aptitude install sun-java5-jre
  aptitude install tomcat5.5 tomcat5.5-admin tomcat5.5-webapps

It is then available from http://localhost:8180/, as well as the Tomcat Manager (http://localhost:8180/manager/html). So far, so good.

Then I create a dummy HTML file I want to see when calling http://localhost:8180/foo.html, I have to put it there:
/usr/share/tomcat5.5-webapps/ROOT/foo.html

If I put a WAR file in this directory, it is automatically expanded:
/var/lib/tomcat5.5/webapps/

BUT the problem is that:
1. it does not show up in the &quot;Tomcat Web Application Manager&quot; page
2. it is not reachable by http://localhost:8180/

If I deploy a WAR using the &quot;Tomcat Web Application Manager&quot;, it is then available in /var/lib/tomcat5.5/webapps, but not shown in the Manager page.

What&#039;s the problem?
It seems I have 2 webapps directories, instead of one.

How can I solve that?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I just installed tomcat5.5 on debian server 40r6, with:<br />
  aptitude install sun-java5-jre<br />
  aptitude install tomcat5.5 tomcat5.5-admin tomcat5.5-webapps</p>
<p>It is then available from <a href="http://localhost:8180/" rel="nofollow">http://localhost:8180/</a>, as well as the Tomcat Manager (<a href="http://localhost:8180/manager/html" rel="nofollow">http://localhost:8180/manager/html</a>). So far, so good.</p>
<p>Then I create a dummy HTML file I want to see when calling <a href="http://localhost:8180/foo.html" rel="nofollow">http://localhost:8180/foo.html</a>, I have to put it there:<br />
/usr/share/tomcat5.5-webapps/ROOT/foo.html</p>
<p>If I put a WAR file in this directory, it is automatically expanded:<br />
/var/lib/tomcat5.5/webapps/</p>
<p>BUT the problem is that:<br />
1. it does not show up in the &#8220;Tomcat Web Application Manager&#8221; page<br />
2. it is not reachable by <a href="http://localhost:8180/" rel="nofollow">http://localhost:8180/</a></p>
<p>If I deploy a WAR using the &#8220;Tomcat Web Application Manager&#8221;, it is then available in /var/lib/tomcat5.5/webapps, but not shown in the Manager page.</p>
<p>What&#8217;s the problem?<br />
It seems I have 2 webapps directories, instead of one.</p>
<p>How can I solve that?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasidit</title>
		<link>http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html/comment-page-1#comment-2289</link>
		<dc:creator>Kasidit</dc:creator>
		<pubDate>Mon, 26 Jan 2009 12:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html#comment-2289</guid>
		<description>Thanks very very much!</description>
		<content:encoded><![CDATA[<p>Thanks very very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kees</title>
		<link>http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html/comment-page-1#comment-2209</link>
		<dc:creator>Kees</dc:creator>
		<pubDate>Tue, 13 Jan 2009 12:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html#comment-2209</guid>
		<description>Ps. tomcat had problems with your tomcat-user.xml file. My /var/lib/tomcat5.5/conf/tomcat-users.xml looks like:











User ad can then login to both the admin and the manager part of tomcat.
See http://www.netadmintools.com/art340.html</description>
		<content:encoded><![CDATA[<p>Ps. tomcat had problems with your tomcat-user.xml file. My /var/lib/tomcat5.5/conf/tomcat-users.xml looks like:</p>
<p>User ad can then login to both the admin and the manager part of tomcat.<br />
See <a href="http://www.netadmintools.com/art340.html" rel="nofollow">http://www.netadmintools.com/art340.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thanks</title>
		<link>http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html/comment-page-1#comment-1906</link>
		<dc:creator>Thanks</dc:creator>
		<pubDate>Wed, 24 Dec 2008 13:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html#comment-1906</guid>
		<description>I hava searched for many websites to install the tomcat to my Ubuntu8.04 before I seen your page ,but all fail ! Then I do as your says ,now ,I finally can open the page &quot;http://localhost:8180&quot; ,Thank you very much ! Good luck with you !  The late success is exciting !!!!!!!!</description>
		<content:encoded><![CDATA[<p>I hava searched for many websites to install the tomcat to my Ubuntu8.04 before I seen your page ,but all fail ! Then I do as your says ,now ,I finally can open the page &#8220;http://localhost:8180&#8243; ,Thank you very much ! Good luck with you !  The late success is exciting !!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pj</title>
		<link>http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html/comment-page-1#comment-1905</link>
		<dc:creator>pj</dc:creator>
		<pubDate>Tue, 18 Nov 2008 20:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html#comment-1905</guid>
		<description>Thanks,

Piece of cake with this HowTo</description>
		<content:encoded><![CDATA[<p>Thanks,</p>
<p>Piece of cake with this HowTo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brndnbg</title>
		<link>http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html/comment-page-1#comment-1904</link>
		<dc:creator>brndnbg</dc:creator>
		<pubDate>Tue, 28 Oct 2008 22:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html#comment-1904</guid>
		<description>seems like the doubled angle brackets where interpreted as comments or something. You have to insert your webapps name between &quot;“/var/lib/tomcat5.5/webapps/&quot; and &quot;/WEB-INF/classes/logging.properties” ;-)</description>
		<content:encoded><![CDATA[<p>seems like the doubled angle brackets where interpreted as comments or something. You have to insert your webapps name between &#8220;“/var/lib/tomcat5.5/webapps/&#8221; and &#8220;/WEB-INF/classes/logging.properties” <img src='http://www.debianadmin.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brndnbg</title>
		<link>http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html/comment-page-1#comment-1903</link>
		<dc:creator>brndnbg</dc:creator>
		<pubDate>Tue, 28 Oct 2008 22:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html#comment-1903</guid>
		<description>I would like to annotate that althoug this solution works to get your admin-page, you will not be able to deploy war-archives to the server. To be able to do that, you will have to modify the file &quot;/etc/tomcat5.5/policy.d/04webapps.policy&quot; and find the following block:

grant codeBase &quot;file:${catalina.home}/bin/tomcat-juli.jar&quot; {
    //some permissions here
[...]

};

then you add the followin line to the other permissions in the block and fill in your webapps name:

permission java.io.FilePermission &quot;/var/lib/tomcat5.5/webapps/&lt;&gt;/WEB-INF/classes/logging.properties&quot;, &quot;read&quot;;


This is a nasty task and took me quite a few hours on &quot;grepping&quot; through logfiles and googling. It should be done automatically by tomcat. Has anyone a better solution? I&#039;m still a novice in this J2EE thing.

Greets.</description>
		<content:encoded><![CDATA[<p>I would like to annotate that althoug this solution works to get your admin-page, you will not be able to deploy war-archives to the server. To be able to do that, you will have to modify the file &#8220;/etc/tomcat5.5/policy.d/04webapps.policy&#8221; and find the following block:</p>
<p>grant codeBase &#8220;file:${catalina.home}/bin/tomcat-juli.jar&#8221; {<br />
    //some permissions here<br />
[...]</p>
<p>};</p>
<p>then you add the followin line to the other permissions in the block and fill in your webapps name:</p>
<p>permission java.io.FilePermission &#8220;/var/lib/tomcat5.5/webapps/&lt;&gt;/WEB-INF/classes/logging.properties&#8221;, &#8220;read&#8221;;</p>
<p>This is a nasty task and took me quite a few hours on &#8220;grepping&#8221; through logfiles and googling. It should be done automatically by tomcat. Has anyone a better solution? I&#8217;m still a novice in this J2EE thing.</p>
<p>Greets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ann</title>
		<link>http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html/comment-page-1#comment-1902</link>
		<dc:creator>Ann</dc:creator>
		<pubDate>Fri, 17 Oct 2008 23:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html#comment-1902</guid>
		<description>Thank you for making it SUPER easy to set up my Linux server!
This page alone saved me heaps of headaches</description>
		<content:encoded><![CDATA[<p>Thank you for making it SUPER easy to set up my Linux server!<br />
This page alone saved me heaps of headaches</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel</title>
		<link>http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html/comment-page-1#comment-1901</link>
		<dc:creator>Miguel</dc:creator>
		<pubDate>Sun, 21 Sep 2008 20:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html#comment-1901</guid>
		<description>Great job. It worked.

Thanx.</description>
		<content:encoded><![CDATA[<p>Great job. It worked.</p>
<p>Thanx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yong</title>
		<link>http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html/comment-page-1#comment-1900</link>
		<dc:creator>Yong</dc:creator>
		<pubDate>Thu, 17 Jan 2008 16:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html#comment-1900</guid>
		<description>I followded those instructions and was able to run tomcat admin/manager (great!!!).
But when I deployed my web app, the app failed to start. The only error I can see in catalina.log is:
SEVERE: Error listenerStart

How can I get more details about what causes the failure???

Thanks!

-Yong</description>
		<content:encoded><![CDATA[<p>I followded those instructions and was able to run tomcat admin/manager (great!!!).<br />
But when I deployed my web app, the app failed to start. The only error I can see in catalina.log is:<br />
SEVERE: Error listenerStart</p>
<p>How can I get more details about what causes the failure???</p>
<p>Thanks!</p>
<p>-Yong</p>
]]></content:encoded>
	</item>
</channel>
</rss>

