Re: Tomcat 10 usage and necessity of --add-opens

2025-01-24 Thread anand raj
Hi all, is memory leak detection not optional ? Also does adding --add-opens pose any security risk or concern ? On Thu, 23 Jan, 2025, 8:25 pm Mark Thomas, wrote: > On 23/01/2025 14:42, anand raj wrote: > > Hi all, > > > > In Tomcat 10 there is --add-opens added defau

Tomcat 10 usage and necessity of --add-opens

2025-01-23 Thread anand raj
Hi all, In Tomcat 10 there is --add-opens added default and does this mean Tomcat required to access these .Also document information on what all are accessed which requires these will be helpful. Thanks, ANANDARAJ N

Re: Tomcat 11 mutlipart strict configuration problem

2024-12-17 Thread anand raj
> Mark, > > On 12/16/24 5:52 AM, Mark Thomas wrote: > > On 16/12/2024 10:10, anand raj wrote: > >> Hi all, > >> > >> In Tomcat 11 a jersey Api multipart-formdata is registered with > Multipart > >> feature.Also an inbound filter in front reading reques

Tomcat 11 mutlipart strict configuration problem

2024-12-16 Thread anand raj
Hi all, In Tomcat 11 a jersey Api multipart-formdata is registered with Multipart feature.Also an inbound filter in front reading request.getparamater fails with "unable to process parts as no multi-part configuration has been provided." In Tomcat 11 it fails. In Tomcat 10 same setup works continu

Re: tomcat 9.0 doesn't load the ECDSA keystore. (ver # 9.0.24)

2020-06-11 Thread Madhan Raj
and 443 is down Thanks, Madhan. On Thu, Jun 11, 2020 at 1:47 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Madhan, > > On 6/10/20 22:08, Madhan Raj wrote: > > Any insights please . > >

Re: tomcat 9.0 doesn't load the ECDSA keystore. (ver # 9.0.24)

2020-06-10 Thread Madhan Raj
Hi all, Any insights please . Thanks, Madhan On Thu, 4 Jun, 2020, 11:12 pm Madhan Raj, wrote: > Hi Christopher, > > Yes you correct I can only complete a handshake with RSA cert, not ECDSA > cert. when i try to connect with ECDSA ciphers using s_client negotiation > fails. >

tomcat 9.0 doesn't load the ECDSA keystore. (ver # 9.0.24)

2020-06-03 Thread Madhan Raj
Hi All, OS - CentOS 7.6.1810( Core) Below connector doesn't load my EC keystore whereas it works with RSA . Any insights please . this is my connector tag in server.xml tomcat start up command used :- /home/tomcat/tomcat -user tomcat -home /usr/local/thirdparty/java/j2sdk -pidfile /usr/l

Re: Issues porting application from tomcat 5.0.28 to tomcat 7.0.57

2015-06-16 Thread RAJ
Hi Christopher, Thanks for your reply. To your question > Is there any reason not to simply remove the double-slash? We see that in the source of the page. In the jsp its On Jun 16, 2015, at 11:53 AM, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash:

Issues porting application from tomcat 5.0.28 to tomcat 7.0.57

2015-06-15 Thread RAJ
changes Has any one see something like this and can suggest what can be tried and totally at a loss. Thank You Raj

Re: Issues with Tomcat 7.0.57 not loading ActionServlets

2015-05-24 Thread Raj
Hi Christopher, The dtd for validations.xml, validator-rules.xml and struts-config.xml are not same and that was causing this issue. However, this is fixed after made it same for all. Thanks a lot for your help Thanks Raj On Fri, May 15, 2015 at 1:27 PM, Christopher Schultz <

Re: Issues with Tomcat 7.0.57 not loading ActionServlets

2015-05-15 Thread RAJ
tomcat 7.x. Yes, this looks normal as other functionalities are working except when we call struts it doesn't work. Thanks Raj Sent from my iPhone > On May 15, 2015, at 6:52 AM, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > >

Re: Issues with Tomcat 7.0.57 not loading ActionServlets

2015-05-13 Thread Raj
context.xml for my app so that so the class loader should behave the same way but the issue is still present. Can you give some more pointers? Thanks Raj On Thu, May 7, 2015 at 6:56 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- >

Issues with Tomcat 7.0.57 not loading ActionServlets

2015-05-06 Thread Raj
Worker.run( ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:701) Thanks raj

Re: mod_jk linux binaries

2012-01-06 Thread charan raj
Hi can anyone tell how to configure multiple tomcat instance other then c drive On Fri, Jan 6, 2012 at 6:35 PM, Olivier MENUEL wrote: > Ok > Thank you > > > -Message d'origine- > De : Leon Kolchinsky [mailto:lkolc...@gmail.com] > Envoyé : vendredi 6 janvier 2012 12:02 > À : Tomcat Users

Re: is der any default username for tomcat?

2012-01-06 Thread charan raj
Hi can any one tell me how to install multiple tomcat instance apart from c drive On Fri, Jan 6, 2012 at 8:15 PM, André Warnier wrote: > Pid wrote: > >> On 06/01/2012 06:24, srilaxmi deevela wrote: >> >>> is der any default username for tomcat? >>> >>> --**--

RE: Ajp13Processor threads are not getting closed.

2011-08-30 Thread Jagadish Raj R
tting closed. Well then.. Jagadish Raj R wrote: > Hi Andre, > > Here are the results. > > Compiled in modules: > core.c this : > prefork.c means that your front-end Apache httpd server is running in "prefork" mode. And what do the parts in red say in the link

RE: Ajp13Processor threads are not getting closed.

2011-08-29 Thread Jagadish Raj R
Hi Andre, Here are the results. Compiled in modules: core.c prefork.c http_core.c mod_so.c KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15 Thanks & Regards, JAGADISH RAJ R -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Thursday, Augus

RE: Ajp13Processor threads are not getting closed.

2011-08-25 Thread Jagadish Raj R
r which is built on top of Tomcat) Thanks & Regards, JAGADISH RAJ R | Symantec EAI Support | M P H A S I S an HP company | Level 2, Tower 7, Magarpatta SEZ, Magarpatta city, Pune-411013| Mobile: +91 9011047954| Email: jagadish_ra...@symantec.com -Original Message- From

Ajp13Processor threads are not getting closed.

2011-08-24 Thread Jagadish Raj R
it(Ajp13Processor.java:316) - locked <0xc6de9028> (a org.apache.ajp.tomcat4.Ajp13Processor) at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:576) at java.lang.Thread.run(Thread.java:595) Versions:- Tomcat - 4.1.27 Mod JK - mod_jk-apache-2.0.49-linux-i686.so

Re: Working of Tomcat with MS Access

2011-04-16 Thread RAHUL RAJ
Yes On Sat, Apr 16, 2011 at 8:44 PM, Pid wrote: > On 4/15/11 6:58 PM, RAHUL RAJ wrote: > > This is like a small assignment that has to be submitted urgently > > Is this student coursework? > > > p > >

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
I think I have to have tomcat (.zip) rather than md5 package..just a moment...i will get back to you... On Sat, Apr 16, 2011 at 8:50 AM, Leo Donahue - PLANDEVX < leodona...@mail.maricopa.gov> wrote: > > > From: RAHUL RAJ [omrahulr

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
vista home basic. No, I can restart tomcat each time, by clicking the start/stop button. On Sat, Apr 16, 2011 at 2:49 AM, Leo Donahue - PLANDEVX < leodona...@mail.maricopa.gov> wrote: > >-Original Message- > >From: RAHUL RAJ [mailto:omrahulraj...@gmail.com] > >

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
I am working on windows platform. I downloaded tomcat setup, md5(.exe) and installed it. On Sat, Apr 16, 2011 at 3:18 AM, André Warnier wrote: > >> Also startup.bat is not there in the specified directory. >>> >> > It is not there because you have downloaded and installed the "Tomcat > instal

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
me account you need to for "Access". " I don't know how to do these...Can you explain for me? Also startup.bat is not there in the specified directory. On Sat, Apr 16, 2011 at 1:48 AM, Leo Donahue - PLANDEVX < leodona...@mail.maricopa.gov> wrote: > >---

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
.bat > Try your app again. > > Only to discard user account/access problems. > > On Fri, Apr 15, 2011 at 3:13 PM, RAHUL RAJ > wrote: > > > running 'tomcat as standalone java program'? can u explain for me sir? > > > > 2011/4/15 Mikolaj Rydzews

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
> > > > > -----Original Message- > From: RAHUL RAJ > To: Tomcat Users List > Sent: Fri, Apr 15, 2011 2:35 pm > Subject: Re: Working of Tomcat with MS Access > > > Thank you very much for your help! When I did with mysql, the corresponding > > jdbc dri

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
expected. I know this is not a java thread . . . but still > trying to help since it is a time sensitive matter. > Silly question, but are your jdbc drivers added to your library for the web > app? I make this mistake ALL the time. > > Troy > > > > > > > > > > > -Orig

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
running 'tomcat as standalone java program'? can u explain for me sir? 2011/4/15 Mikolaj Rydzewski > RAHUL RAJ wrote: > >> This is like a small assignment that has to be submitted urgently..so I >> have >> to run away from the error! and tried with MS ACCE

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
:jhubbsl...@att.net] > Sent: Friday, April 15, 2011 12:46 PM > To: Tomcat Users List > Subject: Re: Working of Tomcat with MS Access > > A beginner needs to at least begin with workable platforms and software. > PostgreSQL on Linux has a total software license cost of $0.00; your &g

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
PM, Troy wrote: > Raj, > > I think everyone is saying to take a look at this syntax: > > > >String url = "jdbc:odbc:rahul"; > >Connection con = DriverManager.getConnection(url, "", ""); > > > I know that when I

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
' On Fri, Apr 15, 2011 at 11:09 PM, Leo Donahue - PLANDEVX < leodona...@mail.maricopa.gov> wrote: > > >-Original Message- > >From: RAHUL RAJ [mailto:omrahulraj...@gmail.com] > >Sent: Friday, April 15, 2011 10:35 AM > >To: Tomcat Users List > >Subjec

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
r more conventional way. > > So, to sum up this and earlier responses: 1) Learn to code Java 2) > Understand real RDBMSses. > > - Jeff > > > On 4/15/11 6:04 AM, RAHUL RAJ wrote: > >> Hello, >> I am working on building a jsp website with MS Access as >&

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
your user. > > Is it the case? > > Did you solve the problem? How? > > Angel "Java" Lopez > http://www.ajlopez.com > http://twitter.com/ajlopez > > On Fri, Apr 15, 2011 at 7:04 AM, RAHUL RAJ > wrote: > > > Hello, > > I am work

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
I got communications exception when I did this with mysql...and no one knows the reason perfectly...no response from mysql forum too... On Fri, Apr 15, 2011 at 9:08 PM, Troy wrote: > Raj; > > To all reading this response, this is my first response on this list so if > I get it a

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
The code I gave is just a sample code, it might change afterwards..but before that, I need to resolve this error, sorry for your inconvenience... On 4/15/11, RAHUL RAJ wrote: > I know my code is not perfect. > But I just want to resolve this error now. Can u say how to solve > this? p

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
I know my code is not perfect. But I just want to resolve this error now. Can u say how to solve this? pls answer to the question.have u read my message completely? On 4/15/11, Mikolaj Rydzewski wrote: > > On Fri, 15 Apr 2011 15:34:37 +0530, RAHUL RAJ > wrote: > >>

Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
Hello, I am working on building a jsp website with MS Access as database. When my login page is loaded on tomcat (localhost:8080/login.jsp), it shows the following error: java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified. The

Tomcat upgradation from 6.0.29 to 6.0.30

2011-01-22 Thread rujin raj
Hi, I am using tomcat 6.0.29 in my windows 2008 server. I need to upgrade to 6.0.30. How can i upgrade the latest version in my live environment without affecting any data and configuration --regards rujin

No of sessions,current thread count and thread busy Logs in tomcat

2010-11-24 Thread rujin raj
I am Monitoring the tomcat application ,no. of session ,Current thread count and current thread busy using lambda probe. Is there any way to save these these datas in local machine for future reference for specfic interval. --rujin

Re: Tomcat clustering in a server with SSL

2010-11-21 Thread rujin raj
system and configure clustering like tomcat1,2,3,4 etc in single server. How to do that ? --rujin On 21 November 2010 13:14, Mario Kleinsasser < mario.kleinsasser+tom...@gmail.com >wrote: > Hi, > > On Sun, Nov 21, 2010 at 7:02 AM, rujin raj wrote: > > > Hi, > > > >

Tomcat clustering in a server with SSL

2010-11-20 Thread rujin raj
Hi, I am having a windows 2008 ent server and tomcat 6.0.29 64 bit,JVM 1.6.0 64 bit installed and SSL is configured in my server. I need to configure tomcat clustering in same machine, because SSL certificate is installed in that machine. Give some idea to install tomcat clustering in a server

Re: Request count increases drastically in tomcat 6.0.29

2010-11-17 Thread rujin raj
t; - the thread produces the response and sends it back to the client > - then the thread becomes idle again, ready to process another request > > So, an "idle request" seems to be a contradiction in terms. > Please explain better what you mean. > > And the list stri

Re: Request count increases drastically in tomcat 6.0.29

2010-11-17 Thread rujin raj
MArk, Its request count Screen shot attached. --rujin On 17/11/2010, Mark Thomas wrote: > On 17/11/2010 06:45, rujin raj wrote: >> Hi, >> >> I am using an application in tomcat 6.0.29 and the java version is 1.6 >> 64 bit. I am facing the problem in my application w

Request count increases drastically in tomcat 6.0.29

2010-11-16 Thread rujin raj
Hi, I am using an application in tomcat 6.0.29 and the java version is 1.6 64 bit. I am facing the problem in my application when the request count is more(this i am watching through Lambda probe). Please give me some idea why this request count is keeps increasing and how to destroy the idle re

Increase the MaxPermSize in Java

2010-11-13 Thread rujin raj
Hi, Where can i see the default value of MaxPermSize in java. I am using Tomcat 5.5 and java 1.6 and the operating system is windows 2008 server. How can i increase the maxpermsize in java in windows mode rujin

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-05 Thread rujin raj
readPool" > > This is shown in the default/sample server.xml under the comment > > > > > On Nov 5, 2010, at 9:49 AM, rujin raj wrote: > > > Please how to add the executor attribute in connector > > > > Executor="enable" or "true&quo

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-05 Thread rujin raj
Please how to add the executor attribute in connector Executor="enable" or "true" Is it like this: Thanks for helping me upto this level.I am trying this from last one week. Regards rujin On 5 November 2010 18:37, Caldarale, Charles R wrote: > > From: rujin raj

How to run *.patch file in windows

2010-11-05 Thread rujin raj
Hi, Recently I downloaded one patch file from Apache bugzilla website.The extension of the file is filename.patch. How can i run the patch in windows environment Please help. Rujinraj

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-05 Thread rujin raj
? On 5 November 2010 10:39, Caldarale, Charles R wrote: > > From: rujin raj [mailto:rujin...@gmail.com] > > Subject: Re: Connector Setting Problem in tomcat 6.0.29 > > > I ad

Re: Connector Setting Problem in tomcat 6.0.29

2010-11-04 Thread rujin raj
I added the attributes in connector executer. even though it is not working Executer setting: I need to specify both miSpareThreads and maxSparethreads Please help --rujinraj On 3 November 2010 14:32, Rainer Jung wrote: > On 02.11.2010 14:20, Caldarale, Charles R wrote: > >> Fro

Connector Setting Problem in tomcat 6.0.29

2010-11-02 Thread rujin raj
I am using tomcat 6.0.29 64 bit and java 64 1.6.0 64 bit edition.I configured the http connector minSpareThreads and MaxSpareThreads. While starting the tomcat it is giving the error as follows. 2 Nov, 2010 4:55:24 PM org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache

Re: Upgradtion of tomcat and java version

2010-10-23 Thread rujin raj
Please help On 23 October 2010 11:38, André Warnier wrote: > rujin raj wrote: > >> Hi, >> >> >> >> My Company gave one assignment to upgrade the present setup. Herewith I >> explained my present setup. I am expecting your help and suggestion to >&g

Upgradtion of tomcat and java version

2010-10-22 Thread rujin raj
Hi, My Company gave one assignment to upgrade the present setup. Herewith I explained my present setup. I am expecting your help and suggestion to finish this job. I have a HP Blade server with 2 CPU (Quad Core 3.166 GHz), 32 GB RAM and Windows 2008 Enterprise Server 64 bit with SP2. At prese

Re: Java out of memory error

2010-10-20 Thread rujin raj
JAVA? If i Force Garbage collection using the Lambda probe tomcat monitor whether it will affect any user sessions or anything?? Rujinraj On 20 October 2010 15:44, Pid wrote: > On 20/10/2010 09:15, rujin raj wrote: > > Hi all, > > > > In my tomcat application server frequ

Java out of memory error

2010-10-20 Thread rujin raj
Hi all, In my tomcat application server frequently i am getting the java out of memory error. *Error:* 20 Oct, 2010 1:09:41 PM org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run SEVERE: Caught exception (java.lang.OutOfMemoryError: unable to create new native thread) executing org.apac

Java out of memory error

2010-10-14 Thread rujin raj
hi all, I have Installed tomcat 5.5.20 on my windows 2008 server with 32 GB physical memory and the Java version is jre1.6.0. Five applications are installed in it.Today i got one error and applications not working.Error as follows Tomcat log: *14 Oct, 2010 4:08:05 PM org.apache.tomcat.util.threa

jsp-examples sessions

2010-10-04 Thread rujin raj
Dear Support, I installed some applications in tomcat 5.5.When i m monitoring through the Lambda probe,I noticed that the /jsp-examples sessions are increased invariably. Please guide me in which circumstances these /jsp-examples sessions will increase and whether it will affect my server perform

Re: Maximum number of session for tomcat 6

2010-09-24 Thread rujin raj
Chris,, still i have confused to setting this parameter.Basically I m system administrator not a programmer. Please explain briefly with example... how to configure ?? On 23/09/2010, Pid wrote: > > On 22/09/2010 21:04, rujin raj wrote: > > Chris, > > > > I have i

Tomcat performance tuning

2010-09-24 Thread rujin raj
Support, I Installed tomcat 5.5.20 version in my Windows 2008 server and the java version is Java 1.6.0.b105.We are using 2 Mbps Bandwidth Leased line.In tomcat we hosted around 5(five) application.When the no of seesion increases more than 1600 session the total application is slow and not able

Re: Maximum number of session for tomcat 6

2010-09-22 Thread rujin raj
ndows 2003 server tomcat 6 and java jre 1.6 is installed. --rujin On 22 September 2010 00:26, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Rujin, > > On 9/21/2010 2:24 PM, rujin raj wrote: > > Dear

Maximum number of session for tomcat 6

2010-09-21 Thread rujin raj
-- Forwarded message -- From: rujin raj Date: 21 September 2010 23:42 Subject: Maximum number of session for tomcat 6 To: users@tomcat.apache.org Dear support, I am newbie for tomcat.In our office i installed tomcat 6.Please let us know what is the maximum number of session

Tomcat url redirection

2010-09-21 Thread rujin raj
*Support team, * * * * I'm working with an application that uses apache tomcat 6 to serve the website. I've installed the application and tomcat on a Windows 2003 server and everything is working fine.For instance I want http://events.mydomain.xxx/ to go to http://events.mydomain.xxx/myapp.Moreover

Re: How to get java process id of a user running tomcat

2009-12-01 Thread raj kumar
> If you found direct API in Java, please inform. > > Thanks & Regards > Anirban Talukdar > > On Wed, Dec 2, 2009 at 12:00 PM, raj kumar > wrote: > > > Hi friends, > > > > When i ran tomcat and shut it down my java process is not closing along >

How to get java process id of a user running tomcat

2009-12-01 Thread raj kumar
Hi friends, When i ran tomcat and shut it down my java process is not closing along with shutdown.i need to kill it explicitly. So I would like to know how to identify the java process of the logged in user who started the server. so that i can kill the process id from the shutdown.sh script itse

Re: Tomcat shudown does not kill java process

2009-11-17 Thread raj kumar
.run(Reference.java:115) - locked <0xd8d455f8> (a java.lang.ref.Reference$Lock) "VM Thread" prio=5 tid=0x000ea998 nid=0x4 runnable "VM Periodic Task Thread" prio=10 tid=0x000f32e0 nid=0xa waiting on condition "Suspend Checker Thread" prio=10 tid=0x000ef018

Re: Tomcat shudown does not kill java process

2009-11-17 Thread raj kumar
After shutting down the tomcat server, java process remains running till i explicitly kill it. By the way how to take thread dump. Please help me with the command Thanks, Raj On Tue, Nov 17, 2009 at 3:57 PM, Pid wrote: > On 17/11/2009 10:01, raj kumar wrote: > >> Hi friends

Tomcat shudown does not kill java process

2009-11-17 Thread raj kumar
Hi friends, I am currently using Tomcat( jakarta-tomcat-5.0.28). When i shutdown the tomcat server from my unix platform using ./shutdown.sh the java process is not getting closed.I need to close the process explicitly. Please help me in this regard. Thanks, Phani.

Re: java.lang.UnsupportedClassVersionError

2009-09-17 Thread Phani Raj Kumar
Thanks peter, Actually JDK was pointing to 1.4 so was not working. After it is changed to 1.6 it is now working fine. On Thu, Sep 17, 2009 at 12:35 PM, Peter Crowther < peter.crowt...@melandra.com> wrote: > 2009/9/17 Phani Raj Kumar > > > Excepti

java.lang.UnsupportedClassVersionError

2009-09-16 Thread Phani Raj Kumar
Hi Friends, I tried to upgrade my tomcat server from 5.x to 6.x, when i started the server am getting the following error. Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/catalina/startup/Bootstrap (Unsupported major.minor version 49.0) My tomcat version: apache-to

ThreadPool logFull issue

2009-09-16 Thread Phani Raj Kumar
Hi Friends, I have found an exception( org.apache.tomcat.util.threads.ThreadPool logFull SEVERE: All threads (150) are currently busy, waiting. Increase maxThreads (150) ) in my Tomcat server in last weekend. Ideall no body was using the application that time and this error came up. Could you p

Re: 100% CPU by java process in Tomcat

2009-08-20 Thread Phani Raj Kumar
ending on OS and JDK > version), what's running? > > - Peter > > 2009/8/20 Phani Raj Kumar > > > Hi friends, > > > > When i tried to run tomcat server with a web application in it, it is > > taking > > 100% cpu on application initialization. It

Processes are not showing in the JConsole

2009-05-20 Thread Anamika raj
the process which i want to monitor on JConsole not showing in the JConsole window.Can anybody help me why they are not showing.However I enabled JMX on my process.What would be the possible cause of not showing the process.My process is running it is showing in the task manager also.when I m tryi

Re: how to enable management agent on a process

2009-05-10 Thread Anamika raj
: com.sun.management.jmxremote I am not getting how to do it. please help me thanx awarnier wrote: > > Anamika raj wrote: >> i am configuring a server to monitor it with jconsole locally.when i m >> starting the jconsole PID is showing for that server in the jconsole(for &

how to enable management agent on a process

2009-05-10 Thread Anamika raj
i am configuring a server to monitor it with jconsole locally.when i m starting the jconsole PID is showing for that server in the jconsole(for local monitoring) but it is giving me message that "management agent is not enables on that process. how to enable the management agent for that process

Re: how to setup jconsole to monitor tomcat locally

2009-05-08 Thread Anamika raj
thanx Mark Thomas-18 wrote: > > Anamika raj wrote: >> I searched a lot for the setting of the jconsole to monitor tomcat >> locally..i got every where it is saying to set or edit >> CATALINA_OPTS="-Dcom.sun.management.jmxremote \ >> -Dcom.sun.management.

Re: how to setup jconsole to monitor tomcat locally

2009-05-08 Thread Anamika raj
I am working on windows vista and using Tomcat 5.0.28.0 and JDK 1.6 so please tell me the steps for windows. thanx Mark Thomas-18 wrote: > > Anamika raj wrote: >> I searched a lot for the setting of the jconsole to monitor tomcat >> locally..i got every where it is say

how to setup jconsole to monitor tomcat locally

2009-05-08 Thread Anamika raj
I searched a lot for the setting of the jconsole to monitor tomcat locally..i got every where it is saying to set or edit CATALINA_OPTS="-Dcom.sun.management.jmxremote \ -Dcom.sun.management.jmxremote.port=9004 \ -Dcom.sun.management.jmxremote.ssl=false \ -Dcom.sun.management.jmxremote.authent

Connection Leak in java - Tomcat 6.0.18

2008-11-11 Thread Arun Raj Ramkumar
Hi friends, Please let me know is there a way to find out connection leak in my java code , when its deployed in tomcat. Am using tomcat 6.0.18 Regards, Arun.

Oracle 11g

2008-10-21 Thread Raj Shivanna
Hi, could you give more detail information about these : 1. What is Tomcat version that can support Oracle 11G ? 2. How do I connect to Oracle 11G ? Do I need to get the driver from oracle first ? because I think there is no Oracle 11G driver specified in Tomcat. 3. Based on your experience, do y

RE: Apache 2.0 Authentication LDAP

2008-09-22 Thread Arun Raj Ramkumar
Thanks a lot Andre.. Will get back to you.. After verifying the docs -Original Message- From: André Warnier [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2008 5:55 PM To: Tomcat Users List Subject: Re: Apache 2.0 Authentication LDAP André Warnier wrote: >

RE: Apache 2.0 Authentication LDAP

2008-09-22 Thread Arun Raj Ramkumar
: Apache 2.0 Authentication LDAP Arun Raj Ramkumar wrote: > Hi Friends, > > I have recently migrated my webapp from tomcat 4.x to 6.0 . Please let > me know how to set up Apache 2.0 for authentication(using LDAP) by > connecting it with tomcat 6.0 . Please let me know the steps to

Apache 2.0 Authentication LDAP

2008-09-22 Thread Arun Raj Ramkumar
Hi Friends, I have recently migrated my webapp from tomcat 4.x to 6.0 . Please let me know how to set up Apache 2.0 for authentication(using LDAP) by connecting it with tomcat 6.0 . Please let me know the steps to be followed like changes in httpd.conf . I am using Linux server. Is there any se

Migration from Tomcat 4.x to 5.5

2008-09-17 Thread Arun Raj Ramkumar
Hi all, I need to migrate my web application from tomcat 4.1.29 to tomcat 5.5. I have installed tomcat 5.5 with JDK 1.6 and deployed my web application, its working fine. Tell me what are all the changes need to be done to connect apache 2.0 to tomcat 5.5. Earlier apache 2.0 server was connecte

Memory Consumption - Using Process Commands from Java program in Tomcat

2008-07-01 Thread Arun Raj Ramkumar
Hi all, Can you tell me the impact of using following commands in a java program in tomcat? Will they take more memory? Will they take time to release memory? Is there any other way we can call? to find best way print statments on the child perl will affect the parent tomcat? Will the followin

Memory Consumption - Using Process Commands from Java program in Tomcat

2008-06-26 Thread Arun Raj Ramkumar
Hi all, Can you tell me the impact of using following commands in a java program in tomcat? Will they take more memory? Will they take time to release memory? Is there any other way we can call? to find best way print statments on the child perl will affect the parent tomcat? Invoking perl pro

Regarding tomcat installation

2008-06-22 Thread Arun Raj Ramkumar
Hi , I want to install tomcat 5.5 in my home PC. Which distribution should i download from apache website , as there are many versions available. I downloade windows installer service , but am not able to start , stop the server as there is no batch file available in that version. It meant i have

httpRequest TimeOut

2008-06-16 Thread Raj
any way to stop my httpServlet to stop processing the request if it takes more than 1 min and reply TIMEOUT. Regards Raj

Cannot use applicationScope

2007-04-26 Thread Raj Sidh
ng or I am not looking in right reference places. Please help. Thanks in advance. Regards Raj __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

RE: mod_jk replacement?

2007-02-26 Thread Raj Mettai
apache has html pages, so I want to forward only jsp requests to tomcat thanks Raj Please Note: Due to Florida's very broad public records law, most written communications to or from College employees regarding College business are public records, available to the public and media

Re: tomcat 5.5.16 cache problem

2007-01-31 Thread Raj Mettai
mcat 4 for quite some time, just recently upgraded to 5.5.16, never had this issue on tomcat 4. thanks Raj Please Note: Due to Florida's very broad public records law, most written communications to or from College employees regarding College business are public records, available to the p

tomcat 5.5.16 cache problem

2007-01-31 Thread Raj Mettai
it. I am using invoker servlet to access the servlets. tomcat is hooked to apache using mod_jk. wondering if anybody else had this issue and any thoughts on solving this. thanks Raj Please Note: Due to Florida's very broad public records law, most written communications to or fr