Unable to start tomcat

2011-02-18 Thread Lanre Abiwon
Hi I'm running tomcat 5.5.23 on CentOS 5.5. I just re-installed it and get the following error in my catalina.out file: Using CATALINA_BASE: /usr/share/tomcat5 Using CATALINA_HOME: /usr/share/tomcat5 Using CATALINA_TMPDIR: /usr/share/tomcat5/temp Using JRE_HOME: /usr/lib/jvm/java-1.6.0-

RE: Tomcat 6.0 and 7.0 Class Loaders

2011-02-18 Thread Caldarale, Charles R
> From: Duncan MacRae [mailto:dcmac...@hotmail.com] > Subject: Tomcat 6.0 and 7.0 Class Loaders > There is no longer a shared class loader in Tomcat, so why does > the catalina.properties still contain the shared.loader property? You can still configure a shared loader if you wish - even the se

how to caculate the PV,ip,PU according to the tomcat log

2011-02-18 Thread maven apache
Hi: how to caculate the PV,ip,PU according to the tomcat log? I have export the tomcat log to db. This is the db structure: +---+---+--+--++-+--+--++-+-+--+---+ | Id| hostip| username

Tomcat 6.0 and 7.0 Class Loaders

2011-02-18 Thread Duncan MacRae
According to the diagrams on the following pages: http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html http://tomcat.apache.org/tomcat-7.0-doc/class-loader-howto.html There is no longer a shared class loader in Tomcat, so why does the catalina.properties still contain the shared.lo

Re: proxy:ajp 'client denied by server configuration' when too many simultaneous requests happen

2011-02-18 Thread André Warnier
Fran Boon wrote: ... ... but I'd like it to be able to scale. There is 2Gb RAM .. These 2 phrases are a contradiction in terms. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: use

Re: proxy:ajp 'client denied by server configuration' when too many simultaneous requests happen

2011-02-18 Thread Filip Hanik - Dev Lists
On 02/18/2011 02:42 PM, Fran Boon wrote: On 18 February 2011 20:19, Filip Hanik - Dev Lists wrote: Simplest to try first is the disablereuse flag http://httpd.apache.org/docs/2.2/mod/mod_proxy.html disablereuse On and if that solves the problem, you know that the problem with not enough thr

Maven tomcat-maven-plugin doesn't take configuration in the pom.xml in account

2011-02-18 Thread emerson
I'm trying to set up my maven2 project to deploy to my local tomcat. In the pom I added: ... org.codehaus.mojo tomcat-maven-plugin tomcat http://localhost:8081/manager /freecologic ... But when I run: mvn tomcat:deploy Maven seems to deploy to the default port: [INFO] Pr

Re: proxy:ajp 'client denied by server configuration' when too many simultaneous requests happen

2011-02-18 Thread Fran Boon
On 18 February 2011 21:42, Fran Boon wrote: > On 18 February 2011 20:19, Filip Hanik - Dev Lists wrote: >> Simplest to try first is the disablereuse flag >> http://httpd.apache.org/docs/2.2/mod/mod_proxy.html >> disablereuse On >> and if that solves the problem, you know that the problem with not

Re: 500 Internal Server Error after 5 minutes

2011-02-18 Thread Uma Maheswara Rao M
Hi Friends, Issue resolved. Problem is with the apache webserver timeout. Client is using apache webserver to redirect the request to tomcat server, apache server will have default timeout of 5 minutes. So we are getting Internal Server Error. I asked clinet to use direct tomcat servr URL instead

Re: proxy:ajp 'client denied by server configuration' when too many simultaneous requests happen

2011-02-18 Thread Fran Boon
On 18 February 2011 20:19, Filip Hanik - Dev Lists wrote: > Simplest to try first is the disablereuse flag > http://httpd.apache.org/docs/2.2/mod/mod_proxy.html > disablereuse On > and if that solves the problem, you know that the problem with not enough > threads on tomcat. > (Could be from stale

Re: [OT] OutOfMemoryError: GC overhead limit exceeded

2011-02-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leon, On 2/17/2011 2:29 AM, Leon Rosenberg wrote: > On Wed, Feb 16, 2011 at 6:16 PM, Christopher Schultz wrote: > >> We're working on some decent instrumentation tools to >> basically log all kinds of stuff like this on a regular interval... say >> ev

RE: Issue with JNDI datasources in Tomcat 6

2011-02-18 Thread Propes, Barry L
You said you set that up exactly as done in the link below, and the link below shows this near the top: Figure: Tomcat 5.5 directory structure DB_Driver.jar Question - if you're on Tomcat 6 series, why are you configuring to the 5.5 specs? I'm thinking they're done a bit differently. Maybe Chr

Re: proxy:ajp 'client denied by server configuration' when too many simultaneous requests happen

2011-02-18 Thread Filip Hanik - Dev Lists
Simplest to try first is the disablereuse flag http://httpd.apache.org/docs/2.2/mod/mod_proxy.html disablereuse On and if that solves the problem, you know that the problem with not enough threads on tomcat. (Could be from stale connections that are still holding a thread) Filip On 02/18/201

Re: 500 Internal Server Error after 5 minutes

2011-02-18 Thread Uma Maheswara Rao M
Hi, Sorry, i am asking this personally. Thanks Mahesh On Fri, Feb 18, 2011 at 3:25 AM, Pid wrote: > On 2/17/11 5:55 PM, Martin Gainty wrote: > > we need more information to assist with your problem: > > clients name: > > clients billing address > > LOL > > Man, you crack me up. > > > p > >

proxy:ajp 'client denied by server configuration' when too many simultaneous requests happen

2011-02-18 Thread Fran Boon
httpd error log: client denied by server configuration: proxy:ajp://localhost:8009/geoserver/gwc/service/wms This happens under 'high' load only: 1st few requests of a batch are answered but then they start dying - there are no bad URLs here. httpd snippet: ProxyPreserveHost on RewriteRule ^/geos

Re: connect servlet and jsp in tomcat

2011-02-18 Thread André Warnier
Leon Rosenberg wrote: Hello, I think you first need to read this guide: http://www.catb.org/~esr/faqs/smart-questions.html regards Leon And then (just to gain time), you could try this URL : http://tomcat.apache.org/tomcat-7.0-doc/index.html Start, for example, with the item "1. Introduction

Re: connect servlet and jsp in tomcat

2011-02-18 Thread Leon Rosenberg
Hello, I think you first need to read this guide: http://www.catb.org/~esr/faqs/smart-questions.html regards Leon On Fri, Feb 18, 2011 at 12:12 PM, abcdef2 wrote: > > Hi, >  I install the tomcat in linux . > Is there any program or example that let me connect the > tomcat by servlet  and jsp ??

connect servlet and jsp in tomcat

2011-02-18 Thread abcdef2
Hi, I install the tomcat in linux . Is there any program or example that let me connect the tomcat by servlet and jsp Please advice in detailed -- View this message in context: http://old.nabble.com/connect-servlet-and-jsp-in-tomcat-tp30957717p30957717.html Sent from the Tomcat - User m

Re: AccessLogValve pattern (timestamp, bytes sent and time taken)

2011-02-18 Thread Konstantin Kolinko
2011/2/18 ??G??S ???O???S : > Tomcat 5.5 or 6.0 > Win XP or Vista (32) > > I've read the configuration > (http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html) and the api > (http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/catalina/valves/AccessLogValve.html) > but ther

Re: 500 Internal Server Error after 5 minutes

2011-02-18 Thread Pid
On 2/17/11 5:55 PM, Martin Gainty wrote: > we need more information to assist with your problem: > clients name: > clients billing address LOL Man, you crack me up. p signature.asc Description: OpenPGP digital signature