Tomcat 3.3.1a AIX 5.3 and IBM JDK 1.3.1 - Tomcat Hangs

2006-10-15 Thread Himanshu Thube
Hello All, We have a problem in our production system. Following is our environment. Tomcat 3.3.1a AIX 5.3 IBM JDK 1.3.1 Apache/1.3.28 This system was working fine previously without any problems for 3 years the only change that we did was changed from AIX 5.1 ML 4 to AIX 5.3 ML5 and below prob

HSE_REQ_SEND_RESPONSE_HEADER failed

2006-10-15 Thread Brandon Knitter
We are getting the following entries in the logs frequently: [Sun Oct 15 09:31:35 2006] [6108:0516] [error] ajp_connection_tcp_get_message::j k_ajp_common.c (947): (worker2) can't receive the response message from tomcat, network problems or tomcat is down (172.17.96.97:9080), err=-60 [Sun Oct 15

Tomcat 5.0 behind squid proxy server

2006-10-15 Thread Nihita Goel
Hello, I am running my Tomcat 5.0 behind a squid proxy server. All http request from outside are first received by the squid proxy server which directs it to my tomcat. When the clients connect the first page is displayed which has a login/password (authentication) screen for which I am usin

Re: wrong StandardContext

2006-10-15 Thread Oleg
On 10/15/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Oleg [mailto:[EMAIL PROTECTED] > Subject: wrong StandardContext > > I have multiple cirtual hosts setup on this machine, and one > application running under localhost, for some reason after I removed > the localhost application

RE: wrong StandardContext

2006-10-15 Thread Caldarale, Charles R
> From: Oleg [mailto:[EMAIL PROTECTED] > Subject: wrong StandardContext > > I have multiple cirtual hosts setup on this machine, and one > application running under localhost, for some reason after I removed > the localhost application webApp, I started getting this for every > single virtual hos

wrong StandardContext

2006-10-15 Thread Oleg
Running Tomcat 5.5 on Windows2003 I have multiple cirtual hosts setup on this machine, and one application running under localhost, for some reason after I removed the localhost application webApp, I started getting this for every single virtual host setup. Those virtual host applications should

RE: Please Help: Application Hang. Possible Deadlock

2006-10-15 Thread Caldarale, Charles R
> From: Giesen Giesen [mailto:[EMAIL PROTECTED] > Subject: Please Help: Application Hang. Possible Deadlock > > Does that imply a deadlock within the web application? Quite likely. Take a thread dump (IIRC, kill -3 or kill -QUIT) and see what they're doing or stuck on. - Chuck THIS COMMUNIC

Please Help: Application Hang. Possible Deadlock

2006-10-15 Thread Giesen Giesen
I have an application running on Tomcat 5.5 that periodically hangs in our production environment. When I try any page in my application, my web browser just waits for a page indefinitely. I can wait for an hour and it will never respond (normally responds in 1-3 seconds). I haven't reproduced th

Apache Tomcat\connection problem\Windows XP

2006-10-15 Thread Frank J Murray
Hello, | |This is a new post, and I am a newbie (at least to Apache Tomcat on | Windows). | | I went to the Apache.org website and downloaded and installed the | Windows executable under Core distributions, i.e., | | Core: | a.. zip (pgp, md5) | b.. tar.gz (pgp, md5) | c.. Wind

Re: CPU level is not coming back to a normal level

2006-10-15 Thread Pascal Alberty
I found something about this thread. http://www.mail-archive.com/java2d-interest@capra.eng.sun.com/msg03812.html Do you thing it could be related ? I just make another charge test, threads growth to 200 without 2D disposer ... and CPU stays around 20% ... On 10/13/06, Pascal Alberty <[EMAIL P

Re: running tomcat 5.5 as a service on 64bit windows

2006-10-15 Thread Mladen Turk
joon yoo wrote: Hello, Is there a way to run tomcat 5.5 as a service on Win 2003 64bit? Or is there a 3rd party app monitor that can start tomcat if it detects that it's down. http://svn.apache.org/viewvc/tomcat/connectors/trunk/procrun/bin/ Download tomcat5.exe.amd64 and rename to tomcat5.

running tomcat 5.5 as a service on 64bit windows

2006-10-15 Thread joon yoo
Hello, Is there a way to run tomcat 5.5 as a service on Win 2003 64bit? Or is there a 3rd party app monitor that can start tomcat if it detects that it's down. Thanks, joon

Re: Servlet in a .jar file? AJAX access?

2006-10-15 Thread David Smith
Reading the rest of your message, regarding the AJAX equivalent of jsp:useBean, you'll need a servlet that can respond to AJAX requests for session bean information handing back XML fragments with session data in them. Then your AJAX code on the client would use that to pull XML fragments con

Re: load files on tomcat

2006-10-15 Thread David Smith
This is per the spec which explicitly states that the method getRealPath() will return null if the webapp is executed from an unexpanded .war file. I believe it's even in the docs for the servlet api. If however your effort is in just reading the resource, there are other methods which work r

Re: Servlet in a .jar file? AJAX access?

2006-10-15 Thread David Smith
Let's remove AJAX from the equation and take a look at it. AJAX is client side code acting on behalf of the user, so it should be regarded essentially the same as the browser itself when it comes to object access. Where people tend to get confused is in where the code is being executed -- on