Re: Tomcat on AIX 5.3

2010-04-14 Thread Harry Metske
Janos, there are no clues that the delays are caused by tomcat, so maybe you should look in general at other causes of delays. There are a multiple components in the chain that can cause delays, networking, IO, CPU. You did not mention how much CPU you have at your disposal on your P6 machine, may

Re: Tomcat on AIX 5.3

2010-04-14 Thread János Löbb
Filip, What tool - java based or aix based -, can I use to see where does the time go ? /I am not a Java programmer/ I do not think it is the webapp, or tomcat, because the same configuration is fast on OSX server. DNS is working fine. Thanks ahead, János On Apr 14, 2010, at 11:28 AM, F

Re: Tomcat on AIX 5.3

2010-04-14 Thread Filip Hanik - Dev Lists
you'd have to figure out what takes the time. Could be anything, including a DNS timeout Filip On 04/14/2010 08:34 AM, János Löbb wrote: Hi, I installed Tomcat 6.0.26 in an IBM P6 LPAR . The java version is "1.5.0" that is equivalent to Java 5. The LPAR has 12G memory and there are two da

Re: Where do CATALINA_OPTS get defined?

2010-04-14 Thread Pid
On 14/04/2010 15:53, laredotornado wrote: > > Yes, what is the best place to set it. > > I have created a script under /Library/LaunchDaemons/. If it's calling a shell script, how about an appropriate place in the shell script? It doesn't need to be present in the system environment. p > T

Re: Where do CATALINA_OPTS get defined?

2010-04-14 Thread laredotornado
Yes, what is the best place to set it. I have created a script under /Library/LaunchDaemons/. Thanks, - Dave Pid * wrote: > > On 14/04/2010 15:20, laredotornado wrote: >> >> Hi, >> >> I'm using Tomcat 6.0.26 on a Mac 10.6.3. Where is the best place to >> store >> the CATALINA_OPTS envir

Re: Where do CATALINA_OPTS get defined?

2010-04-14 Thread Pid
On 14/04/2010 15:20, laredotornado wrote: > > Hi, > > I'm using Tomcat 6.0.26 on a Mac 10.6.3. Where is the best place to store > the CATALINA_OPTS environment variable? I'm running Tomcat as a daemon on > my system. > > Thanks, - Dave Do you mean where is the best place to set it? Which met

Re: Q: how to obtain notification when a WebApp is unloaded/reloaded?

2010-04-14 Thread Pid
On 14/04/2010 15:31, David kerber wrote: > On 4/14/2010 10:20 AM, Godmar Back wrote: >> On Wed, Apr 14, 2010 at 10:12 AM, Pid wrote: >> For instance, if you look at >>> http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/ServletContextListener.html >>> it says:

Tomcat on AIX 5.3

2010-04-14 Thread János Löbb
Hi, I installed Tomcat 6.0.26 in an IBM P6 LPAR . The java version is "1.5.0" that is equivalent to Java 5. The LPAR has 12G memory and there are two databases on it, a Sybase and a MySql. Sybase takes 3 G and mysql takes 3 G, so there is still plenty for Tomcat. The idea to put Tomcat

Re: Q: how to obtain notification when a WebApp is unloaded/reloaded?

2010-04-14 Thread David kerber
On 4/14/2010 10:20 AM, Godmar Back wrote: On Wed, Apr 14, 2010 at 10:12 AM, Pid wrote: For instance, if you look at http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/ServletContextListener.html it says: "To recieve (sic) notification events, the implementation class must be co

Re: Q: how to obtain notification when a WebApp is unloaded/reloaded?

2010-04-14 Thread Godmar Back
On Wed, Apr 14, 2010 at 10:12 AM, Pid wrote: > > For instance, if you look at > > > http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/ServletContextListener.html > > it says: > > > > "To recieve (sic) notification events, the implementation class must be > > configured in the deploym

Where do CATALINA_OPTS get defined?

2010-04-14 Thread laredotornado
Hi, I'm using Tomcat 6.0.26 on a Mac 10.6.3. Where is the best place to store the CATALINA_OPTS environment variable? I'm running Tomcat as a daemon on my system. Thanks, - Dave -- View this message in context: http://old.nabble.com/Where-do-CATALINA_OPTS-get-defined--tp28243278p28243278.htm

Re: Tomcat 6.0 clustering problem with replication mode.

2010-04-14 Thread Filip Hanik - Dev Lists
The first error >java.util.ConcurrentModificationException happens cause the membership changed in between. The error logs, but the system is not interrupted. The second error >java.net.SocketTimeoutException: Read timed out This means the node failed to respond. This means you got a problem.

Re: Q: how to obtain notification when a WebApp is unloaded/reloaded?

2010-04-14 Thread Godmar Back
On Wed, Apr 14, 2010 at 3:17 AM, Pid wrote: > > > In my web application, I'm using the 'reloadable='true'' attribute to >> Context to reload the application automatically when a .class or jar files >> changes. To avoid a quickly accumulating memory leak, I need to shut down >> a >> service threa

Re: need help in setting up virtual url for tomcat 5 URGENT

2010-04-14 Thread Pid
On 14/04/2010 12:10, Vivek Kanchan wrote: > This is urgent please , i am new to tomcat. :( People volunteer their support here for free. If you need urgent support you may have to look for a professional. In the meantime, start reading here: http://tomcat.apache.org/tomcat-6.0-doc/index.ht

RE: need help in setting up virtual url for tomcat 5 URGENT

2010-04-14 Thread Vivek Kanchan
This is urgent please , i am new to tomcat. :( Thanks, Vivyek kanchan -Original Message- From: Vivek Kanchan Sent: Wednesday, April 14, 2010 4:32 PM To: users@tomcat.apache.org Subject: need help in setting up virtual url for tomcat 5 HI, > > > > I have setup tomcat 5 for a custom

need help in setting up virtual url for tomcat 5

2010-04-14 Thread Vivek Kanchan
HI, > > > > I have setup tomcat 5 for a customer, now i need to use virtual url and > por= > > t > > t other than 8080 , please let me know how to do it , what files to > change = > > for these. Thanks, Vivyek kanchan - To unsu

Tomcat 6.0 clustering problem with replication mode.

2010-04-14 Thread Pardeep Ruhil
Hi, We are running our application in load balanced mode in Tomcat 6.0 with session replication. When we are starting the servers in load balanced mode, then in the console we are getting the following error : 2010-04-14 11:47:51,078 (main) [ VfsLog.java:122:INFO ] Using "C:\DOC

Re: Q: how to obtain notification when a WebApp is unloaded/reloaded?

2010-04-14 Thread Pid
On 14/04/2010 05:22, Godmar Back wrote: Hi, I have a simple question I was unable to find an answer to even after 2 hours of reading documentation, APIs, and (partly) Tomcat source code. What about the Servlet Spec? v2.3 - 2.5 are actually surprisingly readable for a spec, sadly the same isn