Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04

2005-09-20 Thread NoKideen
Hi all, I'm new in this mailling list I'm currently end up ways to solve problem out of memory in tomcat this is startup script in my Linux Fedora Core 2 CATALINA_OPTS= -Djava.awt.headless=true -server -Xss128k -Xincgc -Xms256m -Xmx256m CPU is on 1Giga Memory and the problem out of memory,

RE: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04

2005-09-20 Thread Allistair Crossley
onto, dispose references correctly Hard restart Tomcat when OOME occur. Allistair. -Original Message- From: NoKideen [mailto:[EMAIL PROTECTED] Sent: 20 September 2005 14:55 To: tomcat-user@jakarta.apache.org Subject: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04 Hi all, I'm

RE: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04

2005-09-20 Thread Phillip Qin
I would recommend you upgrade to 5.5.9 if you use struts. -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: September 20, 2005 9:56 AM To: Tomcat Users List Subject: RE: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04 You'll almost likely find

RE: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04

2005-09-20 Thread Caldarale, Charles R
From: Allistair Crossley [mailto:[EMAIL PROTECTED] Subject: RE: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04 3 things to do; Get a profiler to see where you may be losing memory. Ensure no resource/references are held onto, dispose references correctly Hard restart Tomcat when

Re: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04

2005-09-20 Thread NoKideen
On Tuesday 20 September 2005 20:56, Allistair Crossley wrote: You'll almost likely find that the reload via Ant does not free up all resources and so each time you perform a reload you'll be leaking some memory resulting in OOME after a week. 3 things to do; Get a profiler to see where you

RE: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04

2005-09-20 Thread Allistair Crossley
] Sent: 20 September 2005 15:08 To: Tomcat Users List Subject: RE: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04 From: Allistair Crossley [mailto:[EMAIL PROTECTED] Subject: RE: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04 3 things to do; Get a profiler to see where

RE: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04

2005-09-20 Thread Peter Crowther
From: NoKideen [mailto:[EMAIL PROTECTED] usually I use String to collect output first and out.print() those String example : String a=; a+=Test 1; a+=Test 2; // very long , and almost 1 page out.println(a); can this cause out of memory problem ? It won't help much - you'll

Re: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04

2005-09-20 Thread Mark
2 notes. When using Java 1.5, StringBuilder class is supposed to be better according to documentation. Also, what has worked for me, is that if any of the strings can be generated ahead of time, do so in a static block and convert the strings to byte[]. This not only eliminates redundant

RE: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04

2005-09-20 Thread Sonja Löhr
-user@jakarta.apache.org Subject: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04 Hi all, I'm new in this mailling list I'm currently end up ways to solve problem out of memory in tomcat this is startup script in my Linux Fedora Core 2 CATALINA_OPTS= -Djava.awt.headless

Re: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04

2005-09-20 Thread NoKideen
On Tuesday 20 September 2005 21:11, Sonja Löhr wrote: I know this problem very well, since I worked on a very memory-consuming app where I coulnd't even reload twice. It has nothing to do with ant, and i think I also had such a case with tomcat 5.5 (now working on normal webapps ;-) what

Re: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04

2005-09-20 Thread Sonja Löhr
Unfortunately, I can't give you an answer - it my well be that my code IS somehow suboptimal, but if the application runs, all is well, it is just that reload (I'm not sure about start and stop now) over the manager app. To be honest, I always waited for the next tomcat release to magically make

tomcat 5.0.19 randomly stops taking http requests

2005-08-15 Thread Tim Lam
Tomcat 5.0.19 is actually still running, but stops taking http requests randomly. It will run just fine for one or two weeks, then in the middles of the night, or over the weekend when no one is using tomcat at all, it stops taking requests (I know when it happens because I have

Re: tomcat 5.0.19 randomly stops taking http requests

2005-08-15 Thread Josh Wilson
I am seeing some thing very similar with tomcat 5.0.25. I have 2 connectors configured and one will mysterious stop handling requests in the same way you mentioned below. Any help would be greatly appreciated. On 8/15/05, Tim Lam [EMAIL PROTECTED] wrote: Tomcat 5.0.19 is actually still

tomcat 5.0.19 randomly stops taking http requests

2005-08-08 Thread Tim Lam
Tomcat 5.0.19 is actually still running, but stops taking http requests randomly. It will run just fine for one or two weeks, then in the middles of the night, or over the weekend when no one is using tomcat at all, it stops taking requests (I know when it happens because I have

Tomcat 5.0.19 + parsing XML

2005-07-22 Thread Francesco Pellegrini
Hi all, I have anenvironment withTomcat 5.0.19 (jre 1.4.2) whit SQL Server database. I should create a new one web application, that call a remote host (by socket on TCP/IP) and read/write stream XML. I have already more web application runs on Tomcat Servlet container, I would know

Starting Tomcat 5.0.19 without the console

2005-07-14 Thread Mitchell Teixeira
with the FileLogger settings but not having any success. I've set SwallowOutput to false in hopes of seeing console messages appear in a log file someplace as well. I'm using Tomcat 5.0.19 on Windows 2000 with JDK 1.4.2. I need to start Tomcat from a .bat file since I have extensive extra class files

parseCookies error situation: Tomcat 5.0.19 Win32

2005-07-11 Thread Mitchell Teixeira
Hello Tomcat Users List - first my apologies in case this situation is already documented. Extensive searches turned up little useful information about this situation. I am using Tomcat 5.0.19 on Windows2000. I've found this Tomcat to be very stable. Today I found my Tomcat server unresponsive

Tomcat 5.0.19 restarted without explicit shutdown and startup

2005-04-11 Thread Richard Wang
Hello, We are running Tomcat (version 5.0.19) with Apache (version: 2.0.50) redirection on Windows 2000 (with latest fixes and patches). Last week, we observed that Tomcat unloaded and then reloaded our main application context without any obvious reasons. We have already searched

Re: Tomcat 5.0.19 restarted without explicit shutdown and startup

2005-04-11 Thread Mark Thomas
Have a look at http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html#Automatic%20Application%20Deployment It describes all the circumstances where a 5.0.x Tomcat will do a redploy. Mark Richard Wang wrote: Hello, We are running Tomcat (version 5.0.19) with Apache (version:

mod_jk2 + Apache 2.0.49 + Tomcat 5.0.19

2005-01-27 Thread Arantza Lozano
Hi, I´m configuring mod_jk2 with Apache 2.0.49 and Tomcat 5.0.19 I've read a lot of documentation but I still have doubts about which configuration is better. This one: Location /application/* JkUriSet group ajp13:localhost:8009 /Location or this one

RE: mod_jk2 + Apache 2.0.49 + Tomcat 5.0.19

2005-01-27 Thread Cox, Charlie
Message- From: Arantza Lozano [mailto:[EMAIL PROTECTED] Sent: Thursday, January 27, 2005 6:48 AM To: tomcat-user@jakarta.apache.org Subject: mod_jk2 + Apache 2.0.49 + Tomcat 5.0.19 Hi, I´m configuring mod_jk2 with Apache 2.0.49 and Tomcat 5.0.19 I've read a lot of documentation but I

RE: Query with 404 error processing -- Tomcat 5.0.19

2004-12-15 Thread Jon Doe
Enable (comment in) the AccessLogValve in your server.xml. That way you will be able to see exactly what requested URLs result in 404s. The file is enabled and nope -- I'm not seeing any 404 errors. Yoav Shapira http://www.yoavshapira.com What confuses me is why I get a ClassCastException? This

RE: Query with 404 error processing -- Tomcat 5.0.19

2004-12-13 Thread Shapira, Yoav
-- Tomcat 5.0.19 Can someone please explain why I get the default Tomcat 404 error when a pages does not exist? I have a set of URLs that end with *.ext. These are all routed to a servlet called Router, and these all work fine. This servlet has catch-all at the end that displays an error message when

RE: Query with 404 error processing -- Tomcat 5.0.19

2004-12-13 Thread Jon Doe
Hi, Because this processing servlet of yours itself had an error. A JSP file by default is processed by Tomcat's JSP servlet, not your Router servlet. Accordingly, it's not subject to your custom error handling mechanism. A more standard way to do this is declare an error-page for 404's in your

RE: Query with 404 error processing -- Tomcat 5.0.19

2004-12-13 Thread Shapira, Yoav
Hi, Sorry, not sure I understand this. Is this not what I've done with this?: error-pageerror-code404/error-code location/404.html/location /error-page Yeah, that is what you've done. I didn't read your original web.xml carefully enough it seems ;) My

Query with 404 error processing -- Tomcat 5.0.19

2004-12-12 Thread Jon Doe
an unknown *.ext is processed. That all works fine. However, when an unknown *.jsp file is processed I get the default Tomcat error: HTTP Status 404 - /unknown.jsp type Status report message /unknown.jsp description The requested resource (/unknown.jsp) is not available. Apache Tomcat/5.0.19

Re: secure jsp using web.xml in tomcat 5.0.19

2004-11-18 Thread birendar . waldiya
PROTECTED] 11/18/2004 03:36 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject secure jsp using web.xml in tomcat 5.0.19 Hi I want to secure all my jsp in my web application, I added following security constraint in my web.xml file, but some how seems

Re: secure jsp using web.xml in tomcat 5.0.19

2004-11-18 Thread Ashish Kulkarni
Hi I am using struts framework and want to make sure that sure access jsp only from action classes and not directly Ashish --- Larry Meadors [EMAIL PROTECTED] wrote: You told tomcat to only allow post and get access to your jsp files. Uhh, that is about all you can possibly allow. What

secure jsp using web.xml in tomcat 5.0.19

2004-11-17 Thread Ashish Kulkarni
Hi I want to secure all my jsp in my web application, I added following security constraint in my web.xml file, but some how seems it does not work security-constraint web-resource-collection web-resource-nameBlock Access to jsp files/web-resource-name descriptionThis is to block access to all

Re: secure jsp using web.xml in tomcat 5.0.19

2004-11-17 Thread Larry Meadors
You told tomcat to only allow post and get access to your jsp files. Uhh, that is about all you can possibly allow. What are you trying to do? [EMAIL PROTECTED] 11/17/2004 3:06:18 PM Hi I want to secure all my jsp in my web application, I added following security constraint in my web.xml

update Tomcat 5.0.19 to 5.0.29

2004-11-10 Thread Francesco Pellegrini
Hi all, I run my web application with TOMCAT 5.0.19, I would update this version with the latest 5.0.29, Is this updating recommended? Thanks in advance Francesco. - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: update Tomcat 5.0.19 to 5.0.29

2004-11-10 Thread Shapira, Yoav
PROTECTED] Sent: Wednesday, November 10, 2004 10:09 AM To: Tomcat-User-ML Subject: update Tomcat 5.0.19 to 5.0.29 Hi all, I run my web application with TOMCAT 5.0.19, I would update this version with the latest 5.0.29, Is this updating recommended? Thanks in advance Francesco

RE: problem configuring 2 tomcat instances apache 2.0.48 tomcat 5.0.19

2004-09-15 Thread Patricia Swarbrick
Yep, I have. its port 8015 now. Patricia -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 2:32 PM To: Tomcat Users List Subject: RE: problem configuring 2 tomcat instances apache 2.0.48 tomcat 5.0.19 Hi, Have you modified the shutdown

problem configuring 2 tomcat instances apache 2.0.48 tomcat 5.0.19

2004-09-14 Thread Patricia Swarbrick
I'm attempting to configure two tomcat instances, one set up on the normal ports and the other is connected to server port 8015, connector port 8088 and 8019 the problem is I can't load any .jsp pages for the second port. I get an http 400 error. I've checked the directory permissions,

RE: problem configuring 2 tomcat instances apache 2.0.48 tomcat 5.0.19

2004-09-14 Thread Shapira, Yoav
To: Tomcat Users List Subject: problem configuring 2 tomcat instances apache 2.0.48 tomcat 5.0.19 I'm attempting to configure two tomcat instances, one set up on the normal ports and the other is connected to server port 8015, connector port 8088 and 8019 the problem is I can't load any .jsp pages

Tomcat 5.0.19 stdout.log error

2004-08-11 Thread David Short
- -Starting Servlet Engine: Apache Tomcat/5.0.19 [INFO] StandardHost - -XML validation disabled [INFO] StandardHost - -Create Host deployer for direct deployment ( non-jmx ) [INFO] StandardHostDeployer - -Processing Context configuration file URL file:C:\Tomcat\conf\Catalina\localhost\admin.xml

Tomcat 5.0.19 class problem

2004-08-11 Thread David Short
Can anyone tell me what is wrong with my Tomcat 5.0.19 install? I keep getting this error when accessing a servlet at runtime. 2004-08-11 10:52:39 StandardWrapperValve[Jaws]: Servlet.service() for servlet Jaws threw exception java.lang.NoClassDefFoundError: javax/transaction/UserTransaction

RE: Tomcat 5.0.19 class problem

2004-08-11 Thread Shapira, Yoav
To: Tomcat Users Group (E-mail) Subject: Tomcat 5.0.19 class problem Can anyone tell me what is wrong with my Tomcat 5.0.19 install? I keep getting this error when accessing a servlet at runtime. 2004-08-11 10:52:39 StandardWrapperValve[Jaws]: Servlet.service() for servlet Jaws threw exception

RE: Tomcat 5.0.19 class problem

2004-08-11 Thread David Short
Thank you! At the risk of sounding ignorant, would you happen to know the URL for the download? -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 10:56 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Tomcat 5.0.19 class problem

RE: Tomcat 5.0.19 class problem

2004-08-11 Thread Shapira, Yoav
Hi, It's not hard to find ;) http://java.sun.com/products/jta/. Yoav Shapira Millennium Research Informatics -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 2:07 PM To: 'Tomcat Users List' Subject: RE: Tomcat 5.0.19 class problem Thank

Tomcat 5.0.19 not dispatching to servlet

2004-08-09 Thread David Short
Hello, I'm running Tomcat 5.0.19, Apache 2.0.49 and mod_jk2-2.0.4, stand alone (NOT in-process), on a W2K box. Tomcat is listening on port 8009 (port 8080 is commented out) and Apache passes all requests of type /psi/servlet/* to Tomcat, via the workers2.properties file redirect (see below). I

Tomcat 5.0.19 not dispatching to servlet

2004-08-09 Thread David Short
Hello, I'm running Tomcat 5.0.19, Apache 2.0.49 and mod_jk2-2.0.4, stand alone (NOT in-process), on a W2K box. Tomcat is listening on port 8009 (port 8080 is commented out) and Apache passes all requests of type /psi/servlet/* to Tomcat, via the workers2.properties file redirect (see below). I

Error with Tomcat 5.0.19 server

2004-07-29 Thread s . balachander
Hi tomcat users, I am using tomcat 5.0.19. In this webserver i deployed 3 same application with different version. when i call the different versions, the webserver throws the following error. BConnectionClass : connVector() ezm-rep : java.sql.SQLException: [Microsoft][ODBC Microsoft

RE: Error with Tomcat 5.0.19 server

2004-07-29 Thread Shapira, Yoav
Millennium Research Informatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 2:10 AM To: [EMAIL PROTECTED] Subject: Error with Tomcat 5.0.19 server Hi tomcat users, I am using tomcat 5.0.19. In this webserver i deployed 3 same application

tomcat 5.0.19 and NPTL

2004-07-27 Thread Sunitha Kumar
Hey folks: Do we know if 5.0.19 can work with NPTL? thanks, -sunitha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat 5.0.19 and NPTL

2004-07-27 Thread QM
On Tue, Jul 27, 2004 at 05:28:56PM -0700, Sunitha Kumar wrote: : Do we know if 5.0.19 can work with NPTL? This has to do with the underlying JDK, not Tomcat. If your JDK hasn't been recompiled to take advantage of NPTL then it may very well stumble through an NPTL environment. Based on the

Re: tomcat 5.0.19 and NPTL

2004-07-27 Thread Sunitha Kumar
QM, thanks I heard JDK 1.5 has support for NPTL. Any idea if tomcat 5.0.27 works with JDK 1.5? thanks, -sunitha QM wrote: On Tue, Jul 27, 2004 at 05:28:56PM -0700, Sunitha Kumar wrote: : Do we know if 5.0.19 can work with NPTL? This has to do with the underlying JDK, not Tomcat. If your JDK

Re: tomcat 5.0.19 and NPTL

2004-07-27 Thread David Rees
QM wrote, On 7/27/2004 5:46 PM: On Tue, Jul 27, 2004 at 05:28:56PM -0700, Sunitha Kumar wrote: : Do we know if 5.0.19 can work with NPTL? This has to do with the underlying JDK, not Tomcat. If your JDK hasn't been recompiled to take advantage of NPTL then it may very well stumble through an NPTL

RE: Tomcat 5.0.19 dies unexpectedly

2004-07-07 Thread Dale, Matt
It looks like someone tried to start the same tomcat again. Are you sure that no-one could have done this? -Original Message- From: Pete Stokes [mailto:[EMAIL PROTECTED] Sent: 07 July 2004 14:34 To: Tomcat Users List Subject: Tomcat 5.0.19 dies unexpectedly Hi, We've been using

Re: RE: Tomcat 5.0.19 dies unexpectedly

2004-07-07 Thread Kamaleshwaran Sivalingam
done this? -Original Message- From: Pete Stokes [mailto:[EMAIL PROTECTED] Sent: 07 July 2004 14:34 To: Tomcat Users List Subject: Tomcat 5.0.19 dies unexpectedly Hi, We've been using Tomcat 5.0.19 for a long time with no problems, yesterday, whilst the application was up for almost 3 hours

Tomcat 5.0.19 dies unexpectedly

2004-07-07 Thread Pete Stokes
Hi, We've been using Tomcat 5.0.19 for a long time with no problems, yesterday, whilst the application was up for almost 3 hours, catalina.out suddenly reported that Address already in use:8080 and the server process died. On other server, we do have multiple Tomcats, and this normally happens

Deploy/install custom jmx mbean in tomcat 5.0.19

2004-06-30 Thread Ewan Harrow
How does one actually deploy an mbean in tomcat5 so that it is accessibile via the admin webapp or is this not actually possible? I have created a TestMBean interface and a simple implementation class with a get/set and int attribute and copied to TOMCAT_HOME/shared/classes. Along with the

Re: Deploy/install custom jmx mbean in tomcat 5.0.19

2004-06-30 Thread Peter Rossbach
Currently, your bean are not started automaticly with this configuration. You must write a own LifecycleListener that start your Mbeans. Other options is you can configure at engine element is Engine mbeansFile=conf/tomcat5-mbeans.xml /Engine Look at commons-modeler project for documentation:

Re: Deploy/install custom jmx mbean in tomcat 5.0.19

2004-06-30 Thread Ewan Harrow
H. So why does the doco not mention any of this instead suggesting that one can just drop in an mbean, descriptor and update the server config? ewan ___ALL-NEW Yahoo! Messenger - so many all-new

Apache Tomcat/5.0.19 SSI - not working

2004-06-09 Thread R A
1) Followed Tomcat SSI setup instructios: I renamed the jar file to servlets-ssi.jar Removed comments from SSI section in web.xml 3) Added !--#include file=footer.html -- to index.html under /jsp-examples 4) Copied footer.html to /jsp-examples 5) Retarted Tomcat Brought up

EL not processed by default with Tomcat 5.0.19

2004-06-07 Thread Keith Hankin
Here's my page: htmlbody % pageContext.getRequest().setAttribute(name, hello world); % Name: ${name} /body/html This prints Name: ${name}. According to the JSP spec, with Servlet containers supporting 2.4, EL should be processed by default, but it isn't being done. So I added the following to my

Session Replication with Tomcat 5.0.19

2004-06-04 Thread Weseloh, Nicole
Hello, I've got two questions concerning in memory session replication: 1.) What exactly is the difference between SimpleTcpReplicationManager and DeltaManager? I guess that SimpleTcpReplicationManager replicates the whole session, while DeltaManager replicates only the attributes which

RE: Session Replication with Tomcat 5.0.19

2004-06-04 Thread Filip Hanik \(lists\)
: Weseloh, Nicole [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 5:26 AM To: Tomcat Users List (E-Mail) Subject: Session Replication with Tomcat 5.0.19 Hello, I've got two questions concerning in memory session replication: 1.) What exactly is the difference between

Re: JSVC problems with Tomcat 5.0.19 Linux

2004-06-02 Thread QM
On Wed, Jun 02, 2004 at 07:18:08AM +0200, Nikola Milutinovic wrote: : - for granting rights for ports(binding) to non-root user and u might : save some time (may be money too) for this tool. : : How does one go about it? : I've never seen anything like that on our Digital UNIX or Tru64 UNIX.

JSVC problems with Tomcat 5.0.19 Linux

2004-06-01 Thread Ashwin Desai
Hi, I am trying to get Tomcat 5.0.19 to run as a non-root user using commons daemon - jsvc on a linux machine. uname -a Linux rx2600 2.4.20-cgl-1.12-mckinley-smp #1 SMP Tue Sep 23 09:21:46 MDT 2003 ia64 unknown I got the following error in the log file syscall failed in set_caps service exits

RE: JSVC problems with Tomcat 5.0.19 Linux

2004-06-01 Thread Shapira, Yoav
Hi, Well, you run jsvc as root and it the changes itself the tomcat user. Yoav Shapira Millennium Research Informatics -Original Message- From: Ashwin Desai [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 11:10 AM To: Tomcat Users List Subject: JSVC problems with Tomcat 5.0.19

RE: JSVC problems with Tomcat 5.0.19 Linux

2004-06-01 Thread Jagsir.Dhillon
PM To: Tomcat Users List Subject: JSVC problems with Tomcat 5.0.19 Linux Hi, I am trying to get Tomcat 5.0.19 to run as a non-root user using commons daemon - jsvc on a linux machine. uname -a Linux rx2600 2.4.20-cgl-1.12-mckinley-smp #1 SMP Tue Sep 23 09:21:46 MDT 2003 ia64 unknown I got

RE: JSVC problems with Tomcat 5.0.19 Linux

2004-06-01 Thread Shapira, Yoav
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 11:20 AM To: [EMAIL PROTECTED] Subject: RE: JSVC problems with Tomcat 5.0.19 Linux Unix system (even Linux) does not allow normal users to bind at ports 1024, Use some port number 1024 or you need to configure your user

RE: JSVC problems with Tomcat 5.0.19 Linux

2004-06-01 Thread Jagsir.Dhillon
: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 8:49 PM To: Tomcat Users List Subject: RE: JSVC problems with Tomcat 5.0.19 Linux Hi, I suggest you read about JSVC or otherwise inform yourself about the tool before making that general port 1024 statement ;) JSVC is intended

RE: JSVC problems with Tomcat 5.0.19 Linux

2004-06-01 Thread Shapira, Yoav
01, 2004 11:40 AM To: [EMAIL PROTECTED] Subject: RE: JSVC problems with Tomcat 5.0.19 Linux Hi Yoav Shapira, Look into a simple unix administration book - for granting rights for ports(binding) to non-root user and u might save some time (may be money too) for this tool. Regards, Jagsir

RE: JSVC problems with Tomcat 5.0.19 Linux

2004-06-01 Thread Ashwin Desai
with Tomcat 5.0.19 Linux Hi, I am trying to get Tomcat 5.0.19 to run as a non-root user using commons daemon - jsvc on a linux machine. uname -a Linux rx2600 2.4.20-cgl-1.12-mckinley-smp #1 SMP Tue Sep 23 09:21:46 MDT 2003 ia64 unknown I got the following error in the log file syscall

Re: JSVC problems with Tomcat 5.0.19 Linux

2004-06-01 Thread QM
On Tue, Jun 01, 2004 at 01:16:38PM -0700, Ashwin Desai wrote: : Has anyone else seen these issues ? Any solutions ? 1/ Perhaps -- in my (limited) experience with jsvc under Linux, I noticed that I have to start jsvc as root. The process still runs as the specified user, but root must run the

Re: JSVC problems with Tomcat 5.0.19 Linux

2004-06-01 Thread Nikola Milutinovic
[EMAIL PROTECTED] wrote: Hi Yoav Shapira, Look into a simple unix administration book - for granting rights for ports(binding) to non-root user and u might save some time (may be money too) for this tool. How does one go about it? I've never seen anything like that on our Digital UNIX or Tru64

Re: Horrible memory leak in tomcat 5.0.19

2004-05-26 Thread Emerson Cargnin
I'm running out of memory with the msg: ... WARNING: Error registering request May 25, 2004 5:36:44 PM org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run SEVERE: Caught exception (java.lang.OutOfMemoryError) executing [EMAIL PROTECTED], terminating thread May 25, 2004 5:37:05 PM

Tomcat 5.0.19 runs out of memory through Apache 1.3 proxy

2004-05-26 Thread Richard Cunningham
Our Tomcat 5.0.19 runs out of memory when load testing through an Apache 1.3.26 proxy, but does not when the the same load test accesses Tomcat's HTTP port directly. We initially saw the problem with mod_jk, but once we saw that Tomcat didn't run out of memory with direct HTTP access , we went

tomcat -install SERVICE-NAME problem with tomcat-5.0.19

2004-05-25 Thread Zsolt Koppany
Hi, in tomcat-4.1.30, I could use tomcat -install (and -uninstall) SERVICE-NAME to install/deinstall a service. The same command seems to do nothing with tomcat-5.0.19. Has the syntax changed or what is the problem? Zsolt

Re: Memory leak with Tomcat 5.0.19

2004-05-21 Thread wsedio
On 20-05-2004 11:58, wsedio wrote: On 19-05-2004 23:15, Michiel Toneman wrote: We were having severe memory problems too with 5.0.19. Does Tomcat 5.0.24 fix this problem? We added this to the jk2.properties: request.registerRequests=false and the memory usage was normal again. Somewhat

Re: Memory leak with Tomcat 5.0.19

2004-05-21 Thread Michiel Toneman
wsedio wrote: On 20-05-2004 11:58, wsedio wrote: On 19-05-2004 23:15, Michiel Toneman wrote: We were having severe memory problems too with 5.0.19. Does Tomcat 5.0.24 fix this problem? I have no idea, haven't tried it out yet. No plans as yet to test/roll-out 5.0.24, so it will be a while before

RE: Memory leak with Tomcat 5.0.19

2004-05-21 Thread Brian Beckham
-Original Message- From: Emerson Cargnin [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 1:09 PM To: Tomcat Users List Subject: Re: Memory leak with Tomcat 5.0.19 wsedio wrote: On 19-05-2004 23:15, Michiel Toneman wrote: We were having severe memory problems too with 5.0.19

RE: Memory leak with Tomcat 5.0.19

2004-05-21 Thread Brian Beckham
21, 2004 8:53 AM To: Tomcat Users List Subject: RE: Memory leak with Tomcat 5.0.19 I added the request.registerRequests=false to jk2.properties yesterday, but I still do not have a definite confirmation on whether this problem is fixed. The JVM did grow to over 600MB, which is more that my Tomcat

Re: Memory leak with Tomcat 5.0.19

2004-05-21 Thread Remy Maucherat
Brian Beckham wrote: Ok, after adding that setting in jk2.properties I have had 2 lockups of tomcat on my production siteany help!!?!!? lockup doesn't mean anything to me. Details please :) Also, this property cannot possibly cause that (look in the code if in doubt). --

RE: Memory leak with Tomcat 5.0.19

2004-05-21 Thread Brian Beckham
Sorry bout that...got a little flustered :) Some more details...tomcat non-responsive, but JVM still running ps -ef showed several java processes still running, several defunct - Running with following: LD_ASSUME_KERNEL=2.2.5 CATALINA_HOME=/opt/jakarta-tomcat-5.0.19 JAVA_HOME=/opt

Re: Memory leak with Tomcat 5.0.19

2004-05-21 Thread Michiel Toneman
running ps -ef showed several java processes still running, several defunct - Running with following: LD_ASSUME_KERNEL=2.2.5 CATALINA_HOME=/opt/jakarta-tomcat-5.0.19 JAVA_HOME=/opt/j2sdk1.4.2_04 CATALINA_OPTS=-server -Xms256m -Xmx1024m -Djava.awt.headless=true error file created (attached

Re: Memory leak with Tomcat 5.0.19

2004-05-21 Thread Jeff Hoffmann
/lib/ld-2.2.5.so 40014000-40017000 r--s 03:04 1144706 /usr/java/j2sdk1.4.1/jre/lib/ext/dnsns.jar 40017000-40018000 r--s 03:04 801367 /home/iris/tomcat-5.0.19/common/lib/naming-java.jar 40018000-40025000 r-xp 03:04 2371049/lib/i686/libpthread-0.9.so 40025000

RE: Memory leak with Tomcat 5.0.19

2004-05-21 Thread Brian Beckham
PROTECTED] Sent: Friday, May 21, 2004 10:54 AM To: Tomcat Users List Subject: Re: Memory leak with Tomcat 5.0.19 Brian Beckham wrote: Sorry bout that...got a little flustered :) I don't have any answers but I'd just like to chime in to say that I've had nearly identical problems when I was using

Re: Memory leak with Tomcat 5.0.19

2004-05-21 Thread Jeff Hoffmann
Brian Beckham wrote: Jeff, Can you tell me more about your sitation? Did 5.0.24 help? So far I haven't had any problems with 5.0.24, although I've only been running it a couple of days. When I had the problem with 5.0.19, I jumped back to 5.0.16 until a couple of days ago when I went up to

Re: Memory leak with Tomcat 5.0.19

2004-05-20 Thread wsedio
On 19-05-2004 23:15, Michiel Toneman wrote: We were having severe memory problems too with 5.0.19. Does Tomcat 5.0.24 fix this problem? We added this to the jk2.properties: request.registerRequests=false and the memory usage was normal again. Somewhat non-obvious, I agree. It also gets rid of

Re: Memory leak with Tomcat 5.0.19

2004-05-20 Thread Emerson Cargnin
wsedio wrote: On 19-05-2004 23:15, Michiel Toneman wrote: We were having severe memory problems too with 5.0.19. Does Tomcat 5.0.24 fix this problem? We added this to the jk2.properties: request.registerRequests=false and the memory usage was normal again. Somewhat non-obvious, I agree. It also

Re: Memory leak with Tomcat 5.0.19

2004-05-20 Thread Emerson Cargnin
Someone could answer this question, please? Becouse my available memory is going down from 120 to 50 and to 10 megabytes to fast. And I'm not finding any leak in my apps... Sorry if I looked rude, didn't mean that :P Maybe this leak is solved in tomcat 5.0.24?? Emerson Cargnin wrote: wsedio

RE: Memory leak with Tomcat 5.0.19

2004-05-20 Thread Shapira, Yoav
with Tomcat 5.0.19 wsedio wrote: On 19-05-2004 23:15, Michiel Toneman wrote: We were having severe memory problems too with 5.0.19. Does Tomcat 5.0.24 fix this problem? We added this to the jk2.properties: request.registerRequests=false and the memory usage was normal again. Somewhat non

Re: Memory leak with Tomcat 5.0.19

2004-05-20 Thread Emerson Cargnin
actually requires more than 120MB of memory under your load? Yoav Shapira Millennium Research Informatics -Original Message- From: Emerson Cargnin [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 1:09 PM To: Tomcat Users List Subject: Re: Memory leak with Tomcat 5.0.19 wsedio wrote: On 19

Re: Memory leak with Tomcat 5.0.19

2004-05-19 Thread Michiel Toneman
amount of traffic - roughly 300,000 page views per day - a mix of servlets and JSP The site runs on 3 separate servers - one of which we upgraded to Tomcat 5.0.19. We have been running the site successfully for the past year using Tomcat 4.1.x, and 2 of the servers are still running Tomcat 4.1.x

Memory leak with Tomcat 5.0.19

2004-05-19 Thread Brian Beckham
I have a site that gets a fair amount of traffic - roughly 300,000 page views per day - a mix of servlets and JSP The site runs on 3 separate servers - one of which we upgraded to Tomcat 5.0.19. We have been running the site successfully for the past year using Tomcat 4.1.x, and 2

RE: Memory leak with Tomcat 5.0.19

2004-05-19 Thread Mike Curwen
http://marc.theaimsgroup.com/?l=tomcat-userm=108304447126396w=2 ? -Original Message- From: Brian Beckham [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 3:36 PM To: Tomcat Users List Subject: Memory leak with Tomcat 5.0.19 I have a site that gets a fair amount

Re: Memory leak with Tomcat 5.0.19

2004-05-19 Thread Tom Miller
We are runnning Tomcat 5.0.19 and experiencing the same problems. This is what we defined for the memory. Our tomcat is crawling at this point. We have to restart it everyday. CATALINA_OPTS=$CATALINA_OPTS -server -Xms1152M -Xmx1536M - Xincgc Thanks, Tom

RE: symLinks broken in tomcat 5.0.19

2004-05-13 Thread Shapira, Yoav
Howdy, Thanks It is now and it works Context path= docBase=/home/team allowLinking=true debug=0 reloadable=false Good. Glad to help, Yoav This e-mail, including any attachments, is a confidential business communication,

RE: symLinks broken in tomcat 5.0.19

2004-05-12 Thread Shapira, Yoav
Hi, Host name=www.domain.com debug=0 appBase=/home/team unpackWARs=true Context path= docBase=/home/team Do you really want the Host appBase to be the same as the context docBase? Resources className=org.apache.naming.resources.FileDirContext

RE: symLinks broken in tomcat 5.0.19

2004-05-12 Thread Randy
Host name=www.domain.com debug=0 appBase=/home/team unpackWARs=true Context path= docBase=/home/team Do you really want the Host appBase to be the same as the context docBase? Yeah this was a bad idea, and on my list to go back and change.

RE: symLinks broken in tomcat 5.0.19

2004-05-11 Thread Randy
List Subject: RE: symLinks broken in tomcat 5.0.19 Hi, If I go to http://www.mydomain.com:8080/activeedit/ae.jsp I get a 404 If I go to http://www.mydomain.com:8080/activeedit4.0/ae.jsp it works Activeedit is a symlink to activeedit4.0 In the server.xml I have Resources className

symLinks broken in tomcat 5.0.19

2004-05-11 Thread Randy
hello I have just updated to tomcat 5.0.19 It appears that symLinks are broken If I go to http://www.mydomain.com:8080/activeedit/ae.jsp I get a 404 If I go to http://www.mydomain.com:8080/activeedit4.0/ae.jsp it works Activeedit is a symlink to activeedit4.0 In the server.xml I have

RE: symLinks broken in tomcat 5.0.19

2004-05-11 Thread Shapira, Yoav
Hi, If I go to http://www.mydomain.com:8080/activeedit/ae.jsp I get a 404 If I go to http://www.mydomain.com:8080/activeedit4.0/ae.jsp it works Activeedit is a symlink to activeedit4.0 In the server.xml I have Resources className=org.apache.naming.resources.FileDirContext allowLinking=true /

Re: secureCookie parameter for Tomcat 5.0.19?

2004-05-05 Thread Tim Funk
the SECURE flag turned on. -Tim [EMAIL PROTECTED] wrote: Hello configuration gurus, I recently upgraded to Tomcat 5.0.19, and I wonder if there is a solution to this problem yet. The problem is that in the Tomcat 4 (and apparently Tomcat 5) series, tomcat forces it so that if a session starts under

tomcat 5.0.19, some problemns

2004-05-05 Thread Dionisio Ruiz de Zarate
hello when i star the tomcat 5.0.19, i am stating with this version, appears this error in the catalina.log file: 05-may-2004 13:24:27 org.apache.catalina.startup.ContextConfig applicationConfig INFO: Falta el archivo web.xml de la aplicaciónb. Utilizando los parámetros por defecto StandardEngine

Re: secureCookie parameter for Tomcat 5.0.19?

2004-05-05 Thread Hollerman Geralyn M
(that is, resend) the cookie without the SECURE flag turned on. -Tim [EMAIL PROTECTED] wrote: Hello configuration gurus, I recently upgraded to Tomcat 5.0.19, and I wonder if there is a solution to this problem yet. The problem is that in the Tomcat 4 (and apparently Tomcat 5) series, tomcat

Re: Tomcat 5.0.19 deploying war through manager give Unable to compile class for JSP exception

2004-05-04 Thread Owen Fellows
Hi, Tomcat is running on Redhat Linux and i start it manually also I'm using jdk 1.4.2. Has anyone else got any ideas why this might be happening? It also runs very slowly after the redeploy of the war? Are there any problems with commons-loggins versions and classloading in Tomcat 5.0.19, do

  1   2   3   >