TC 4.1 and VM crash: how to report issue?

2002-12-10 Thread Aymeric Alibert
We are running a Tomcat 4.0 server in our production environment and I am trying to upgrade to Tomcat 4.1. I ran some load test recently and was horrified to see the server crashing even under moderate load. After more testing, I found that starting the VM with the -server option systematically

RE: TC 4.1 and VM crash: how to report issue?

2002-12-10 Thread Aymeric Alibert
Thanks for the feedback. When I ran my load tests I used -Xmx512m -Xms512m as heap settings. I also tried increasing or decreasing it but it didn't change the results. I am running on Solaris and I have all the recommended patches for JDK1.4.1 installed. I can reproduce the problem: it is

RE: TC 4.1 and VM crash: how to report issue?

2002-12-11 Thread Aymeric Alibert
-Original Message- From: Aymeric Alibert [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 7:37 PM To: [EMAIL PROTECTED] Subject: RE: TC 4.1 and VM crash: how to report issue? Thanks for the feedback. When I ran my load tests I used -Xmx512m -Xms512m as heap settings. I also

Re: TC 4.1 and VM crash: how to report issue?

2002-12-11 Thread Aymeric Alibert
output something useful to trace the problem. Post your result (ot the last couple of lines). Maybe it will help. -- Jeanfrancois Aymeric Alibert wrote: Thanks for the feedback. When I ran my load tests I used -Xmx512m -Xms512m as heap settings. I also tried increasing or decreasing

RE: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-18 Thread Aymeric Alibert
I had that problem with 4.1.16 and I opened a bug in bugzilla. But I couldn't come up with a test case and the bug got closed. Maybe you can add your experience to the bug report and reopen it: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15251 Aymeric. [EMAIL PROTECTED] 12/18/02 02:14PM

Re: invalid reference to form login page error

2003-06-23 Thread Aymeric Alibert
You cannot access you logon page directly, try to access a page protected by you security constraints instead. This is an issue with the servlet 2.3 specs. Let's say you secured the domain /mysecuresite in your web.xml and you created a logon.jsp page for Tomcat form-based authentication. If you

Sharing session between webapps

2003-08-14 Thread Aymeric Alibert
Hi, I have two web applications running on the same Tomcat server. One is used for administration (webapp1) of the other one (webapp2). I would like my administration application to be able to set some session values in 'webapp2' and then redirect to 'webapp2'. The goal is to bypass the login

Re: Regarding Tomcat Start

2003-09-27 Thread Aymeric Alibert
Your server failed to start. You can see errors by opening a DOS prompt and run 'catalina.bat run' from the tomcat bin directory. This should start the server in the same window instead of opening a new window that will closed itself if startup fails. Aymeric. [EMAIL PROTECTED] 09/27/03

RE: Best JVM for Tomcat

2003-12-03 Thread Aymeric Alibert
We are running Tomcat under Solaris 8 and tried to use the '-server' option.The option improved greatly the performances, but unfortunately load testing showed that the JVM would crash systematically under heavy load. No problem running with the '-client' option. Aymeric. [EMAIL PROTECTED]

Re: Confusing - Compression 5.0.16 - Filter or connector???

2003-12-09 Thread Aymeric Alibert
Also, be aware of some bugs in IE with some formats: PDF - http://www.15seconds.com/issue/020314.htm I read somewhere that css and javascript files have issues too. In this case, the filter option is better since you can specify which extension to compress. Aymeric. [EMAIL PROTECTED]