FW: Problem ReverseAjax.dwr on Tomcat7.0.0

2010-08-19 Thread Hadole, Nishant IN BOM SISL
Dear Weic, I think the issue more belongs to DWR-Users Mailing List than here. Some relevant information that might help: Tomcat 7 uses Servlet 3.0. To avoid certain types of cross-site scripting attacks, Servlet 3.0 supports HttpOnly cookies. HttpOnly cookies are not exposed to the client-sid

RE: Tomcat = Server returned HTTP response code: 406 for URL

2010-05-13 Thread Hadole, Nishant IN BOM SISL
Dear Abdul Razack, Although the query is not exactly related with tomcat, below is the explanation for HTTP error code 406: The 406 status code means that, although the server understood and processed the request, the response is of a form the client cannot understand. A client sends, as part

RE: 2 windows services on the same tomcat 5.5 instance

2010-03-05 Thread Hadole, Nishant IN BOM SISL
Dear Gaspare, As suggested by Peter, if you are interested in creating two copies of tomcat on same host, attached document might help you. With best regards, Nishant Hadole Siemens IT Solutions and Services Mailto: nishant.had...@siemens.com -Original Message- From: peter.crowth...@go

RE: Java heap size limit

2010-02-10 Thread Hadole, Nishant IN BOM SISL
For catlina.bat changes, value for Xms corresponds to initial memory pool & Xmx to maximum memory pool. Set the values accordingly. With best regards, Nishant Hadole -Original Message- From: Hadole, Nishant IN BOM SISL [mailto:nishant.had...@siemens.com] Sent: Thursday, 11 Febr

RE: Java heap size limit

2010-02-10 Thread Hadole, Nishant IN BOM SISL
For 32 bit system, maximum memory pool can easily increased upto 2 GB. 1. If using batch start-up file Add set CATALINA_OPTS=-Xms64M -Xmx128M in catlina.bat 2. If running as windows service, Using tomcat monitor --> java --> initial & maximum memory pool With best regards, Nishant Hadole Siemen

RE: How to find network user id of user in servlet

2010-02-02 Thread Hadole, Nishant IN BOM SISL
Using mod_auth_sspi.so module for Apache for windows authentication will help. Configuration changes - LoadModule sspi_auth_module modules/mod_auth_sspi.so SSPIAuth On AllowOverride None Order allow,deny Allow from all AuthName "XX" AuthType S

RE: Tomcat 5.5.28 EL not evaluated

2010-01-22 Thread Hadole, Nishant IN BOM SISL
Check this FAQ - http://faq.javaranch.com/java/ElOrJstlNotWorkingAsExpected With best regards, Nishant Hadole Siemens IT Solutions and Services SIS PRO SI-I Tel.: +91 22 2495 7816 Fax: +91 22 6660 8521 Mailto: nishant.had...@siemens.com www.siemens.co.in -Original Message- From: sharmila

RE: URL Redirect in Tomcat 6

2009-12-10 Thread Hadole, Nishant IN BOM SISL
I guess she wants to display Customizable error responses, when application fails to respond (error code like 404 etc). Though, I agree, the question is not properly framed... With best regards, Nishant Hadole Siemens IT Solutions and Services SIS PRO SI-I Tel.: +91 22 2495 7816 Fax: +91 22 6

RE: db jars in common/lib and shared/lib

2009-12-09 Thread Hadole, Nishant IN BOM SISL
Try following changes in catalina.properties (Avoid spaces) common.loader=${catalina.home}/common/classes,${catalina.home}/common/i1 8n/*.jar,${catalina.home}/common/endorsed/*.jar,${catalina.home}/common/ lib/*.jar,${catalina.home}/test/lib,${catalina.home}/test/lib/*.jar With best regards, Nish

RE: About the problem "Task com.mchange.v2.resourcepool.basicresourcepool$acquiret...@1386abc (in deadlocked PoolThread) failed to complete in maximum time 60000ms. Trying interrupt()."

2009-12-09 Thread Hadole, Nishant IN BOM SISL
Not sure whether this is applicable here... but encountered similar issue with Tomcat and XAPOOL... When DB server fails, connection pool has maximum connection initialised (but not working). Thus with restart of DB server, Tomcat need to be restarted to initialize active connections of pool, a

RE: Publishing Java webservice - tomcat 5.5 shared hosting

2009-12-06 Thread Hadole, Nishant IN BOM SISL
The changes in web.xml will cause instant restart Only due to TRUE value for parameter autoDeploy in server.xml. With best regards, Nishant Hadole -Original Message- From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com] Sent: Monday, 07 December, 2009 12:31 PM To: Tomc

RE: Tomcat Crashes out of continuous servicing of stuck request

2009-12-06 Thread Hadole, Nishant IN BOM SISL
IN BOM SISL Subject: Re: Tomcat Crashes out of continuous servicing of stuck request -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nishant, On 12/4/2009 4:29 AM, Hadole, Nishant IN BOM SISL wrote: > Tomcat continues processing request indefinitely, causing loss of > free heap memory and even

RE: Tomcat Crashes out of continuous servicing of stuck request

2009-12-04 Thread Hadole, Nishant IN BOM SISL
...@siemens.com -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Friday, 04 December, 2009 03:14 PM To: Tomcat Users List Cc: Hadole, Nishant IN BOM SISL Subject: Re: Tomcat Crashes out of continuous servicing of stuck request On 04.12.2009 10:29, Hadole, Nishant IN BOM

Tomcat Crashes out of continuous servicing of stuck request

2009-12-04 Thread Hadole, Nishant IN BOM SISL
I am using Apache HTTP Server 2.0.61, Apache Tomcat Server 6.0.14.0 and mod_jk 2.0.46 (AJP V 1.3). Scenario - Client call for heavy Post request from JSP. Tomcat receives the request and starts processing. Before receiving the response, client closes JSP window. Thus there is no one to receive