JVM heap memory

2004-08-24 Thread Jignesh Patel
Hi All, We have set/export JAVA_OPTS option in catalina.sh and strtup.sh to increase JVM heap memory, but it is not reflecting on windows and linux system. What needs to be done to make it effective. -Jignesh - To

RE: JVM heap memory

2004-08-24 Thread Jignesh Patel
. -Original Message- From: Jignesh Patel [mailto:[EMAIL PROTECTED] Sent: 24 August 2004 17:48 To: [EMAIL PROTECTED] Subject: JVM heap memory Hi All, We have set/export JAVA_OPTS option in catalina.sh and strtup.sh to increase JVM heap memory, but it is not reflecting on windows

RE: JVM heap memory

2004-08-24 Thread Jignesh Patel
. What do you mean by it won't allow me to set properly? -Original Message- From: Jignesh Patel [mailto:[EMAIL PROTECTED] Sent: 24 August 2004 23:04 To: Tomcat Users List Subject: RE: JVM heap memory We are not using tomcat as a service. We tried both set JAVA_OPTS

application deploys twice

2004-08-20 Thread Jignesh Patel
Hi All, We are using tomcat5.0.19 and struts1.1. Whenever we deploys our application it deploys twice. We couldn't able to identify the reason, why this is happening. Can anybody give insight to us. We are not deploying war file as well as we are not deploying in server we are setting context

Re: Connection and Tomcat server

2004-08-16 Thread Jignesh Patel
I can say, this is purely a connection closing problem. That's the reason when you restart the tomcat it works fine till the time all the connection in the connection pool utilize and then after it hangs. Are u closing your connection in finally block? -Jignesh On Mon, 2004-08-16 at 02:14,

Re: REG: session

2004-08-13 Thread Jignesh Patel
Very simple, User session listener, and put your database access code in sessionDestroy method(). -Jignesh On Sun, 2004-06-13 at 06:52, Venu wrote: Hello EveryOne, I have stucked at a point well i am using mysql as database where i am buidling a web application. For locking the

RE: stopping all the java threads when tomcat stops

2004-08-12 Thread Jignesh Patel
shows Scheduler#shutdown which should do what you want. Yoav Shapira Millennium Research Informatics -Original Message- From: Jignesh Patel [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 6:58 PM To: Tomcat Users List Subject: stopping all the java threads when

stopping all the java threads when tomcat stops

2004-08-11 Thread Jignesh Patel
Hi All, As on previous topic we discussed for developing listener to stop the application. Now our confusion is we are using quartz application with tomcat, so when we stop the tomcat it never stops. We want to develop a listener which listens on stopping the server and in turn stops all the

Re: [OFF TOPIC] J2EE/Tomcat Build Process

2004-08-09 Thread Jignesh Patel
I don't understand if all the developers is not having TC installed, how they will check the code is logically working before integrating with main code. In my 6 years experience I haven't thought of the situation that more then one developer is depending on only one server. -Jignesh On Mon,

Re: database information

2004-08-09 Thread Jignesh Patel
Thanks QM for response. Can I get any reading stuff on this topic. Please provide me the url which talks about it. -Jignesh On Thu, 2004-08-05 at 09:20, QM wrote: On Thu, Aug 05, 2004 at 11:54:58AM -0400, Jignesh Patel wrote: : I want to inform my tomcat server that the database server

Re: database information

2004-08-09 Thread Jignesh Patel
wrote: On Mon, Aug 09, 2004 at 06:56:44PM -0400, Jignesh Patel wrote: : Thanks QM for response. Not a problem. : Can I get any reading stuff on this topic. : Please provide me the url which talks about it. I'm not sure I understand. I thought you'd answer my questions (e-mail included

database information

2004-08-05 Thread Jignesh Patel
Hi, I want to inform my tomcat server that the database server is shutting down or restarting. Can JDBC Realm will do the job? -Jignesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

JMS with tocmat

2004-08-05 Thread Jignesh Patel
Is JMS supported by tomcat 5.0.19? -Jignesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomact 5 - Out of Memory

2004-08-04 Thread Jignesh Patel
You cannot set it if you r not even willing to read any documentation after getting so much hint. On Wed, 2004-08-04 at 01:58, [EMAIL PROTECTED] wrote: Sorry, where and how should I set the JDK heap size - Original Message - From: Pradeep Chauhan [EMAIL PROTECTED] To: Tomcat Users

RE: Tomact 5 - Out of Memory

2004-08-04 Thread Jignesh Patel
Also check all your objects are setting null after client leaves. Because java debugger is not working as per the expectation. -Jignesh On Wed, 2004-08-04 at 01:31, Paul Wallace wrote: Also ensure session expiry is firstly happening, and being handled (the later being optional!)

quartz scheduler

2004-08-02 Thread Jignesh Patel
Hi, We are using quartz scheduler 1.4 and we found that it executes excute() method twice. We found that this is a bug in quartz itself can anybody give us information for the patch to fix this bug. -Jignesh - To

Re: quartz scheduler

2004-08-02 Thread Jignesh Patel
On Mon, 2004-08-02 at 18:50, Jignesh Patel wrote: Also after adding the tomcat when we stop the tomcat and recompile the code with Eclipse it says hot code replacement is not in sync. When we are stopping the tomcat why the error occurs. -Jignesh On Mon, 2004-08-02 at 18:42, Jignesh Patel

RE: concurrency management

2004-08-02 Thread Jignesh Patel
- From: Jignesh Patel [mailto:[EMAIL PROTECTED] Sent: Saturday, July 31, 2004 1:09 PM To: [EMAIL PROTECTED] Subject: Re: concurrency management On Sat, 2004-07-31 at 11:47, Jignesh Patel wrote: Hi V. Here is my question again. -Jignesh On Fri, 2004-07-30 at 13:00, Vic Cekvenich

Re: concurrency management

2004-07-31 Thread Jignesh Patel
On Sat, 2004-07-31 at 11:47, Jignesh Patel wrote: Hi V. Here is my question again. -Jignesh On Fri, 2004-07-30 at 13:00, Vic Cekvenich wrote: The connection pools and data sources are more of a container question, since you are using Tomcat ask on Tomcat list, and I will follow up

Re: Problem with proper shutdown of tomcat

2004-07-30 Thread Jignesh Patel
As previously mentioned user killall -9 java command On Wed, 2004-07-28 at 03:59, dejw wrote: Hi, I have tomcat 4.1.30 installed on linux red hat 9 with java version 1.4.1_03. Sometimes when I shutdown tomcat by using shutdown script it remains java process in memory which I have to kill

RE: detecting the shutdown of tomcat in a servlet

2004-07-30 Thread Jignesh Patel
Hi Yoav, According to your suggestion it is advisable not to use ServletContextListener if we are using load on startup feature. And we just need to create a separate servlet for destroying daemon threads. Please provide us your valuable thoughts. -Jignesh On Wed, 2004-07-28 at 08:57,

RE: Problem with proper shutdown of tomcat

2004-07-28 Thread Jignesh Patel
Yes there is a problem with shutdown. In linux you can use command killall -9 java to stop deamon java thread. -Jignesh On Wed, 2004-07-28 at 08:59, Shapira, Yoav wrote: Hi, Amen! The responses on the list so far have made my day! ;) Yoav Shapira Millennium Research Informatics

max connection pool,max threads

2004-07-27 Thread Jignesh Patel
Hi, I have a specific questions: How much maximum database connection pool bared by tomcat5.0.19? How much maximum thread can be bear by tomcat5.0.19? -Jignesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional