Doubt in threads

2009-05-02 Thread S Arvind
Is there any possibility that tomcat 6 process threads will increase even in the idle state without working on any request. since if i check the tomcat thread by *ps -C java -L -o pid,tid,pcpu,state,args | grep tomcat6 | wc -l * in cent os after few hrs it get increased. Is it tomcat's behaviour

Re: Tomcat 5.5.23 stops listening to requests on SSL port

2009-05-02 Thread Rahman Akhlaqur
Thanks for the suggestion of taking a thread dump... I think I have some instructions on how to do this on a windows server. The apache httpd server is on a different machine to Tomcat, thats how they can both listen on port 8443. - Original Message From: Christopher Schultz

Re: jk-to-tomcat multiple retries

2009-05-02 Thread Rainer Jung
On 01.05.2009 18:19, Dmitry Beransky wrote: We have the strangest problem started happening to us a few weeks ago (after several years of running pretty much the same configuration). 1. The problem is only happening in the production environment. We cannot reproduce it on staging, which as

Re: Need help on Custom Accesslog

2009-05-02 Thread Rainer Jung
On 01.05.2009 22:55, Vijay wrote: Hi, I wanted to send a application message like Application specific GUID to the accesslogs, the GUID is generated by our system and it is not general or available in the request or the response So i was wondering if there is any way where we can send

Redurect URL From Tomcat to IIS

2009-05-02 Thread akkad
i have 2 web servers, one is apache tomcat v6, and the other is IIS v6, both are on the same network, the tomcat server is directly connected to the internet and also it has dhcp which assign the IIS server IP address, what am looking for is that when apache has an http request like

Re: Redurect URL From Tomcat to IIS

2009-05-02 Thread André Warnier
akkad wrote: i have 2 web servers, one is apache tomcat v6, and the other is IIS v6, both are on the same network, the tomcat server is directly connected to the internet and also it has dhcp which assign the IIS server IP address, what am looking for is that when apache has an http request

Basic authentication without a secure connection

2009-05-02 Thread Tokajac
Hello! I'm developing a Tomcat, Struts application. I want to send credentials to the Authentication Dialog that's shown by application which is running on another server. With this idea, I'd connect 2 application: the Tomcat application should have a redirection link to the other application.

JDBCRealm, Tomcat and MySQL

2009-05-02 Thread ubk
Hi all I have a problem with authorization based on JDBCRealm. When I'm trying to get access to some html page which is store in protected directory all that I can see is just login-error.jsp page. I'm using login and password from my database. My server.xml: ?xml version='1.0'

Re: I have a problem with Apache, Tomcat

2009-05-02 Thread nohacks
Hi Chris, Thanks for your reply. I have JkStripSession on and still having the issue. Any help is really appreciated. I have had this issues for a long time now and it is a Huge Issue for us !! This is my httpd.conf file. == LoadModule jk_module

Database pooling prob

2009-05-02 Thread S Arvind
from this stack trace i can find that there is no problem in Tomcat or dbcp. But when i try my postgre from outside application its working fine but when i connect from local tomcat application it not working fine. I disable the firewall and all ... but i keep on getting this stack

Re: Basic authentication without a secure connection

2009-05-02 Thread André Warnier
Tokajac wrote: Hello! I'm developing a Tomcat, Struts application. I want to send credentials to the Authentication Dialog that's shown by application which is running on another server. With this idea, I'd connect 2 application: the Tomcat application should have a redirection link to the

Re: Database pooling prob

2009-05-02 Thread Filip Hanik - Dev Lists
if the client and the server are on the same machine, you would get two lines in the netstat output TCP[::1]:80 Michael:50522 ESTABLISHED TCP[::1]:50522Michael:http ESTABLISHED one line is for the server connection, and the other one is for

Re: Database pooling prob

2009-05-02 Thread S Arvind
Why ip is missing??? -Arvind S * Many of lifes failure are people who did not realize how close they were to success when they gave up. -Thomas Edison* On Sun, May 3, 2009 at 2:42 AM, Filip Hanik - Dev Lists devli...@hanik.comwrote: if the client and the server are on the same machine,

Re: OT: GoDaddy Hosting and Tomcat

2009-05-02 Thread Evan Siegel
This posting raises a question I've long had: What JSP-friendly hosts are to be recommended. I did some searching and came up with a large number of helpful sites, but I'd like to poll the list members on the matter.See the following:

Re: Need help on Custom Accesslog

2009-05-02 Thread Vijay
Thanks a lot Rainer, That helps Regards, /VJ On Sat, May 2, 2009 at 4:44 AM, Rainer Jung rainer.j...@kippdata.de wrote: neither received from the client, nor send to it. They are for internal processing means.