Michael,<br><br>Were you referring to the 3 process instances of Tomcat or the startup problem? I just upgraded tomcat5.5 to tomcat5.5.26-3 and the startup script problem appears to have been fixed, however I still see 3&nbsp; tomcat processes loading when doing&nbsp; a  ps -ef | grep tomcat<br>
<br>Is this behavior expected? Will it take up 3X the memory because it loads 3 times? <br>I will know more tommorow when I start deploying applications to this test box.<br><br>I appreciate your help.<br>Regards <br>John D<br>
<br>ex.:<br>ha-test1:/var/lib/heartbeat/crm# ps -ef | grep tomcat<br>root&nbsp;&nbsp;&nbsp;&nbsp; 30434&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; 0 16:27 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 00:00:00 /usr/bin/jsvc -user tomcat55 -cp /usr/share/java/commons-daemon.jar:/usr/share/tomcat5.5/bin/bootstrap.jar:/usr/share/tomcat5.5/bin/commons-logging-api.jar -outfile SYSLOG -errfile SYSLOG -pidfile /var/run/tomcat5.5.pid -Djava.awt.headless=true -Xmx128M -Djava.endorsed.dirs=/usr/share/tomcat5.5/common/endorsed -Dcatalina.base=/var/lib/tomcat5.5 -Dcatalina.home=/usr/share/tomcat5.5 -Djava.io.tmpdir=/var/lib/tomcat5.5/temp -Djava.security.manager -Djava.security.policy=/var/lib/tomcat5.5/conf/catalina.policy -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=/var/lib/tomcat5.5/conf/logging.properties org.apache.catalina.startup.Bootstrap<br>
root&nbsp;&nbsp;&nbsp;&nbsp; 30435 30434&nbsp; 0 16:27 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 00:00:00 /usr/bin/jsvc -user tomcat55 -cp /usr/share/java/commons-daemon.jar:/usr/share/tomcat5.5/bin/bootstrap.jar:/usr/share/tomcat5.5/bin/commons-logging-api.jar -outfile SYSLOG -errfile SYSLOG -pidfile /var/run/tomcat5.5.pid -Djava.awt.headless=true -Xmx128M -Djava.endorsed.dirs=/usr/share/tomcat5.5/common/endorsed -Dcatalina.base=/var/lib/tomcat5.5 -Dcatalina.home=/usr/share/tomcat5.5 -Djava.io.tmpdir=/var/lib/tomcat5.5/temp -Djava.security.manager -Djava.security.policy=/var/lib/tomcat5.5/conf/catalina.policy -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=/var/lib/tomcat5.5/conf/logging.properties org.apache.catalina.startup.Bootstrap<br>
tomcat55 30438 30434 19 16:27 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 00:00:07 /usr/bin/jsvc -user tomcat55 -cp /usr/share/java/commons-daemon.jar:/usr/share/tomcat5.5/bin/bootstrap.jar:/usr/share/tomcat5.5/bin/commons-logging-api.jar -outfile SYSLOG -errfile SYSLOG -pidfile /var/run/tomcat5.5.pid -Djava.awt.headless=true -Xmx128M -Djava.endorsed.dirs=/usr/share/tomcat5.5/common/endorsed -Dcatalina.base=/var/lib/tomcat5.5 -Dcatalina.home=/usr/share/tomcat5.5 -Djava.io.tmpdir=/var/lib/tomcat5.5/temp -Djava.security.manager -Djava.security.policy=/var/lib/tomcat5.5/conf/catalina.policy -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=/var/lib/tomcat5.5/conf/logging.properties org.apache.catalina.startup.Bootstrap<br>
root&nbsp;&nbsp;&nbsp;&nbsp; 30583 10235&nbsp; 0 16:28 pts/1&nbsp;&nbsp;&nbsp; 00:00:00 grep tomcat<br><br><br><div class="gmail_quote">On Fri, May 16, 2008 at 2:48 AM, Michael Koch &lt;<a href="mailto:konqueror@gmx.de">konqueror@gmx.de</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On Thu, May 15, 2008 at 03:06:39PM +0100, Paul Cager wrote:<br>
&gt; John Davos wrote:<br>
&gt; &gt; Good Day All,<br>
&gt; &gt;<br>
&gt; &gt; I installed tomcat5.5.26-1on testing and unstable and the startup script<br>
&gt; &gt; (/etc/init.d/tomcat5.5) doesn&#39;t start tomcat and exits without output in the<br>
&gt; &gt; log or at console. I started with a fresh install of debian testing<br>
&gt; &gt; I know this method of starting tomcat works with tomcat5.5.20-2etch2 there<br>
&gt; &gt; are too many differences that I can&#39;t decipher between the startup scripts<br>
&gt; &gt; of the two versions for me to fix it myself.<br>
&gt; &gt;<br>
&gt; &gt; Any info or suggestions would be greatly appreciated, thank you for your<br>
&gt; &gt; time and effort!<br>
&gt; &gt;<br>
&gt; This sounds like<br>
&gt; <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477363" target="_blank">http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477363</a>. If you have a<br>
&gt; look at that bug report, someone has suggested a patch as follows:<br>
&gt;<br>
&gt; &quot;<br>
&gt; &nbsp;fixed the bug by adding an appropriate entry for<br>
&gt; &quot;commons-logging-api.jar&quot; to the CLASSPATH of jsvc. Hence I changed line<br>
&gt; 122 of &quot;/etc/init.d/tomcat5.5&quot; to:<br>
&gt;<br>
&gt; &nbsp; &nbsp; JSVC_CLASSPATH=&quot;/usr/share/java/commons-daemon.jar:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$CATALINA_HOME/bin/bootstrap.jar:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$CATALINA_HOME/bin/commons-logging-api.jar&quot;<br>
&gt;<br>
&gt; (Linebreaks added for the sake of clarity. In the original file this is<br>
&gt; all on one line, with no whitespace in between.)<br>
&gt; &quot;<br>
&gt;<br>
&gt; I expect that&#39;s the problem here, but please let us know if not.<br>
<br>
</div></div>That&#39;s already solved in SVN in a different way. Upload comes soon.<br>
<br>
<br>
Cheers,<br>
<font color="#888888">Michael<br>
</font></blockquote></div><br>