Re: Tomcat consuming entire CPU.

2007-07-24 Thread Chris Lear
* Mark Stevens wrote (24/07/07 11:32): Hi all, Sorry if this has been covered already in other posts, I'm fishing for some tips to debug an intermittent issue with Tomcat load. My JRE:java version "1.3.1_14" The server is running Oracle, Tomcat, Apache 2.2 and a Content Management System, Ope

Re: FYI tomcat 100% load SSL

2006-08-07 Thread Chris Lear
* Oscar Mechanic wrote (07/08/06 12:04): > For those of you who ever have this problem > > Symptoms > > 1) Cannot connect to tomcat after a period of time > 2) Heavy load on startup > 3) Various strangeness with SSL certs e.g. WEB browsers reject > certs/incomplete TLS handshake > > Observed cas

Re: Is there a way so specify a wildcard in host/alias to avoid dealing with bunch of virtual hosts?

2006-08-03 Thread Chris Lear
* David Gagnon wrote (03/08/06 17:12): Hi all, I have a lot of virtual hosts on my network. I need all of them to access the same application on a tomcat 5.5. I know there are the ALIAS directive in server.xml but the problem is that new virtual host may be added when the application is r

Re: multiple instances of tomcat

2006-08-03 Thread Chris Lear
* Pratap Parne wrote (03/08/06 15:50): how to setup and deploy applications on multiple instances of tomcat on a single box.can anyone give me the steps to do that You need to use different CATALINA_BASE variables for the different instances. It's badly documented (in my opinion), but you can

Re: How to do the precompilation on jsp

2006-08-03 Thread Chris Lear
* Chris Lear wrote (03/08/06 11:48): * Raju Balugu wrote (03/08/06 10:14): Hi All, We are using the clearcase for version control(vob).My requirement is like..I need to do the precompilation before going to ran a build?is there any utilities in tomcat end or third partys.(as the jasper

Re: How to do the precompilation on jsp

2006-08-03 Thread Chris Lear
* Raju Balugu wrote (03/08/06 10:14): Hi All, We are using the clearcase for version control(vob).My requirement is like..I need to do the precompilation before going to ran a build?is there any utilities in tomcat end or third partys.(as the jasper-compiler is so fast we are palning to do thi

Re: Separate JVM's for TOMCAT

2006-06-23 Thread Chris Lear
* Chris Lear wrote (23/06/06 10:09): > * [EMAIL PROTECTED] wrote (23/06/06 09:50): >> Hi , >> Can anyone tell me how to make two separate JVM of a single installation >> of tomcat server. >> Remember I dont want different context , but tow separate JVM , is it >>

Re: Separate JVM's for TOMCAT

2006-06-23 Thread Chris Lear
* [EMAIL PROTECTED] wrote (23/06/06 09:50): > Hi , > Can anyone tell me how to make two separate JVM of a single installation > of tomcat server. > Remember I dont want different context , but tow separate JVM , is it > possible ? > Or tomcat will only be the solution ? You can use the badly-docu

Re: Tomcat on a Memory Stick

2006-05-26 Thread Chris Lear
* Markus-Alexander Metz wrote (26/05/06 11:51): > Hi Andrew > > Thanks for your feedback. I'm running the stick under windows based systems. > Java (jre and SDK) is also installed on the stick. You wrote: > >> Why do you not define JAVA_HOME and CATALINA_HOME in the startup scripts? > > This wou

Re: Restricting access to Tomcat

2006-04-28 Thread Chris Lear
* Edward Quick wrote (28/04/06 13:07): >>* Edward Quick wrote (28/04/06 10:53): >> > >> >> > >> >> > I have an Apache mod_jk Tomcat server set up on the same host, and [...] > > Thanks, I know what you mean but my problem is the Apache is not on the same > box as the Tomcat. Sorry. I misunderst

Re: Restricting access to Tomcat

2006-04-28 Thread Chris Lear
* Edward Quick wrote (28/04/06 10:53): > >> > Hi, >> > >> > I have an Apache mod_jk Tomcat server set up on the same host, and want >>to >> > restrict access to the Tomcat so that only the Apache on the localhost >>can >> > connect to port 8009. >> > >> > I tried using org.apache.catalina.valves

Re: Restricting access to Tomcat

2006-04-28 Thread Chris Lear
* Edward Quick wrote (28/04/06 09:09): > Hi, > > I have an Apache mod_jk Tomcat server set up on the same host, and want to > restrict access to the Tomcat so that only the Apache on the localhost can > connect to port 8009. > > I tried using org.apache.catalina.valves.RemoteAddrValve, with >

Re: Tomcat 5.5.16: strange redirecting

2006-04-27 Thread Chris Lear
* Velpi wrote (27/04/06 15:49): Hi, I used a fresh install of Tomcat 5.5.16 on the Windows platform to confirm what I was seeing: a request to http://localhost/manager results in a redirect to http://localhost/manager/? The same thing happens with (one of) my servlets when it receives no pa

Re: what is favicon.ico? what its significance?

2006-03-13 Thread Chris Lear
* Pusukuri, Kishore_Kumar wrote (13/03/06 10:41): > > what is favicon.ico? what its significance? This link might help: http://www.google.co.uk/search?q=favicon.ico - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: Which direction: mod_jk or mod_proxy_ajp? (was: why use mod_jk?)

2006-02-24 Thread Chris Lear
* Brad O'Hearne wrote (24/02/06 15:14): > Josh, > > Thanks a lot for your answer. I am using Apache 2.2.x. Now onto my > next question. Bill Barker suggested the httpd.conf / mod_proxy_ajp > directive side of the equation. Doesn't there have to be a connector > in tomcat's server.xml which w

Re: how to configure the tomcat 5.5.12 for a port 80 in linux (Gentoo)??

2006-01-19 Thread Chris Lear
* Dhaval Patel wrote (19/01/2006 02:13): > Hi, > >For detail information about the problem and solution, visit: > http://wiki.apache.org/tomcat/HowTo#head-18d1c3f3fa702a1be769340784515eecce6e0ac9 Also see http://tomcat.apache.org/tomcat-5.0-doc/setup.html for info on jsvc. You'd have to repla

Re: Problem with JK connector

2006-01-18 Thread Chris Lear
* Chris Mooring wrote (18/01/06 15:11): > Hi Michael, > > Could it be that your request headers are > 8K ? I was having some funny > issues with JK2 this week where my page would suddenly show some sort of c > stack trace about a BufferOverFlow Exception (we are no longer using JK2), > but someone

Re: multiple Tomcat5 service-how

2005-12-14 Thread Chris Lear
* Chris Pat wrote (14/12/05 17:25): > Hello > I have three sites I want to publish w/cc transactions > with Tomcat5. Is it possible to do it with one > installation of TC and three separate certificates and > three separate static IPs? > > I assume I would create three Services. However I > ca

Re: Problems ip based virtual hosting apache2+tomcat5.0.19

2005-12-14 Thread Chris Lear
* Jens Werdin wrote (14/12/05 15:28): > Hi all, > > I have an apache 2.0.49 with some ip based virual hosts. > What i try to do is giving each virtual host its own webapplication. > > Apache and tomcat are working. its working if I try with localhost. > when i try the ip address of a virtual host

Re: Apache 2.2 and mod_proxy_ajp

2005-12-02 Thread Chris Lear
* Jess Holle wrote (02/12/05 13:53): > I have some vague recollection that performance of mod_proxy_ajp tested > just /slightly /better than mod_jk. But where is the information on this? I joined this list a few days ago after Googling like crazy for information on the most sensible and supporte

Re: SSL Certificate Beginner Question

2005-11-30 Thread Chris Lear
* Bill Barker wrote (30/11/05 05:42): > "Scott Purcell" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> Real helpful ... I searched on SRV.12 and it brought up a bunch of links >> that have nothing to do with Tomcat config of SSL. >> >> I probably posted a lame request. Let me tr