Nope, its not restricted. I think the problem is that the tomcat threads just hog memory and CPU. But I'm not sure how to solve that one either.
----- Original Message ----- From: "Collins, Jim" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, October 04, 2002 3:26 AM Subject: RE: Problem with Tomcat 4.0.2 hanging > Is the site restricted? I had a similar problem using the JNDI realm, I > solved the problem by getting Apache to authenticate the user rather than > Tomcat. > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Sent: 03 October 2002 17:29 > > To: [EMAIL PROTECTED] > > Subject: Re: Problem with Tomcat 4.0.2 hanging > > > > > > I'm actually having the problem again right this second. I > > went into the > > server and did a ps aux. I found about 60 tomcat processes > > running. Is > > this normal? > > > > I've been struggling with this for over a week. Any advice, > > suggestions, > > etc. that you might have would be greatly appreciated. > > > > ----- Original Message ----- > > From: <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Wednesday, October 02, 2002 11:54 AM > > Subject: Problem with Tomcat 4.0.2 hanging > > > > > > > I'm running Tomcat 4.0.2. A few times a day I try to go to > > my site and > > > nothing happens, or sometimes I get an Internal Server > > Error. I'm able to > > > bring up html pages, so Apache is running fine. I restart Tomcat > > (sometimes > > > more than once) and all is good. I've tried rebooting the > > server and that > > > doesn't do the trick either. It just fixes it temporarilly. > > > > > > I've been trying to troubleshoot the problem, but I'm > > relatively new to > > > Tomcat. Any advice on what I should be looking at? > > > > > > I have looked at my catalina.out file, and the last error is always: > > > > > > WebappClassLoader: Additional JARs have been added > > > java.util.zip.ZipException: error in opening zip file > > > at java.util.zip.ZipFile.open(Native Method) > > > at java.util.zip.ZipFile.<init>(ZipFile.java:112) > > > at java.util.jar.JarFile.<init>(JarFile.java:117) > > > at java.util.jar.JarFile.<init>(JarFile.java:82) > > > at org.apache.catalina.loader.WebappLoader.setRepositories > > > (WebappLoader.java:1005) > > > at org.apache.catalina.loader.WebappLoader.start > > (WebappLoader.java:628) > > > at > > > > > org.apache.catalina.core.StandardContext.reload(StandardContex > > t.java:2421) > > > at > > > > > org.apache.catalina.loader.WebappContextNotifier.run(WebappLoa > > der.java:1329) > > > at java.lang.Thread.run(Thread.java:536) > > > > > > I *suspect* this has something to do with my problem, but > > I'm not sure. > > Any > > > ideas or pointers would be GREATLY appreciated! > > > > > > Thanks, > > > Tyson > > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > PLEASE READ: The information contained in this email is confidential > and intended for the named recipient(s) only. If you are not an intended > recipient of this email you must not copy, distribute or take any > further action in reliance on it and you should delete it and notify the > sender immediately. Email is not a secure method of communication and > Nomura International plc cannot accept responsibility for the accuracy > or completeness of this message or any attachment(s). Please examine this > email for virus infection, for which Nomura International plc accepts > no responsibility. If verification of this email is sought then please > request a hard copy. Unless otherwise stated any views or opinions > presented are solely those of the author and do not represent those of > Nomura International plc. This email is intended for informational > purposes only and is not a solicitation or offer to buy or sell > securities or related financial instruments. Nomura International plc is > regulated by the Financial Services Authority and is a member of the > London Stock Exchange. > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
