Re: catalina_home

2003-08-21 Thread Chris Massam
try setting CATALINA_HOME to e:\jakarta-tomcat-4.1.18

[EMAIL PROTECTED] wrote:

: 

Yesteday, I have installed tomcat (winXP platform), then I use it right
away. but next day morning when I started it again it won't work. the
message said that CATALINA_HOME environment was'not set correctly.
I checked the variable environtment, it's correctly set
(e:\jakarta-tomcat-4.1.18\bin) but I don't know why it won't be started
Anyone knows how to solve it?

noeng

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Exception get SSL attributes - SSLPeerUnverifiedException: peer notauthenticated.

2003-08-20 Thread Chris Massam
Hi there,

Since upgrading from Tomcat4.1.24 to 4.1.27 I have been seeing these 
again in the catalina.out log.
I seem to rememeber this being present in a previous build (4.1.13 prehaps).

I'm running JDK1.3.1_06 with JSSE extensions.

This dosn't seem to be causing any problems - just a 20MB log file per day!!

[WARN] Http11Processor - -Exception getting SSL attributes  
javax.net.ssl.SSLPeerUnverifiedException: peer not 
authenticated
   at 
com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificateChain(DashoA6275)
   at 
org.apache.tomcat.util.net.jsse.JSSESupport.getX509Certificates(JSSESupport.java:113)
   at 
org.apache.tomcat.util.net.jsse.JSSESupport.getPeerCertificateChain(JSSESupport.java:161)
   at 
org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:748)
   at org.apache.coyote.Response.action(Response.java:222)
   at 
org.apache.coyote.tomcat4.CoyoteAdapter.postParseRequest(CoyoteAdapter.java:321)
   at 
org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:221)
   at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:601)
   at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
   at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
   at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
   at java.lang.Thread.run(Thread.java:479)

Kind Regards,
Chris
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Excessive Thread Count

2002-11-25 Thread Chris Massam
Hi all,

I was hoping someone would be able to assist me with debuging this problem.

Firstly, a bit of Setup background.

Tomcat 4.1.12 running with JDK1.3.1_04 (Sun Release), under Redhat Linux 
7.3.

The application consists of various JSP's and Servlets.

I've been noticing excessive thread pooling, what seems to happen is this.

- A POST is made to a Servlet - which runs a JavaBean, updating a DB.
- During this POST, 3 Additional threads are created by Tomcat.

Once this POST has finished, the thread count is never reduced, whats 
more of a problem is the next time the same Servlet is POST'd to, 
another 3 threads are created.

So, after a few hours we have a few hundred threads running, and after 
running it overnight, there can be over a thousand threads by morning, 
at which point Tomcat is unresponsive, and unstoppable (kill -9 works 
though).

The servlets/beans connected via Corba to a backend system, which has 
been running via in various implementations for a while.

I have checked the connector configuration, we are using Coyote1.1, 
below is the relevant config file section...

--


  port="8000" minProcessors="5" maxProcessors="75"
  enableLookups="false"
  acceptCount="10" debug="0" scheme="https" secure="true"
  useURIValidationHack="false">
  
clientAuth="false" protocol="TLS" keystorePass="" />


--

Any assistance, places too look, suggestions would be great.

Kind Regards
Chris Massam








--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>