Re: Tomcat not sending JSESSIONID (servlet session cookie) with new sessions

2008-04-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Len, Len Popp wrote: | Have you set cookies="false" in the app's declaration? | That'd do it. That wouldn't explain why Tomcat is adding the cookie to the response, but the cookie isn't making it across the wire. Tim, can you tell us a little more

Re: Tomcat not sending JSESSIONID (servlet session cookie) with new sessions

2008-04-22 Thread Len Popp
Have you set cookies="false" in the app's declaration? That'd do it. What happens if you put a trivial test.jsp in webapps/ROOT and request http://www.yourserver.com/test.jsp? By default a JSP will create a session and you should get a JSESSIONID cookie. -- Len On Tue, Apr 22, 2008 at 7:28 PM,

Re: Tomcat not sending JSESSIONID (servlet session cookie) with new sessions

2008-04-22 Thread Martin Gainty
Tim try http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/HttpServletResponse html Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged. The implementation of this method includes the logic to determine whether the session ID n

Tomcat not sending JSESSIONID (servlet session cookie) with new sessions

2008-04-22 Thread Timothy Washington
Hello there - newbie question. I'm developing a browser-based application. I i) copy the war file to the webapps/ directory, ii) startup tomcat and iii) send an http request from Firefox. In my handling servlet, if a session doesn't exist for this client, then I create one (via request.getSess

Re: Compiling jni/native on Debian Etch

2008-04-22 Thread Rainer Jung
configure in versoin 1.1.12 is broken. See: http://marc.info/?t=120171192500012&r=1&w=2 Regards, Rainer Andrew Miehs schrieb: Dear List, has anyone else tried to compile apr and the native tomcat libraries on etch? debian40-64:/usr/local/src/tomcat-native-1.1.12-src/jni/native# ./configu

How to figure out if a user is authenticated when using single sign on?

2008-04-22 Thread FR
I recently attempted to upgrade our sites from tomcat 5.5.17, and at some point the behavior of request.getUserPrincipal() changed so it now returns null for all URLs except those declared to require authentication. (Actually, it seems like the behavior was changed long before 5.5.17, but regresse

Re: custom timeout/expiry implementation

2008-04-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Farhan, mfs wrote: | Actually i need to provide my own session timeOut/expiry implementation and | i was wondering what would be the easiest way to achieve this, i am using | tomcat for development but oc4j for production, and i was wondering if | so

Re: Question on concurrent request to the same servlet

2008-04-22 Thread Juha Laiho
Dikan Xing wrote: When two (almost) concurrent requests to the SAME servlet occurs (for example,I type the same url in two individual browser window), I find that Tomcat seems not to work on the second request until the first is done. Are the two browser windows truly individual, or could the

RE: Problem with JNDI using a changed context root path

2008-04-22 Thread Stefan Dirschnabel
Thank you very much :). Deploying the application as ROOT.war solved all my problems ;) and in fact my parameters in the context.xml were useless. Am Montag, den 21.04.2008, 08:19 -0500 schrieb Caldarale, Charles R: > > From: Felix Schumacher [mailto:[EMAIL PROTECTED] > > Subject: Re: Problem wi

RE: NotSerializableException: StandardSessionFacade

2008-04-22 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Subject: Re: NotSerializableException: StandardSessionFacade > > That's the weirdest stack trace I've ever see. readObject calls > something that throws a WriteAbortedException? Totally weird. We already discussed that, back at the beginnin

Re: Why does Tomcat become slow during weekends?

2008-04-22 Thread David kerber
murthy gandikota wrote: David kerber <[EMAIL PROTECTED]> wrote: Just a SWAG: Maybe the traffic slows down so much that the database (if there is one) is timing out connections and dumping stuff from its cache, so that when people do hit it, the db has to create a new connection and read

Re: Re: Bending Jasper to My Will

2008-04-22 Thread Andy Clark
Alan Chaney wrote: Correct me if I am wrong but you want to have a > level of configuration which is more than just > appearance. It's mostly for appearance but that also ties in with functionality. For example, if a page displays the preferences that a user can change, a skin author can change

custom timeout/expiry implementation

2008-04-22 Thread mfs
Guys, Guys Actually i need to provide my own session timeOut/expiry implementation and i was wondering what would be the easiest way to achieve this, i am using tomcat for development but oc4j for production, and i was wondering if somehow i can hook in my implementation into various servlet con

Re: Why does Tomcat become slow during weekends?

2008-04-22 Thread murthy gandikota
David kerber <[EMAIL PROTECTED]> wrote: >Just a SWAG: Maybe the traffic slows down so much that the database (if >there is one) is timing out connections and dumping stuff from its >cache, so that when people do hit it, the db has to create a new >connection and read lots of stuff from dis

Re: NotSerializableException: StandardSessionFacade

2008-04-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Massimo, MassimoH wrote: | | Christopher Schultz-2 wrote: |> This shouldn't be a fatal error. All Tomcat versions I have used will |> simply give-up restoring sessions and continue starting up. |> |> The OP didn't post the entire stack trace, so it's

Re: IE and Mozilla issue with Cookies with setVersion(1)

2008-04-22 Thread Mark Thomas
Rajeev Angal wrote: You indiated earlier on this thread that a "patch for 6.0.16" is being worked on to fix the v1 cookies issue - any idea when it will be released? There has been some discussion of this on the dev list. No specific timetable as yet. Also would appreciate if I can get a bugz

Re: Bending Jasper to My Will

2008-04-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andy, Andy Clark wrote: | I want Jasper to look for JSP and Tag files in a | specific location (e.g. based on a request param); | and then fall back to a default location if the | file is not found. This would be extremely useful | for skinning a web

Re: NotSerializableException: StandardSessionFacade

2008-04-22 Thread MassimoH
Christopher Schultz-2 wrote: > > This shouldn't be a fatal error. All Tomcat versions I have used will > simply give-up restoring sessions and continue starting up. > > The OP didn't post the entire stack trace, so it's tough to tell what's > really going on. Massimo, can you re-post the stack

Re: IE and Mozilla issue with Cookies with setVersion(1)

2008-04-22 Thread Rajeev Angal
Hi Mark : You indiated earlier on this thread that a "patch for 6.0.16" is being worked on to fix the v1 cookies issue - any idea when it will be released? Also would appreciate if I can get a bugzila number to track it - I can seem to find it as I searched the bug list. thanks, -rajeev

64-Bit isapi

2008-04-22 Thread Panian, Ardo
I figured out how to get the isapi_redirect.dll to work on 64-bit windows systems. The key to this was once the correct source code was downloaded from Jakarta, it had to be compiled using Visual Studios 2008 C++ build environment. This is (in my experience) a very finicky *.dll that had to be co

Re: Bending Jasper to My Will

2008-04-22 Thread Alan Chaney
Andy I've followed this thread with a some interest because it ties up with some things I've done in the past. I think you are trying to use a technology in an inappropriate way to solve the wrong problem. Correct me if I am wrong but you want to have a level of configuration which is more t

Re: Bending Jasper to My Will

2008-04-22 Thread Andy Clark
Lucas wrote: To answer the original question, there is a > mechanism that Tomcat provides to handle the > specific thing you want to achieve. The solution > is very Tomcat specific, so I do not really > recommend it, anyhow, if you really _need_to_have > _this_ then the way to achieve it is th

Re: Bending Jasper to My Will

2008-04-22 Thread Andy Clark
Hassan wrote: I think that this is a non-starter because the app is already written (quite nicely, I might add) in straight JSPs. If it's already "quite nicely" written, why doesn't > it do what you want? :-) Excellent point! But ultimately there are limitations in the extensibility of th

Re: Tomcat context.xml and classpath

2008-04-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matteo, matteof wrote: | I'm currently working on a project that uses a specific oracle driver | version put in common/lib and it cannot be changed at the moment. | The problem is that i have to deploy another application on production | server which

Re: Tomcat 6 DIGEST auth

2008-04-22 Thread Mark Thomas
DIGLLOYD INC wrote: Is the realm the specified in the in web.xml? (eg "Tomcat Manager Application") Yes. (link above) suggest "localhost:80" might be the realm, but that makes no sense to me, as this would tie it to a specific port. That is the default you get if you don't specify one. The

Re: Why does Tomcat become slow during weekends?

2008-04-22 Thread David kerber
murthy gandikota wrote: Peter Crowther <[EMAIL PROTECTED]> wrote:> From: murthy gandikota [mailto:[EMAIL PROTECTED] We have a website based on embedded Tomcat with Jboss 4.0.2. We noticed that every weekend the Tomcat becomes sluggish. Backups? Congestion on the network due to a s

[OT] Comodo as a CA

2008-04-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I'm asking the Tomcat community this because everyone always surprises me with their wide customer experiences. I need to get new SSL certs for a domain name switch we're doing, soon. VeriSign's SGC/EV SSL certs are ridiculously expensive and s

RE: Directories in Tomcat 5.5\temp

2008-04-22 Thread Caldarale, Charles R
> From: hezjing [mailto:[EMAIL PROTECTED] > Subject: Re: Directories in Tomcat 5.5\temp > > Yes, I'm using antiResourceLocking as shown in Tomcat > 5.5\webapps\myapp\META-INF Unless you really, really need that, I'd turn it off. > I stopped Tomcat service normally (using Monitor Tomcat). I do

Re: Java VM slowly eats all memory up - without JVM heap OutOfMemory failures!

2008-04-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephanie, Stephanie Wullbieter wrote: | -Xmx768m | -verbose:gc Do you see GC activity in stdout? You should be able to get some heap metrics easily by looking at that. What does the heap use curve look like? | total used f

RE: Why does Tomcat become slow during weekends?

2008-04-22 Thread Peter Crowther
> From: murthy gandikota [mailto:[EMAIL PROTECTED] > Peter Crowther <[EMAIL PROTECTED]> wrote:> > From: murthy gandikota [mailto:[EMAIL PROTECTED] > > We have a website based on embedded Tomcat with Jboss 4.0.2. > > We noticed that every weekend the Tomcat becomes sluggish. [...] > There is n

Re: Why does Tomcat become slow during weekends?

2008-04-22 Thread Philip Wigg
> We have a website based on embedded Tomcat with Jboss 4.0.2. We noticed that > every weekend the Tomcat becomes sluggish. I mean there are no errors like > HTTP404. The website simply hangs. We theorized that JVM is busy with garbage > collection. Is that realistic? Does anyone have any other

Re: hs_err_pidPID.log reading

2008-04-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, Caldarale, Charles R wrote: |> From: Pop Olimpiu [mailto:[EMAIL PROTECTED] |> Subject: hs_err_pidPID.log reading |> |> After following the error logs I found an hs_err_pidPID.log |> which seams to show me what is the problem | | This is a

Re: Directories in Tomcat 5.5\temp

2008-04-22 Thread hezjing
Yes, I'm using antiResourceLocking as shown in Tomcat 5.5\webapps\myapp\META-INF I stopped Tomcat service normally (using Monitor Tomcat). The following are the steps I performed, 1) Stopped Tomcat 5.5 service. 2) Delete all files in Tomcat 5.5\temp\. 3) Started Tomcat 5.5 service. 4) Tomcat

RE: Why does Tomcat become slow during weekends?

2008-04-22 Thread murthy gandikota
Peter Crowther <[EMAIL PROTECTED]> wrote:> From: murthy gandikota [mailto:[EMAIL PROTECTED] > We have a website based on embedded Tomcat with Jboss 4.0.2. > We noticed that every weekend the Tomcat becomes sluggish. Backups? Congestion on the network due to a site that's only accessed heavi

Security with WebLogic (JAASRealm)

2008-04-22 Thread LaurenceNoton
Hello I am trying to use a JAASRealm for authentication. I have set up the Realm and it is authenticating with a WebLogic instance and returns a user back (WLSUserImpl) with their groups (if any WLSGroupImpl). I have a custom verison of the WebLogic provided UsernamePasswordLoginModule which do

Tomcat 6 DIGEST auth

2008-04-22 Thread DIGLLOYD INC
I've read this doc: http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html#Digested%20Passwords But I cannot get it to authenticate. I'm putting the digested password for myusers into tomcat-users.xml as directed. One problem is that it's not at all clear what the realm is-- Is the realm

Re: Tomcat is not rendering JSP content on Port 80

2008-04-22 Thread Alan Chaney
BeasC wrote: My intent is to have an Apache + JK + Tomcat server that uses apache only to service static web content and and sends all dynamic content to Tomcat (so that it handles all the JSP). I downloaded and installed Apache 2.2, Tomcat 6.0, and J2SE 1.5 (Becuase j2se 1.6 was buggy and giv

RE: Tomcat is not rendering JSP content on Port 80

2008-04-22 Thread Caldarale, Charles R
> From: BeasC [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat is not rendering JSP content on Port 80 > > My intent is to have an Apache + JK + Tomcat server that uses > apache only to service static web content and and sends all > dynamic content to Tomcat (so that it handles all the JSP). If

Re: first authentication attempt fails - mysql timeout

2008-04-22 Thread Robert Jacobson
Christopher Schultz wrote: Yes, using DataSourceRealm is the preferred configuration. Thank you for confirming that :) [...] By the way, there's no reason not to upgrade to the most recent Connector/J, either. Sorry.. are you referring to the mysql-connector JAR file? In my troubleshoot

RE: Directories in Tomcat 5.5\temp

2008-04-22 Thread Caldarale, Charles R
> From: hezjing [mailto:[EMAIL PROTECTED] > Subject: Re: Directories in Tomcat 5.5\temp > > When I look further into these directories, they contain the same (and > only) JAR files of my web application, > e.g. Tomcat 5.5\temp\0-myapp\WEB-INF\lib\*.jar > Tomcat 5.5\temp\1-myapp\WEB-INF\lib\*.jar

Re: Directories in Tomcat 5.5\temp

2008-04-22 Thread Mark Thomas
hezjing wrote: Hi Chuck Hmmm ... I don't think my web application is explicitly writting anything into the directory When I look further into these directories, they contain the same (and only) JAR files of my web application, e.g. Tomcat 5.5\temp\0-myapp\WEB-INF\lib\*.jar Tomcat 5.5\temp\1-mya

Re: Directories in Tomcat 5.5\temp

2008-04-22 Thread David Smith
I *think* the antiResourceLocking in tomcat may cause this if configured in your element. Those with better knowledge might want to comment further. Last I know the webapp is copied/expanded to either temp or work when it's enabled. --David hezjing wrote: Hi Chuck Hmmm ... I don't think

Re: Tomcat is not rendering JSP content on Port 80

2008-04-22 Thread BeasC
My intent is to have an Apache + JK + Tomcat server that uses apache only to service static web content and and sends all dynamic content to Tomcat (so that it handles all the JSP). I downloaded and installed Apache 2.2, Tomcat 6.0, and J2SE 1.5 (Becuase j2se 1.6 was buggy and giving problems).

Re: Directories in Tomcat 5.5\temp

2008-04-22 Thread hezjing
Hi Chuck Hmmm ... I don't think my web application is explicitly writting anything into the directory. When I look further into these directories, they contain the same (and only) JAR files of my web application, e.g. Tomcat 5.5\temp\0-myapp\WEB-INF\lib\*.jar Tomcat 5.5\temp\1-myapp\WEB-INF\lib\*

Re: Question on concurrent request to the same servlet

2008-04-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dikan Dikan Xing wrote: | When two (almost) concurrent requests to the SAME servlet occurs (for | example, I type the same url in two individual browser window), I | find that Tomcat seems not to work on the second request until the | first is done.

RE: Directories in Tomcat 5.5\temp

2008-04-22 Thread Caldarale, Charles R
> From: hezjing [mailto:[EMAIL PROTECTED] > Subject: Directories in Tomcat 5.5\temp > > Can anyone explaines why these directories are created? Your webapps are creating them. > and why these directories are not being clean-up by Tomcat? Tomcat merely provides the workspace for the webapps; us

RE: Why does Tomcat become slow during weekends?

2008-04-22 Thread Peter Crowther
> From: murthy gandikota [mailto:[EMAIL PROTECTED] > We have a website based on embedded Tomcat with Jboss 4.0.2. > We noticed that every weekend the Tomcat becomes sluggish. Backups? Congestion on the network due to a site that's only accessed heavily at weekends? > We theorized that JVM is bu

Why does Tomcat become slow during weekends?

2008-04-22 Thread murthy gandikota
We have a website based on embedded Tomcat with Jboss 4.0.2. We noticed that every weekend the Tomcat becomes sluggish. I mean there are no errors like HTTP404. The website simply hangs. We theorized that JVM is busy with garbage collection. Is that realistic? Does anyone have any other suggesti

Compiling jni/native on Debian Etch

2008-04-22 Thread Andrew Miehs
Dear List, has anyone else tried to compile apr and the native tomcat libraries on etch? debian40-64:/usr/local/src/tomcat-native-1.1.12-src/jni/native# ./ configure --with-apr=/usr/local/apr --with-java-home=/usr/local/java I get loads of messages including ./configure: line 5472: JAVA_H

Directories in Tomcat 5.5\temp

2008-04-22 Thread hezjing
Hi I'm developing and testing application (Tomcat 5.5\webapps\myapp) using Tomcat 5.5 on Windows XP. After some times, I notice that there are directories created in Tomcat 5.5\temp 1-myapp, 2-myapp, 3-myapp and etc. These directories are there even after I restarted Tomcat. Can anyone explaine

Re: Share session cookie across subdomains

2008-04-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Zach, Zach Cox wrote: | That's what I was afraid of - that Request class is huge (2600+ lines) and | has lots of fields (50+) some of which are private. So if I create a | Request subclass that accepts another Request in the constructor, there are |

Re: SIlly bug creating havoc

2008-04-22 Thread Parag Dhanuka
THanks a ton... had set a very cache for my DB and thts what was causing the problems now everythig seems fine :) On Mon, Apr 21, 2008 at 9:12 PM, Hassan Schroeder < [EMAIL PROTECTED]> wrote: > On Mon, Apr 21, 2008 at 7:54 AM, Parag Dhanuka <[EMAIL PROTECTED]> > wrote: > > I am using an apache se

Re: Share session cookie across subdomains

2008-04-22 Thread Zach Cox
That's what I was afraid of - that Request class is huge (2600+ lines) and has lots of fields (50+) some of which are private. So if I create a Request subclass that accepts another Request in the constructor, there are 2 options: 1) initialize as many of the superclass's fields of the new instan

RE: hs_err_pidPID.log reading

2008-04-22 Thread Caldarale, Charles R
> From: Pop Olimpiu [mailto:[EMAIL PROTECTED] > Subject: hs_err_pidPID.log reading > > After following the error logs I found an hs_err_pidPID.log > which seams to show me what is the problem This is a JVM, not Tomcat, problem. I would try moving to the latest version of 1.6 and see if the

JMXProxy

2008-04-22 Thread Liang Xiao Zhu
Hi everyone, I want monitoring Tomcat applications below webapps. So I am using JMX for to do this. Exactly I am interested in the timing for every process, so I am using this http://localhost:port/manager/jmxproxy/?query=RequestProcessor for extract what I want, I am monitoring /processingTi

Tomcat context.xml and classpath

2008-04-22 Thread matteof
Hi to all, I'm currently working on a project that uses a specific oracle driver version put in common/lib and it cannot be changed at the moment. The problem is that i have to deploy another application on production server which datasource (defined in META-INF/context.xml) doesn't fit very well

Re: Access SQL Server 2005 and 2000 on same machine

2008-04-22 Thread Etienne Giraudy
Probably the answer is just in jTDS FAQ in http://jtds.sourceforge.net/faq.html Check the answer to "What is the URL format used by jTDS?" My .2 E- On 4/22/08, Alexander Diedler <[EMAIL PROTECTED]> wrote: > No, the Services on the same Port and same IP. > SQL Server allow up to 99 Instances on on

RE: Access SQL Server 2005 and 2000 on same machine

2008-04-22 Thread Alexander Diedler
No, the Services on the same Port and same IP. SQL Server allow up to 99 Instances on one machine. Only the Instance Name is important to identify the correct Instance. But how I can Access a SQL Server by Instance with Tomcat? Alex From: David Smith [mailto

Re: Access SQL Server 2005 and 2000 on same machine

2008-04-22 Thread David Smith
Ok... how do you get two services on the same port? Are they bound to different IPs? They can't both respond on the same address and port. --David Alexander Diedler wrote: Hello, We have installed a SQL 2000 and SQL 2005 Server Express on the same server and same Port (1433) Now we have no

Re: Java VM slowly eats all memory up - without JVM heap OutOfMemory failures!

2008-04-22 Thread Rainer Jung
Stephanie Wullbieter schrieb: Dear list members, a tomcat machine has a problem because java eats the memory up. Here some data: 1.555.828 KiB host RAM java version "1.4.2_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03) Java HotSpot(TM) Client VM (build 1.4.2_06-b03,

Access SQL Server 2005 and 2000 on same machine

2008-04-22 Thread Alexander Diedler
Hello, We have installed a SQL 2000 and SQL 2005 Server Express on the same server and same Port (1433) Now we have no chance to tell the Tomcat in Conf Directory, which SQL Server Version and Database has to be choosen for the Application. I know, that there are Instance Names like 127.0.0.1\sql

RE: RE: Java VM slowly eats all memory up - without JVM heap OutOfMemory failures!

2008-04-22 Thread Peter Crowther
> From: Stephanie Wullbieter [mailto:[EMAIL PROTECTED] > SUSE LINUX Enterprise Server 9 (i586) > Linux-Kernel 2.6.5-7 man strace man ltrace Good luck! I'd use strace as it gives you more information, but ltrace may be a faster way of finding open/close mismatches. Annoyingly, you'll have to s

Re: RE: Java VM slowly eats all memory up - without JVM heap OutOfMemory failures!

2008-04-22 Thread Stephanie Wullbieter
Thank You for the tip! The OS is SUSE LINUX Enterprise Server 9 (i586) Linux-Kernel 2.6.5-7 > Can you monitor the system calls made by the application over a period of > time, looking for systematic mismatches between resources that are opened > and resources that are closed? I'm not sure which v

Re: TC 5.5: stdout_YYYYMMDD.log gets too big - howto limit/rotate?

2008-04-22 Thread Stephanie Wullbieter
Found this: How do I rotate catalina.out? http://www.apache-korea.org/tomcat/faq/misc.html#catalina.out -- Pt! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger - To s

Re: java.net.SocketException: SSL handshake error

2008-04-22 Thread Indu biju
On Tue, Apr 22, 2008 at 10:59 AM, Indu biju <[EMAIL PROTECTED]> wrote: > Dear All, > > I am trying to install SSL certificate for Tomcat > > i bought SSL cert from GeoTrust and configured the domain with https:// > > But when i try to make a payment with bank, the call returns error. I > contacte

RE: Java VM slowly eats all memory up - without JVM heap OutOfMemory failures!

2008-04-22 Thread Peter Crowther
> From: Stephanie Wullbieter [mailto:[EMAIL PROTECTED] > a tomcat machine has a problem because java eats the memory > up. Here some data: > > 1.555.828 KiB host RAM > > java version "1.4.2_06" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03) > Java HotSpot(TM) Client VM (bui

Java VM slowly eats all memory up - without JVM heap OutOfMemory failures!

2008-04-22 Thread Stephanie Wullbieter
Dear list members, a tomcat machine has a problem because java eats the memory up. Here some data: 1.555.828 KiB host RAM java version "1.4.2_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03) Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode) Tomcat Version 4.1.