Don't know on the first part, but the seg fault in the second part of your email is well known. Place 'ulimit -s 2048' in your startup.sh. The JDK has a known issue with Linux and detecting a stack space of 'unlimited'. For some reason it's more prevalent in Tomcat 4.0.1 than in any previous version of Tomcat.
--David On Monday 21 January 2002 08:44 am, you wrote: > Hi, > > if I use Tomcat 4.0.1 with JDK1.4 in standalone mode, unbuffered output and > flush-functions work. Now I use it with mod_webapp and this doesn't work > anymore. The browser get's any data only after the complete site was sended > from Tomcat. > > Does anyone know how I can change this or if unbuffered ouput work with > AJP13? > > > Another question: > If I try to run Tomcat 4.0.1 with JDK 1.3.1_01 or 1.3.1_02 it quits with > "Segmentation fault". Tomcat 3.2.3 works fine. Compiling JDK from Source > doesn't work because I use SuSE 7.2. Does anybody know any workaround? > > Thank you! > Dimitrios Karvounaris > > > > > > > -- > 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]>
