RE: canno startup Tomcat 4.0.1 - how to nobble JSP?

2002-01-28 Thread Anton Brazhnyk
Hi, > -Original Message- > From: David Hewlett [mailto:[EMAIL PROTECTED]] > Sent: Saturday, January 26, 2002 11:33 PM > To: Micael Padraig Og mac Grene > Cc: Tomcat Users List > Subject: Re: canno startup Tomcat 4.0.1 - how to nobble JSP? > > > Micael, >

Re: canno startup Tomcat 4.0.1 - how to nobble JSP?

2002-01-27 Thread Micael Padraig Og mac Grene
Hi, David, I don't know why you hate jsp, and respect your decision. But, I find jsp is the cat's meow for me. I employ the taglibs extensively and love the results. Prior to developing my taglibs, I used a home made post controller filter interface Page which was just String [] processRe

Re: canno startup Tomcat 4.0.1 - how to nobble JSP?

2002-01-27 Thread David Hewlett
Yes, of course a serious typo! it was of course 4.0.2-b2! I could have used 4.0.1 but decided it made sense to look ahead while i could. We may conclude then that something, unknown, didnt gel between jdk 1.3.1 and Tomcat and we will never know. I However i remain very curious as i know of happi

Re: canno startup Tomcat 4.0.1 - how to nobble JSP?

2002-01-27 Thread John Kalucki
j2sdk1.4.0 was all that I needed to get Tomcat 4.0.1 or 4.0.2-b2 to work. Tomcat 4.0.2-b2 didn't work on the old JVM either, BTW. I'm going to stick wtih Tomcat 4.0.1. (BTW: Not sure what you mean by Tomcat 1.4, I'm assuming that it was a typo.) Thanks. -John Kalucki At 09:33 PM 1/26/2002

Re: canno startup Tomcat 4.0.1 - how to nobble JSP?

2002-01-26 Thread David Hewlett
Micael, After dowloading j2sdk1.4 and Tomcat 1.4 it worked straightaway! I can only conclude that a particular version pair was the cause and like i always join the slowest supermarket queue Admittedly these versions are all beta however this does not hurt me right now and i will proceed fr

Re: canno startup Tomcat 4.0.1

2002-01-25 Thread David Hewlett
On Friday 25 January 2002 7:57 am, you wrote: > I downloaded a new copy of Tomcat and the problems disappeared. > Thanks, I will try the same. > At 11:40 AM 1/22/02 +, you wrote: > >Despite the good advice to carefully go through the documentation again > > the 'problem' still persists : I

re: canno startup Tomcat 4.0.1

2002-01-24 Thread Micael Padraig Og mac Grene
I downloaded a new copy of Tomcat and the problems disappeared. At 11:40 AM 1/22/02 +, you wrote: >Despite the good advice to carefully go through the documentation again the >'problem' still persists : It appears neither to start nor to fail? >glibc version is 2.2.4-21 >jdk is 1.3.1 > >i

re: canno startup Tomcat 4.0.1

2002-01-22 Thread David Hewlett
Despite the good advice to carefully go through the documentation again the 'problem' still persists : It appears neither to start nor to fail? glibc version is 2.2.4-21 jdk is 1.3.1 i have set: ulimit -s 2048 and: export LD_ASSUME_KERNEL=2.2.5 I see i am not alone as two others report simil