RE: linux / tomcat

2007-04-18 Thread Biernesser, Beth
Catalina.sh has those environment variables. -Original Message- From: Faillot [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 10:07 AM To: users@tomcat.apache.org Subject: linux / tomcat Hi, I have a Java servlet running with Tomcat 5.5 under Linux Debian. I need to indicate

Can't assign requested address error

2006-08-16 Thread Biernesser, Beth
I'm running tomcat 5.0.25 on RHES 3.0 and when starting tomcat, I get the following error: Aug 16, 2006 5:00:52 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 15152 ms StandardServer.await: create[8005]: java.net.BindException: Cannot assign requested address java.net.Bind

RE: apache not talking to tomcat w/ mod_jk

2006-07-26 Thread Biernesser, Beth
Do you have the application referenced in your mod_jk.conf file? -Original Message- From: Ian Caswell [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 26, 2006 3:04 PM To: users@tomcat.apache.org Subject: apache not talking to tomcat w/ mod_jk I'm an OS guy, so applications are new to me

RE: Typical memory usage of a empty vanilla tomcat 5.5 - no webapps.

2006-04-19 Thread Biernesser, Beth
Does anyone know how to get the time logged in the apache access reports for a request to be handled? In version apache 2.0.46 and higher, it is a %T switch ... Does anyone know how to configure this logging for a lower version of apache? -Original Message- From: Filip Hanik - Dev Lists

RE: Tomcat taking too long to cycle through and come back up

2006-03-15 Thread Biernesser, Beth
If anyone has ideas or suggestions, it would be so appreciated! Thanks. -Original Message----- From: Biernesser, Beth Sent: Tuesday, March 14, 2006 7:33 AM To: 'Tomcat Users List' Subject: Tomcat taking too long to cycle through and come back up Does anyone have any idea why

Tomcat taking too long to cycle through and come back up

2006-03-14 Thread Biernesser, Beth
Does anyone have any idea why tomcat would take 13 minutes to cycle through and come back up? The process gets stuck on this line: INFO: Processing Context configuration file URL file:/usr/local/tomcat-5.0.25/conf/Catalina/localhost/appname.xml I really didn't think the process was going to come

RE: Tomcat Administration Package installation

2006-02-27 Thread Biernesser, Beth
I have the same question ... And would appreciate any information on the installation instructions. I am working on a Linux server. Thanks so much. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, February 24, 2006 6:02 PM To: users@tomcat.apache.org S

RE: Multiple services in single Tomcat instance

2006-02-21 Thread Biernesser, Beth
I am also interested in this issue ... I am setting up the same situation. If anyone has information, could they also include me in the reply? Thanks so much! -Original Message- From: Antti Ollilainen [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 21, 2006 10:24 AM To: users@tomcat.

RE: Tomcat out of memory

2006-02-10 Thread Biernesser, Beth
Add this line to your catalina.sh file under environment variables: export JAVA_OPTS=-Xmx512m However, you should not expand the memory to more than half of the memory available on your server. If you don't have a GB of memory, modify the "512" to an appropriate level relative to your memory

RE: Application specific tomcat recycle?

2006-02-07 Thread Biernesser, Beth
operations. Read this for complete details: http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html Tim -Original Message----- From: Biernesser, Beth [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 07, 2006 2:51 PM To: Tomcat Users List Subject: RE: Application specific tomcat recycle?

RE: Application specific tomcat recycle?

2006-02-07 Thread Biernesser, Beth
x27;Tomcat Users List' Subject: RE: Application specific tomcat recycle? Depending on what you mean by "recycle", it is likely that "stop" followed by "start" or "reload" of the /manager/html application will do what you want. Tim -Original Message

Application specific tomcat recycle?

2006-02-07 Thread Biernesser, Beth
I am using tomcat 5.5.12 with java 1.4 on Linux 4.0. I believe it is possible to recycle tomcat for a specific application on this server without affecting the tomcat process on the other applications ... We have three applications sitting on the one physical server. Is it possible to configure t