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

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

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

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: 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

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..

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

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

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: 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 host

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 webApp,

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

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