Re: tomcat crash on mac os X

2004-10-16 Thread Edoardo Panfili
Ben Souther wrote: In witch way I can be more precise? By posting your log files. The time of the crash comes from a custom log file from my application: 12 October 2004 17:09:38 (last log of my application, in a good situation this will be followed by other messages) Sever (manual) restart at:

AW: How to redirect http to https automatically?

2004-10-16 Thread Steffen Heil
Hi Actually, I'm a big advocate against staying in HTTPS, because of the overhead. However, this is a problem with Tomcat, because in the 4.x and 5.x lines it was decided by someone that if a session started in HTTPS it is only valid in HTTPS (basically, the session cookie is turned into a

Problems with jakarta-tomcat-5.0.28 and Slackware 10.0

2004-10-16 Thread Bart Seresia
Hello list, I have a problem regarding tomcat-5.0.28 on my slackware 10.0 machine. I'm working on it now for more then 2 full day's and it is getting really fristrating. So any help would be welcome. Here is a stat of events: *Because the need arrose to support jsp pages i dessided to

Re: Problems with jakarta-tomcat-5.0.28 and Slackware 10.0

2004-10-16 Thread Kevin Offet
Hello Bart, just to let you know it can be done - we have a slackware 10.0 box that currently has sun's SDK-java 1.4.2_05 and tomcat 5.0.28 installed, and working without problem. it was straight forward and easy to setup as per each's install instructions. no additional settings were required.

Re: Problems with jakarta-tomcat-5.0.28 and Slackware 10.0

2004-10-16 Thread QM
On Sat, Oct 16, 2004 at 03:57:59PM +0200, Bart Seresia wrote: : I have a problem regarding tomcat-5.0.28 on my slackware 10.0 machine. So far, so good. : With the dowloads from java.sun i have even more problems. As it appears : that those builds are broking for slackware. (Every program from

Re: Customizing Tomcat error page

2004-10-16 Thread Lukas Bradley
Unfortunately, the exception-type does not catch return code. I already have one exception-typejava.lang.Exception/exception-type which is a good umbrella for all exception an alike. However, it does not catch 404, for example. Try this in your web.xml error-page

Error Building Tomct 5.0.28 with JDK 1.5

2004-10-16 Thread Joe Krause
I'm trying to compile Tomcat 5.0.28 from source using Sun's new JDK 1.5. I am using Ant 1.6.2 (which I built from source against the 1.5 JDK). I successfully get through grabbing all of the dependant libraries that I need. Once the build script gets to the build-main target, I get an error

Re: Error Building Tomct 5.0.28 with JDK 1.5

2004-10-16 Thread Shinobu Kawai
Hi Joe, I'm trying to compile Tomcat 5.0.28 from source using Sun's new JDK 1.5. I am using Ant 1.6.2 (which I built from source against the 1.5 JDK). I successfully get through grabbing all of the dependant libraries that I need. Once the build script gets to the build-main target, I get

Re: Error Building Tomct 5.0.28 with JDK 1.5

2004-10-16 Thread Joe Krause
Thanks Shinobu (especially for getting back so quickly) I'll try compiling Tomcat 5.5 instead. The only reason I didn't want to go straight to Tomcat 5.5 was to isolate changes. I'm currently running/compiling Tomcat 5.0.28 against the 1.4.2 JDK in our production environment. I am thinking of