RE: 2 POST requests to underlying Server

2010-08-11 Thread Karthik Nanjangude
Hi Ok I have copied the wire shark test samples for the 2 Post Requests [ Apache to JBOSS (Tomcat Internal )..This was taken Aug 9, 2010 ~~ 1nd Post Request No. TimeSourceDestination

Re: Tomcat starts slow

2010-08-11 Thread Maxim Kuleshov
2010/8/10 Christopher Schultz ch...@christopherschultz.net It could be that Tomcat is attempting to resolve the SYSTEM URL for certain XML files it uses to configure itself. Could you re-enable the DROP and take a thread dump during the long wait? That will help nail-down the problem.

Re: 2 POST requests to underlying Server

2010-08-11 Thread Pid
On 11/08/2010 07:08, Karthik Nanjangude wrote: Hi Ok I have copied the wire shark test samples for the 2 Post Requests [ Apache to JBOSS (Tomcat Internal )..This was taken Aug 9, 2010 ~~ 1nd Post Request No.

RE: 2 POST requests to underlying Server

2010-08-11 Thread Karthik Nanjangude
Hi #1 I'm not sure the JavaScript you posted will work in all browsers. Absolutely Correct the Application is limited to usage of 2 browsers Via Browser Filter [ IE 7+ ot FF3+ ] Tests carried out from the same. #2 These two requests are around 12 seconds apart. Perform exactly the same

Re: 2 POST requests to underlying Server

2010-08-11 Thread Pid
On 11/08/2010 09:25, Karthik Nanjangude wrote: Hi #1 I'm not sure the JavaScript you posted will work in all browsers. Absolutely Correct the Application is limited to usage of 2 browsers Via Browser Filter [ IE 7+ ot FF3+ ] Tests carried out from the same. So do both browsers report

RE: 2 POST requests to underlying Server

2010-08-11 Thread Karthik Nanjangude
Hi So do both browsers report the same error? If needed I can even share the Access Logs of Apache so that the browser details match [ IE 7+ / FFox 3+ ] are as available. And what was the period in each case? Exactly 12.1 seconds? For both Browsers types? Yes Approximately 12 sec in case

tomcat integrated with httpd and over https port, not working

2010-08-11 Thread Irfan Khan
Dear pals, Issue: tomcat integrated with httpd and over https port, not working. Important info: With the below given httpd.conf, if it is modified to work with http , then tomcat pages were accessed on http. So it is confirmed that there must be something wrong with ssl settings.

Re: 2 POST requests to underlying Server

2010-08-11 Thread André Warnier
Karthik Nanjangude wrote: Hi So do both browsers report the same error? If needed I can even share the Access Logs of Apache so that the browser details match [ IE 7+ / FFox 3+ ] are as available. And what was the period in each case? Exactly 12.1 seconds? For both Browsers types? Yes

Re: Anyone using Tomcat 6 Comet with Apache mod_proxy?

2010-08-11 Thread Nabble User
FYI - I am using org.apache.coyote.http11.Http11NioProtocol as my connector protocol. My long polling requests are pretty quick (less than 2 seconds) so its not a long connection issue.

WARNING: Parameters : Invalid Chunk xxxx ignored

2010-08-11 Thread Richard da Silva
Hi all, I am running an IDM application on Tomcat (I'm using version 6). Everything is working fine; no problems (technically, anyway). But, for some reason, I keep getting the following error report in my Tomcat Server window : WARNING : Parameters : Invalid Chunk attribute name ignored

RE: 2 POST requests to underlying Server

2010-08-11 Thread Karthik Nanjangude
Hi I am not Complaining about TOMCAT and have been using this form since year 2000 My Request to the Form is about the Tomcat Connector (mod_jk-1.2.28-httpd-2.2.3.so ) which Connects between 1 APACHE HTTP and 1 JBOSS (Tomcat built in) As requested by the Form I have provided the TCP Dump

RE: WARNING: Parameters : Invalid Chunk xxxx ignored

2010-08-11 Thread Caldarale, Charles R
From: Richard da Silva [mailto:roman_s...@yahoo.com] Subject: WARNING: Parameters : Invalid Chunk ignored I am running an IDM application on Tomcat (I'm using version 6). Be precise; tell us your _exact_ Tomcat version. While you're at it, tell us the JVM level you're running on, and

truststoreFile problem 6.0.26

2010-08-11 Thread Estanislao Gonzalez
Hi *, I'm having a problem with the connector parameter truststoreFile as it is being read but not used when accessing through SSL. While running normally I get: FINE: Creating name for connector Catalina:type=Connector,port=443 Aug 11, 2010 1:20:48 PM org.apache.coyote.http11.Http11Protocol

Need confirmation of issue: HTTP simple requests broken as of Apache Tomcat 5.5.28.

2010-08-11 Thread Nick Langlois
Hi, I need confirmation of an issue I've encountered while upgrading from Apache Tomcat 5.5.25 to 5.5.29 running in Java 1.5.0_22 on Solaris 10u8. Unfortunately, I'm going about this backwards as I've already created a bug report. The tomcat site, however, recommends that confirmation should

Re: 2 POST requests to underlying Server

2010-08-11 Thread Hassan Schroeder
On Wed, Aug 11, 2010 at 5:29 AM, Karthik Nanjangude karthik.nanjang...@xius-bcgi.com wrote: As requested by the Form I have provided the TCP Dump details. No you haven't. I, at least, wouldn't assume this is a mod_jk/httpd problem *until* I see simultaneous traces from *both sides* of the box,

Re: 2 POST requests to underlying Server

2010-08-11 Thread David Smith
Any chance we could see a snippet of access log showing the two requests? All I really see here is two packet captures that *look* like they are from in between tomcat and iis (or whatever you are running as a front-end web server). Since 10 addresses are not routeable this looks like all

RE: Procrun problems with Tomcat 6 on Windows 64-bit

2010-08-11 Thread Stewart, Kevin L. (GSFC-417.0)[CONSTELLATION SOFTWARE ENGINEERING]
No Tomcat guru's out there even have an opinion on this one??!! -Original Message- From: Stewart, Kevin L. (GSFC-417.0)[CONSTELLATION SOFTWARE ENGINEERING] [mailto:kevin.l.stew...@nasa.gov] Sent: Monday, August 09, 2010 1:22 PM To: users@tomcat.apache.org Subject: Procrun problems with

RE: 2 POST requests to underlying Server

2010-08-11 Thread Karthik Nanjangude
Hi Maybe you could try a capture from the client system (the one w/ a browser open). As I have already posted the form [ please check last few mails exchanged ] If the Sample test on the web application is performed from Outer side world [http://www.xyx.com/abcd ] Tcp dump captured on Apache

RE: java.net.SocketException: SSL handshake errorjavax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled.

2010-08-11 Thread Richard G Curry
We got that early on when we first started working SSL secured sockets in our app and it was due to us not actually pointing to the correct certificate files and instead still going for the older ones. Is this a possibility in your situation?

RE: Procrun problems with Tomcat 6 on Windows 64-bit

2010-08-11 Thread Caldarale, Charles R
From: Stewart, Kevin L. (GSFC-417.0)[CONSTELLATION SOFTWARE ENGINEERING] [mailto:kevin.l.stew...@nasa.gov] Subject: RE: Procrun problems with Tomcat 6 on Windows 64-bit No Tomcat guru's out there even have an opinion on this one??!! It's on the list of things to look at, but doing what I

Re: WARNING: Parameters : Invalid Chunk xxxx ignored

2010-08-11 Thread Mark Shifman
google is your friend! http://marc.info/?l=tomcat-userm=118662577608193 Probably means somebody made a query-string that tomcat doesn't like. mas On 08/11/2010 08:28 AM, Richard da Silva wrote: Hi all, I am running an IDM application on Tomcat (I'm using version 6). Everything is working

Re: Anyone using Tomcat 6 Comet with Apache mod_proxy?

2010-08-11 Thread Nabble User
A little more info. I mentioned that on Centos when I disabled keepalives the response to the client would not close right away (as it would do properly on my Windows machine). I downgraded TC on my windows machine from 6.0.28 to 6.0.26 (same as I have on Centos) and I can now duplicate this

Re: 2 separate clusters, crosstalk?

2010-08-11 Thread Felix Schumacher
Hi Chris, On Tue, 10 Aug 2010 17:05:11 -0400, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/6/2010 12:35 PM, cnnfntop wrote: Below are the configs, one from one of the prod servers, the other from one of the stage servers

RE: Configuring Tomcat 6.0.28 with SSL

2010-08-11 Thread Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00
Jorge, I do get the INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.pat. When I try and access my webapp via 443, I am getting a 404 error Not Found, even though I removed jakarta from IIS and commented

Re: java.net.SocketException: SSL handshake errorjavax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled.

2010-08-11 Thread Estanislao Gonzalez
Hi, Just in case this is also related to my problem that truststoreFile is not being read while redirecting from http. Check pointing to the file with the JVM param: -Djavax.net.ssl.trustStore= And if this works but your truststoreFile param at the connector don't write some feedback.

RE: Configuring Tomcat 6.0.28 with SSL

2010-08-11 Thread Caldarale, Charles R
From: Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00 [mailto:jason.t.hansel@navy.mil] Subject: RE: Configuring Tomcat 6.0.28 with SSL I do get the INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the

Re: WARNING: Parameters : Invalid Chunk xxxx ignored

2010-08-11 Thread Richard da Silva
Thanks, Mark :=)) Richard da Silva --- On Wed, 8/11/10, Mark Shifman mark.shif...@yale.edu wrote: From: Mark Shifman mark.shif...@yale.edu Subject: Re: WARNING: Parameters : Invalid Chunk ignored To: Tomcat Users List users@tomcat.apache.org Date: Wednesday, August 11, 2010, 5:27 PM

Can't configure webapps to disk partition

2010-08-11 Thread Zeigler, Carl L
Hello and thank you in advance for any suggestions you may have. I am running Tomcat 6.0.24 (service) on a Windows 2003 server hosting very simple JSP pages. I am trying to make a configuration change to server.xml to change the webapps directory to a different disk partition as below but I

RE: Configuring Tomcat 6.0.28 with SSL

2010-08-11 Thread Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00
Chuck, Well, IIS is listening on 443. Our users authenticate via PKI, through IIS (which is set-up for SSL/Single-Sign On). Ideally, I'd like this to be the same for the web app I'm trying to make available on the web server, however, the isapi_redirect loads the page very very very slow. I know

RE: Configuring Tomcat 6.0.28 with SSL

2010-08-11 Thread Caldarale, Charles R
From: Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00 [mailto:jason.t.hansel@navy.mil] Subject: RE: Configuring Tomcat 6.0.28 with SSL Well, IIS is listening on 443. Then Tomcat can't - unless you use different IP addresses for IIS and Tomcat. if I'd want to authenticate through

RE: Configuring Tomcat 6.0.28 with SSL

2010-08-11 Thread Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00
Chuck, Do you know of any methods to speed up performance when configuring Tomcat-isapi_redirect-IIS? I've googled this for a few days and have found people experiencing the same issue, however, no solution has been discovered. -Original Message- From: Caldarale, Charles R

RE: Configuring Tomcat 6.0.28 with SSL

2010-08-11 Thread Caldarale, Charles R
From: Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00 [mailto:jason.t.hansel@navy.mil] Subject: RE: Configuring Tomcat 6.0.28 with SSL Do you know of any methods to speed up performance when configuring Tomcat-isapi_redirect-IIS? Sorry, no. I try to avoid IIS if at all possible. -

Re: 2 POST requests to underlying Server

2010-08-11 Thread André Warnier
Karthik, let me try again : Karthik Nanjangude wrote: Hi Maybe you could try a capture from the client system (the one w/ a browser open). As I have already posted the form [ please check last few mails exchanged ] If the Sample test on the web application is performed from Outer side

JreMemoryLeakPreventionListener and hourly Full GC

2010-08-11 Thread Donald Armstrong
Hello, We have recently deployed tomcat-6.0.28 in our organization and are noticing every hour, a Full GC is occurring. The same application, same JVM, same JVM args, just a new tomcat release. I have addressed the issue by adjusting the server.xml and disabling gcDaemonProtection. Listener

Re: Can't configure webapps to disk partition

2010-08-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carl, On 8/11/2010 11:17 AM, Zeigler, Carl L wrote: I am trying to make a configuration change to server.xml to change the webapps directory to a different disk partition as below but I cannot get it to work From: Host name=localhost

Re: 2 POST requests to underlying Server

2010-08-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 8/11/2010 4:11 AM, Pid wrote: #1 I'm not sure the JavaScript you posted will work in all browsers. +1 It's better to simply disable the button or the form than doing this click counting stuff. #2 These two requests are around 12

RE: Can't configure webapps to disk partition

2010-08-11 Thread Caldarale, Charles R
From: Zeigler, Carl L [mailto:clzeig...@statestreet.com] Subject: Can't configure webapps to disk partition I have had success changing the webapps directory to various locations on the C: Drive but when I try to use the E: partition, I receive the page cannot be found message. Is the E:

RE: Configuring Tomcat 6.0.28 with SSL

2010-08-11 Thread Leo Donahue - PLANDEVX
-Original Message- From: Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00 [mailto:jason.t.hansel@navy.mil] Subject: RE: Configuring Tomcat 6.0.28 with SSL Well, IIS is listening on 443. Our users authenticate via PKI, through IIS (which is set-up for SSL/Single-Sign On). Ideally, I'd

Re: JreMemoryLeakPreventionListener and hourly Full GC

2010-08-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Donald, On 8/11/2010 12:15 PM, Donald Armstrong wrote: We have recently deployed tomcat-6.0.28 in our organization and are noticing every hour, a Full GC is occurring. The same application, same JVM, same JVM args, just a new tomcat release. I

Re: 2 POST requests to underlying Server

2010-08-11 Thread David Fisher
There should be one or more devices inserted in (a) client browser (port 2345) --(a)-- (port 80) apache ---(b)--- mod_jk (port 1234) ---(c)--- (port 8109) tomcat -- DB There should be a firewall, or who knows what a hacker may have inserted. There might be a load balancer. If either of

Re: Can't configure webapps to disk partition

2010-08-11 Thread Pid *
On 11 Aug 2010, at 18:02, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carl, On 8/11/2010 11:17 AM, Zeigler, Carl L wrote: I am trying to make a configuration change to server.xml to change the webapps directory to a different disk

Re: java.net.SocketException: SSL handshake errorjavax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled.

2010-08-11 Thread Jing Chen
Hi Estani Thanks for your suggestions. I added the javax.net.ssl.trustStore and javax.net.ssl.trustStorePassword to the JVM parameters, but I am still getting the same error message when JBoss starts. Any thoughts? Thanks Jing From: Estanislao Gonzalez

RE: Configuring Tomcat 6.0.28 with SSL

2010-08-11 Thread Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00
Leo, I'm actually configuring the Geoportal Extension. I've got everything working w/respect to LDAP and my database. My IIS is running as 32 bit, due to some applications that need 32as64. -Original Message- From: Leo Donahue - PLANDEVX [mailto:leodona...@mail.maricopa.gov] Sent:

Re: 2 POST requests to underlying Server

2010-08-11 Thread David Smith
Let me demonstrate I have read the *entire* thread: You stated on 8/10/2010 at 8:16am EDT: We also made sure there is no traffic /users using the web application during the tcp dump taken. How? Are you absolutely sure *no* client generated the POST request? ... This has happened in

RE: Procrun problems with Tomcat 6 on Windows 64-bit

2010-08-11 Thread Stewart, Kevin L. (GSFC-417.0)[CONSTELLATION SOFTWARE ENGINEERING]
Chuck, I appreciate any time you can spare on this. KevinS -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, August 11, 2010 10:15 AM To: Tomcat Users List Subject: RE: Procrun problems with Tomcat 6 on Windows 64-bit From: Stewart,

Configuring JSVC on a new installation

2010-08-11 Thread David Parks
Are there any good step-by-steps on getting JSVC working with Tomcat 6 on Linux (Fedora)? The tomcat installation docs are outdated (JSVC isn’t even in /bin), and every guide I find seems to be 2 years old and wrong in some way. I trying downloading JSVC separately, but get make errors, and

Re: Configuring JSVC on a new installation

2010-08-11 Thread Jorge Medina
The following script requires that you have build the APR and APR-utils prior to building JSVC in 64-bit mode. You will need the paths where the APR and APR-utils get installed. I use this script to build jsvc in Linux and Solaris, so you also need to define some variables to define the path to

Re: Can't configure webapps to disk partition

2010-08-11 Thread André Warnier
Caldarale, Charles R wrote: From: Zeigler, Carl L [mailto:clzeig...@statestreet.com] Subject: Can't configure webapps to disk partition I have had success changing the webapps directory to various locations on the C: Drive but when I try to use the E: partition, I receive the page cannot be

RE: Configuring JSVC on a new installation

2010-08-11 Thread George Sexton
On Open SUSE, I just type make. George Sexton MH Software, Inc. 303 438-9585 www.mhsoftware.com -Original Message- From: David Parks [mailto:davidpark...@yahoo.com] Sent: Wednesday, August 11, 2010 1:22 PM To: users@tomcat.apache.org Subject: Configuring JSVC on a new installation

Re: Configuring JSVC on a new installation

2010-08-11 Thread David Parks
Looks like I just got through it. Thanks for the two helpful responses. The make failed because I had the JAVA_HOME path wrong (yum installs put the libraries in a different directory than the executables on linux, I didn't realize it). And I found the JSVC files included in tomcat (the file

Re: Configuring JSVC on a new installation

2010-08-11 Thread André Warnier
Under Debian Linux, I just type apt-get install jsvc and then man jsvc # apt-cache search jsvc jsvc - wrapper to launch Java applications as daemons libcommons-daemon-java - library to launch Java applications as daemons So, tip : have you checked if jsvc is not simply available as a package

Re: Rewrite URLs inside HTML pages?

2010-08-11 Thread Rainer Jung
On 09.08.2010 03:28, Leon Kolchinsky wrote: On Thu, Aug 5, 2010 at 18:26, Rainer Jungrainer.j...@kippdata.de wrote: On 05.08.2010 03:30, Leon Kolchinsky wrote: # JkRequestLogFormat set the request format JkRequestLogFormat %w %V %T Unrelated: Don't like the JkRequestFormat. Instead

Re: Procrun problems with Tomcat 6 on Windows 64-bit

2010-08-11 Thread Andrew Bruno
Hi Kevin, Personally I do not use the w.exe gui. I manage all tomcats via Services, and update the service.bat file if any registry/config settings etc need to be changed, so that we can manage changes/roll backs via SVN. This also makes it simpler since we have many TCs on same OS. So, I

Re: 2 POST requests to underlying Server

2010-08-11 Thread Rainer Jung
On 10.08.2010 09:38, Karthik Nanjangude wrote: Hi Spec Java 1.5 O/s : Linux APP Server: JBOSS4.2.1 (Tomcat built with) HTTP Server : apache_2.2.11 [ With out SSL ] Mod library: mod_jk-1.2.28-httpd-2.2.X.so LB 1 Apache : 1 JBOSS:Port of application Question :

Re: JreMemoryLeakPreventionListener and hourly Full GC

2010-08-11 Thread Donald Armstrong
Thanks for your attention chris, We've identified why every hour: sun.misc.GC.requestLatency(360l) I was able to confirm with the tomcat documentation that with gcDaemonProtection enabled, the GC Daemon thread is running. We've identified why the Full GC; I've looked at the decompiled code

Tomcat 6 thread limit problem on Mac OS X Server 10.5.5

2010-08-11 Thread scabbage
I did not configure the native webserver/tomcat server come with the Mac OS X Server. I downloaded a Tomcat 6.0.29 and tried to run it on port 80 (using sudo). I have been able to have the service up for no problem until yesterday. Now I when I launch Tomcat, I got the following: Aug 11, 2010

FW: tomcat integrated with httpd and over https port, not working

2010-08-11 Thread Irfan Khan
Is there anyone who can help me to resolve this issue. From: Irfan Khan [mailto:irfan.k...@enovatemedia.co.in] Sent: Wednesday, August 11, 2010 5:31 PM To: 'users@tomcat.apache.org' Subject: tomcat integrated with httpd and over https port, not working Dear pals, Issue: tomcat

Tomcat 6 | Load Balancer IP configuration added as virtual host

2010-08-11 Thread Honey Bajaj
Hi, I have an active-passive configuration of tomcat 6.0.18 running an ebxml based B2B gateway solution. The server is configured to run on port 8443 with a with a Cisco loadbalancer in front configured to NAT request received over 443 port (only to one active host at a time). Every thing

Re: FW: tomcat integrated with httpd and over https port, not working

2010-08-11 Thread Leon Kolchinsky
Hi, Take a look here- http://myunster.com/blog/25.html http://myunster.com/blog/25.htmlIt'll give you an easy start. Cheers, Leon Kolchinsky On Thu, Aug 12, 2010 at 12:57, Irfan Khan irfan.k...@enovatemedia.co.inwrote: Is there anyone who can help me to resolve this issue. From: Irfan