Starting up Tomcat in debug mode with tomcat6:run

2012-05-11 Thread Henrique Ordine
Hi everybody, I understand that to start up tomcat in debug mode I need to add the following JVM options : -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n I'm using the Maven tomcat6:run plugin though to start up my application on Tomcat. Does anyone know how I can set

Re: Starting up Tomcat in debug mode with tomcat6:run

2012-05-11 Thread Olivier Lamy
The most simple is to use mvnDebug (no need to add vm options all is already set in mvnDebug script). 2012/5/11 Henrique Ordine hord...@gmail.com: Hi everybody, I understand that to start up tomcat in debug mode I need to add the following JVM options : -Xdebug

Re: Slow downloads through mod_jk on Windows XP

2012-05-11 Thread Mladen Turk
On 05/11/2012 12:36 AM, Andy Wang wrote: So I cannot reproduce the slow down to 4-5MB/s on the same VM I was able to reproduce it on once I copied the VM to an adequate vmware server. But I do see some neat numbers in case people care. I was following this tread and was hoping that someone

Re: how can i conect apache toncat 7 to oracle 10 g or oracle 11 g an adobe

2012-05-11 Thread André Warnier
Reissner Pabón wrote: how can i conect apache toncat 7 to oracle 10 g or oracle 11 g a choice of answers : 1) if they run on separate hosts, the first thing you will need is a cable.. 2) http://tomcat.apache.org/tomcat-7.0-doc/jndi-datasource-examples-howto.html 3) to do what ? 4)

RE: Slow downloads through mod_jk on Windows XP

2012-05-11 Thread Martin Gainty
Andy- On the receive side *if you have windows scaling enabled* you supposedly *can* enhance the receive window by setting these registry keys HKEY_LOCAL_MACHINE\System \CurrentControlSet\Services\Tcpip\Parameters\TCPWindowSize

RE: Tomcat from remote subnet

2012-05-11 Thread Charles Shreve
We have fixed the problem. We found the problem to be related to the encryption of the point to point VPN. Thanks for all your help. Thank You, Charles Shreve char...@citinc.biz Computer Information Technology, Inc. P.O. Box 607 Cross Junction, VA 22625 (540) 662-1414 http://www.citinc.biz

Re: how can i conect apache toncat 7 to oracle 10 g or oracle 11 g an adobe

2012-05-11 Thread reissner
On 10/05/2012 03:56 p.m., Pid wrote: On 10/05/2012 21:33, Reissner Pabón wrote: how can i conect apache toncat 7 to oracle 10 g or oracle 11 g Define an appropriately configured JDBC DataSource in server.xml. p using the ip adress of db server an the db name ? -- Reissner Pabon Castro C E

http status 404 error

2012-05-11 Thread Irene Amatulli
Hi, I got this error when trying to access my application's website. The Tomcat service is running, so I don't know why I got this error. The website appeared with no problems when I used it yesterday. I'm not sure if some updates that were applied to the server may have caused this to

Re: http status 404 error

2012-05-11 Thread Jose María Zaragoza
2012/5/11 Irene Amatulli iamatu...@cleverdevices.com: Hi, I got this error when trying to access my application's website.  The Tomcat service is running, so I don't know why I got this error.  The website appeared with no problems when I used it yesterday.  I'm not sure if some updates

Re: http status 404 error

2012-05-11 Thread Giles Coochey
On 11/05/2012 14:13, Jose María Zaragoza wrote: 2012/5/11 Irene Amatulliiamatu...@cleverdevices.com: Hi, I got this error when trying to access my application's website. The Tomcat service is running, so I don't know why I got this error. The website appeared with no problems when I used

Re: http status 404 error

2012-05-11 Thread Konstantin Kolinko
2012/5/11 Irene Amatulli iamatu...@cleverdevices.com: Hi, I got this error when trying to access my application's website. Are you sure that it is your web site? Configure an access log at the server and look for evidences.  The Tomcat service is running, so I don't know why I got this

Re: http status 404 error

2012-05-11 Thread Giles Coochey
On 11/05/2012 15:19, Konstantin Kolinko wrote: BTW, Tomcat 6.0.20 is 3 years old. Here is a list of known security issues fixed in later releases: http://tomcat.apache.org/security-6.html Strangely enough that URL gives me a 404... perhaps this problem is spreading!! -- Best Regards, Giles

RE: http status 404 error

2012-05-11 Thread Irene Amatulli
Thank you very much for your help Konstantin! -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Friday, May 11, 2012 10:20 AM To: Tomcat Users List Subject: Re: http status 404 error 2012/5/11 Irene Amatulli iamatu...@cleverdevices.com: Hi, I got this

Re: http status 404 error

2012-05-11 Thread Konstantin Kolinko
2012/5/11 Giles Coochey gi...@coochey.net: On 11/05/2012 15:19, Konstantin Kolinko wrote: BTW, Tomcat 6.0.20 is 3 years old. Here is a list of known security issues fixed in later releases: http://tomcat.apache.org/security-6.html Strangely enough that URL gives me a 404... perhaps this

Multiple tomcat Instances on Same Server and One Apache Instance

2012-05-11 Thread Vickie Troy-McKoy
Hi, I am in need of a little help. I have 2 tomcat instances running on the same machine and one apache instance running on a different machine. I configured jk_mod to access the 1st tomcat instance. Now, I have a second tomcat instance running on the same server as the 1st instance. I

maxParameterCount with Tomcat 5.5.23

2012-05-11 Thread Haenni, Tia
A recent RHEL patch supplied the following Tomcat packages which attempt to address a possible DoS attack as outlines at the link below: tomcat5-jasper-5.5.23-0jpp.31.el5_8 tomcat5-server-lib-5.5.23-0jpp.31.el5_8 tomcat5-servlet-2.4-api-5.5.23-0jpp.31.el5_8

RE: maxParameterCount with Tomcat 5.5.23

2012-05-11 Thread Caldarale, Charles R
From: Haenni, Tia [mailto:thae...@burnsmcd.com] Subject: maxParameterCount with Tomcat 5.5.23 A recent RHEL patch supplied the following Tomcat packages Note that 5.5.23 is over five years old... You might want to consider installing a real Tomcat from tomcat.apache.org instead of a

RE: maxParameterCount with Tomcat 5.5.23

2012-05-11 Thread Haenni, Tia
Chuck, Thank you for your response. Unfortunately, due to some company policies on supporting packages as supplied by Red Hat, I am stuck with 5.5.23 for now. I've read the docs and I am aware of the setting for maxParameterCount, which is not set at all in my Tomcat. What I don't know is if

Re: maxParameterCount with Tomcat 5.5.23

2012-05-11 Thread Konstantin Kolinko
2012/5/12 Haenni, Tia thae...@burnsmcd.com: Chuck, Thank you for your response. Unfortunately, due to some company policies on supporting packages as supplied by Red Hat, I am stuck with 5.5.23 for now. I've read the docs and I am aware of the setting for maxParameterCount, which is not

RE: maxParameterCount with Tomcat 5.5.23

2012-05-11 Thread Haenni, Tia
Konstantin, I am aware of the EOL for 5.5. We plan to upgrade to 6.x (whatever version RH decides to bestow upon us) Thanks! -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Friday, May 11, 2012 3:43 PM To: Tomcat Users List Subject: Re:

RE: maxParameterCount with Tomcat 5.5.23

2012-05-11 Thread Caldarale, Charles R
From: Haenni, Tia [mailto:thae...@burnsmcd.com] Subject: RE: maxParameterCount with Tomcat 5.5.23 I read some posts where it was apparently ignored and the default used instead. It would be interesting to know who's publishing such garbage. Can you confirm that setting maxParameterCount

Re: org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

2012-05-11 Thread Konstantin Kolinko
2012/5/10 Jesse Farinacci jie...@gmail.com: Greetings, I'm running Apache Tomcat 7.0.27 on Linux 2.6.32.x kernel, where Tomcat reports at startup:  Loaded APR based Apache Tomcat Native library 1.1.22 and Connector definitions look like:   Connector scheme=http address=a.b.c.d port=8080