Yeah.  I built mine from the nightly snapshots posted to 
http://nagoya.apache.org/~pier/snapshots/

It's worked like a charm for me.  I probably should take a look at the 
history for the project since my build is a couple of months old.

--David

On Tuesday 15 January 2002 10:37 am, you wrote:
> David
>
> have you got the mod-webbapp working under Mandrake?
>
> Dom
>
> -----Original Message-----
> From: David Smith [mailto:[EMAIL PROTECTED]]
> Sent: 15 January 2002 15:25
> To: Tomcat Users List
> Subject: Re: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone
> Mode
>
>
> hmmm.... if you do a ps -a | grep java, do you get a list of java threads?
> That'll show that TC is actually working and not getting a seg fault on
> startup or something.  Also netstat -tln should provide a list of open
> server ports for your machine and you should see some ports open [8005
> (AJP12), 8008 (WARP), 8080 or 8180 (HTTP), maybe 8009 (AJP13)] as a result
> of TC working.
>
> I modified my startup.sh and shutdown.sh to include ulimit -s 2048 because
> TC would die on startup with a seg fault. (Mandrake 8 and TC 4.0.1)
>
> Just something to think about.
>
> --David
>
> On Monday 14 January 2002 08:21 am, you wrote:
> > Hi I just thought I would send more information into the list in case I
> > am missing any insights into my puzzle that somebody else might see
> >
> > I have Suse 7.2 with the KDE 2.1.2
> >
> > I installed Sun's JDK 1.3.1_02 in usr/local/JDK
> > I installed Tomcat 4.0.1 in usr/local/Tomcat
> >
> > In my /etc/profile I added the following variables:
> >
> > JAVA_HOME=/usr/local/JDK
> > TOMCAT_HOME=/usr/local/Tomcat
> > CATALINA_HOME=/usr/local/Tomcat
> >
> > All of the directories involved grant read, write, and execute
> > permissions to the "users" group.
> >
> > When I execute Tomcat 4.0.1 through startup.sh Tomcat repeats back all
> > of the paths/environmental variables correctly with no error messages.
> > The Tomcat logs show no error messages.
> >
> > However when I go to http://localhost:8080/ in Netscape 6.2.1 ( and
> > konqueror ) nothing happens.
> >
> > When I run the shutdown script more then once I get an error so I
> > believe Tomcat, in some way is on.
> >
> > I would like to get Tomcat working in stand alone mode, but I am
> > clueless about what else I can try ( I did put the ulimit command at the
> > top of catalina.sh ).
> >
> > Any ideas?
> >
> > Thanks in advance
> >
> >
> >
> > Steve
> >
> > The Java Resource Dump
> > http://www.geocities.com/beforewisdom/Java/index.html
> >
> > -------------------------------------------------------
> > "Rancor is an outpouring of a feeling of inferiority"
> > - Jose' Ortega y Gasset
> > --------------------------------------------------------
> >
> >
> > --
> > 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]>

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

Reply via email to