Re: catalina_pid file contains +1 pid number instead of correct pid

2011-10-28 Thread Raghu GS
ame or soehting similar as a jave env variable and then > > if [ ! -z "$CATALINA_PID" ]; then > ps aux | grep tomcat | grep application.name=YOUR_APP_NAME | head > -n 1 | awk '{ print $2 }' > $CATALINA_PID > fi > > > > >

Re: catalina_pid file contains +1 pid number instead of correct pid

2011-10-27 Thread Raghu GS
Hi Cooper Man You are a genius. you have perfectly guessed our setup and problem. And I am very happy about finding the root cause finally. Is there any solution for this problem? Cooper man wrote: > > Hi Raghu, > > My guess is that you have changed the logging to use cronolog

Re: catalina_pid file contains +1 pid number instead of correct pid

2011-09-30 Thread Raghu GS
Thanks for showing your interest in helping me resolve the issue. Do you want me to post bash/shell output or catalina.out file's output? Christopher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Raghu, > > On 9/29/2011 1:30 AM, Raghu GS w

Re: catalina_pid file contains +1 pid number instead of correct pid

2011-09-30 Thread Raghu GS
If upgrading tomcat in our setup is that easy, i wouldn't have asked for help here. We are running tomcat in production server with large customer base. We don't want to do radical changes to fix one problem. Pid * wrote: > > On 29/09/2011 06:30, Raghu GS wrote: >>

Re: catalina_pid file contains +1 pid number instead of correct pid

2011-09-28 Thread Raghu GS
Konstantin Kolinko wrote: > > 2011/9/27 Raghu GS : >> >> Hello Everybody >> >> We are using Tomcat 6.20 in CentOS 5.3 server. > > 6.0.20 ?? > > You should read > http://tomcat.apache.org/security-6.html > > as well as all the fixed

catalina_pid file contains +1 pid number instead of correct pid

2011-09-27 Thread Raghu GS
Hello Everybody We are using Tomcat 6.20 in CentOS 5.3 server. I have recently enabled catalina_pid functionality using environment variable. The PID file got created and contains +1 PID number. If the Tomcat's real PID number 5446, the pid file would contain 5447 as PID number. Please help me t

Re: Tomcat 6.0.20 always works in GMT timezone even after forcing it to use Asia/Calcutta by multiple methods.

2009-10-14 Thread raghu gs
treme of writing a play java program and running it with strace and > then I saw that it opened the clock file... > Good luck, > -Tim > > > raghu gs wrote: > >> Tomcat is not running under a security manager. >> So that policy entry may need to be exists, i understood

Re: Tomcat 6.0.20 always works in GMT timezone even after forcing it to use Asia/Calcutta by multiple methods.

2009-10-14 Thread raghu gs
PM, George Sexton wrote: > > > > -Original Message- > > From: raghu gs [mailto:iamra...@gmail.com] > > Sent: Monday, October 12, 2009 5:18 AM > > To: Tomcat Users List > > Subject: Re: Tomcat 6.0.20 always works in GMT timezone even after > >

Re: Tomcat 6.0.20 always works in GMT timezone even after forcing it to use Asia/Calcutta by multiple methods.

2009-10-12 Thread raghu gs
standing between our developers, Nobody said that kernel tomcat mismatch might be the cause of the problem. TZData is also up-to-date. Regards On Mon, Oct 12, 2009 at 11:20 AM, raghu gs wrote: > Yeah, we have couple of other servers running the same codebase. > We don't experience

Re: Tomcat 6.0.20 always works in GMT timezone even after forcing it to use Asia/Calcutta by multiple methods.

2009-10-11 Thread raghu gs
ra.com> wrote: > 2009/10/12 raghu gs : > > But our engineers where is that this a Kernal and Tomcat issue. > > Is there possibilty for that? > > There are a large number of people using Tomcat who don't see this > issue and are in non-GMT timezones - including a

Re: Tomcat 6.0.20 always works in GMT timezone even after forcing it to use Asia/Calcutta by multiple methods.

2009-10-11 Thread raghu gs
t done a full code search yet in other web apps. But our engineers where is that this a Kernal and Tomcat issue. Is there possibilty for that? Regards On Sun, Oct 11, 2009 at 3:54 PM, Konstantin Kolinko wrote: > 2009/10/11 raghu gs : > > > > One vital information i forgot to pro

Re: Tomcat 6.0.20 always works in GMT timezone even after forcing it to use Asia/Calcutta by multiple methods.

2009-10-11 Thread raghu gs
ezone is correct till "Tomcat server startup in Ns" message. Regards On Sat, Oct 10, 2009 at 6:52 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Raghu, > > On 10/10/2009 4:04 AM, raghu gs wrot

Tomcat 6.0.20 always works in GMT timezone even after forcing it to use Asia/Calcutta by multiple methods.

2009-10-10 Thread raghu gs
Hello Everybody I have installed Tomcat 6.0.20 using binary tarball in JDK 1.6.0.16 running CentOS 5,3 x64 Server. We have tried the following methods to force tomcat to use the Asia/Calcutta as timezone. 1) Created an environment variable called TZ and assigned it correct timezone. Output of ec

Cannot establish a database connection. Cannot create JDBC driver of class '' for connect URL

2009-05-22 Thread raghu ram srinivas
: ojdbc14.jar,ojdbc5.jar,ojdbc6.jar in lib folder. Tomcat version-->tomcat 6.0, the JDK -->jdk1.6.0_13 os--> windows server 2003 oracle database Can anyone help me whats worng in my configurations? Please.... -- Raghu

Re: Configuring SSI in tomcat 6

2009-05-22 Thread raghu ram srinivas
ok thanks I will do that. On Fri, May 22, 2009 at 1:21 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: raghu ram srinivas [mailto:raghuramsriniv...@gmail.com] > > Subject: Re: Configuring SSI in tomcat 6 > > > > *Cannot establish a database

Re: Configuring SSI in tomcat 6

2009-05-22 Thread raghu ram srinivas
22, 2009 at 11:54 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: raghu ram srinivas [mailto:raghuramsriniv...@gmail.com] > > Subject: Re: Configuring SSI in tomcat 6 > > > > I am not able to view the tomcat home page. > > In all the e

Re: Configuring SSI in tomcat 6

2009-05-22 Thread raghu ram srinivas
Thanks for your help Charles. I tries in this way but now when i started my server and opened the home page ie..,http://localhost:8080/--> the page is reloading from 30 min. I am not able to view the tomcat home page. In the log files too I am not getting any errors. Any idea.. Thanks Ra

Re: Configuring SSI in tomcat 6

2009-05-22 Thread raghu ram srinivas
Sorry for that.I placed the file in this location: C:\Program Files\Apache Software Foundation\Tomcat 6.0\ webapps\pvs\META-INF\context.xml I created a new context.xml and in that i pasted this Thanks Raghu On Fri, May 22, 2009 at 10:21 AM, Caldarale, Charles R < chuck.cal

Re: Configuring SSI in tomcat 6

2009-05-22 Thread raghu ram srinivas
Foundation\Tomcat 6.0\webapps\pvs pvs is the web application name which i need to enable ssi servlet. Can you help me how can i do this. Thanks Raghu On Fri, May 22, 2009 at 9:42 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: raghu ram srinivas [mailto:ra

Re: Configuring SSI in tomcat 6

2009-05-22 Thread raghu ram srinivas
adn inserted Still not working. Can anyone give idea regarding this? On Thu, May 21, 2009 at 11:33 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: raghu ram srinivas [mailto:raghuramsriniv...@gmail.com] > > Subject: Re: Configuri

Re: SSI configuration

2009-05-22 Thread raghu ram srinivas
If I tried in this way I am getting the same exception saying that java.lang.SecurityException: Servlet of class org.apache.catalina.ssi.SSIServlet is privileged and cannot be loaded by this web application. I inserted this contect in seperate file..ie., under my web app. I created an .xml file ad

Re: SSI configuration

2009-05-21 Thread raghu ram srinivas
I am getting the same error.any suggestion please. On Thu, May 21, 2009 at 9:38 PM, Ken Bowen wrote: > Hi all, > > I need to turn on SSI to host a simple html site which uses it. > I shut down TC. > In ~conf/web.xml, I uncommented both the servlet and servlet-mapping XML > for ssi.

Re: Configuring SSI in tomcat 6

2009-05-21 Thread raghu ram srinivas
Thanks for your reply. I tried it by uncommenting SSI servlet but I am getting the following error: java.lang.SecurityException: Servlet of class org.apache.catalina.ssi.SSIServlet is privileged and cannot be loaded by this web application Can you give any idea regarding this. I am trying to figu

Configuring SSI in tomcat 6

2009-05-21 Thread raghu ram srinivas
Hi All, Can anyone help me configuring the Server Side Include (SSI) in Tomcat 6. For enabling SSI I removed the commented blocks in the web.xml for SSI too but still i am not able to find. I tried in the google search but I am not able to get the exact answer, can anyone give me some suggestions

struts application not recognised in linux ,tomcat.

2008-10-18 Thread Raghu
prevented it from fulfilling this request. exception org.apache.jasper.JasperException: File "/tags/struts-logic" not found at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler. java:105). Regards, Raghu

common jars for all applications in tomcat

2008-10-16 Thread Raghu
I have different applications using spajco.jar I have this jars in web-inf/lib folder of all the applications used like struts, log4j,servlet,sapjco.jar.etc... But I get this error sometimes. SO to have one JCO instance for one JVM instance I need to moved them to $CATALINA_BASE/common/lib

org.apache.jasper.JasperException: File "/tags/struts-logic"

2008-10-16 Thread Raghu
erent java versions on linux and windows? Regards, Raghu

polish dialectic signs lturn into #

2008-10-13 Thread Raghu
Linux System. Polish dialectic signs like ą,ć,ś,ó,ź,ł,ę are turn into # symbols. Any advice to make the application work on both windows and Linux. Regards, Raghu

Help on Error information

2007-03-14 Thread Raghu Veer, Vellanki (EXPORT_ESA)
Could anyone suggest me what is the following error related to. error at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandle r.java:85) at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:2 48) at org.apache.jasper.c