Thanks, David,

Could I ask you to send me the script you use in startup.sh?  That would be 
super.  I am quite adept at Java and C++ but have limited scripting abilities.

-- micael

At 01:40 PM 1/21/02 -0500, you wrote:
>JDK 1.4?  I haven't worked with that yet since last I checked it was still a
>beta release.   As far as the ulimit... line goes, I was being literal
>(except for the quote marks :-).  At least that's the command for the bash
>shell to limit stack space for executed commands.  It may be different
>depending on the shell you use and I thought the seg fault problem was fixed
>in 1.4.  Maybe not??  Hopefully someone more familiar with the Bug Parade on
>JDK 1.4 can offer some insight.
>
>Anyway, if you use it, just make sure it's before the java.... command that
>actually starts Tomcat itself.  I put it in the startup.sh script before the
>call to catalina.sh since that's how I start Tomcat on the dev machine.  It's
>in the script for starting tomcat from /etc/init.d as well on my production
>server (Mandrake 8).
>
>--David
>
>On Monday 21 January 2002 12:40 pm, you wrote:
> > At 10:27 AM 1/21/02 -0500, you wrote:
> > >I believe this one is well documented, but there is an issue with JDK
> > > 1.3.x and Linux where a stack set to unlimited will cause a seg fault.
> > > To fix, use 'ulimit -s 2048' in either startup.sh or catalina.sh.
> > >
> > >If this doesn't fix it, please post more info (OS dist, JDK version, exact
> > >error text, etc...)
> > >
> > >--David
> >
> > I am using JDK1.4.  Would you expand on what "use 'unlimit -s 2048' in
> > either startup.sh or catalina.sh" means in practice?  Where do I put that
> > in startup.sh, if you are being literal?  Or, if you are not being literal,
> > do I just put it in the command line?
> >
> > Should I go back to JDK1.3.1?  I really like the new stuff in JDK1.4 and
> > would like to use that if there is a possibility.
> >
> > Thanks for your help.
> >
> > - Micael
> >
> >
> >
> > --
> > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>
>--
>To unsubscribe:   <mailto:[EMAIL PROTECTED]>
>For additional commands: <mailto:[EMAIL PROTECTED]>
>Troubles with the list: <mailto:[EMAIL PROTECTED]>



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to