<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#3333ff">
Hi all<br>
<br>
A client of ours wants Tomcat 5 to be installed on a CentOS 5 server, I
naturally just ran "yum -y install tomcat5 tomcat5-webapps
tomcat5-admin-webapps" which installed it without any errors. Then I
typed in service tomcat5 start, and tries to access it as such "lynx
<a class="moz-txt-link-freetext" href="http://localhost:8080/">http://localhost:8080/</a>" but keep on getting an error "connection
refused"<br>
<br>
<br>
[root@vps06 /]# service tomcat5 start<br>
Starting tomcat5: lock file found but no process running for<br>
pid 19684, continuing<br>
                                                           [  OK  ]<br>
<br>
I don't see any tomcat errors in /var/log/messages but get this:<br>
<br>
[root@vps06 /]# tail -f /var/log/tomcat5/catalina.out<br>
   at
org.apache.catalina.core.StandardService.start(catalina-5.5.23.jar.sonuy1u1.so)<br>
   at
org.apache.catalina.core.StandardServer.start(catalina-5.5.23.jar.sonuy1u1.so)<br>
   at
org.apache.catalina.startup.Catalina.start(catalina-5.5.23.jar.sonuy1u1.so)<br>
   at java.lang.reflect.Method.invoke(libgcj.so.7rh)<br>
   ...2 more<br>
Exception in thread "main" java.lang.OutOfMemoryError: Cannot create
additional threads<br>
   at java.lang.Thread.start(libgcj.so.7rh)<br>
   at java.lang.Runtime.runShutdownHooks(libgcj.so.7rh)<br>
   at java.lang.Runtime.exitNoChecks(libgcj.so.7rh)<br>
   at java.lang.Runtime.exitNoChecksAccessor(libgcj.so.7rh)<br>
<br>
<br>
I don't know Tomcat at all. <br>
<br>
Can someone please help me with this?<br>
<br>
<br>
<pre class="moz-signature" cols="72">-- 

Kind Regards
Rudi Ahlers
CEO, SoftDux

Web:   <a class="moz-txt-link-freetext" href="http://www.SoftDux.com">http://www.SoftDux.com</a>
Check out my technical blog, <a class="moz-txt-link-freetext" href="http://blog.softdux.com">http://blog.softdux.com</a> for Linux or other technical stuff, or visit <a class="moz-txt-link-freetext" href="http://www.WebHostingTalk.co.za">http://www.WebHostingTalk.co.za</a> for Web Hosting stuff</pre>
</body>
</html>