Re: INSTALLING TOMCAT - PART II

2002-01-28 Thread David Hewlett

Hi,

Had the same problem. Does not seem to effect everyone though...
It is strange that no one appears to know why.
But the solution which always apparently works is to go for j2sdk1.4 - it did 
for me and others.
I wish you every luck.

On Monday 28 January 2002 2:10 pm, you wrote:
> Okey..
>
> Lets start now the second part of this issue.
>
> I've installed TOMCAT (downloaded from
> http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/ and I saw on
> the documentation that I'm supposed to run the
> CATALINA_HOME/bin/./startup.sh
>
> Well I did it.
>
> and look what I got back:
>
> root@omega:~/jakarta-tomcat-4.0/bin# ./startup.sh
> Using CATALINA_BASE:   /root/jakarta-tomcat-4.0
> Using CATALINA_HOME:   /root/jakarta-tomcat-4.0
> Using CATALINA_TMPDIR: /root/jakarta-tomcat-4.0/temp
> Using JAVA_HOME:   /etc/jdk1.3.1_02
> root@omega:~/jakarta-tomcat-4.0/bin#
>
> Is it running?? How can I know?? grep tomcat doesnt show anything..
>
> I'm still needing help, thank you all for helping me!


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Re: INSTALLING TOMCAT - PART II

2002-01-28 Thread Rafael

Jean

It runs, but shuts down by itself.

Look at it.

root@omega:~/jakarta-tomcat-4.0/bin# ps xaf|grep java
25622 pts/0S  0:00  \_ grep java
25549 pts/0R  0:03
/etc/jdk1.3.1_02/bin/i386/native_threads/java -Djava.
25578 pts/0S  0:00  \_
/etc/jdk1.3.1_02/bin/i386/native_threads/java -Dj
25579 pts/0S  0:00  \_
/etc/jdk1.3.1_02/bin/i386/native_threads/java
25580 pts/0S  0:00  \_
/etc/jdk1.3.1_02/bin/i386/native_threads/java
25581 pts/0S  0:00  \_
/etc/jdk1.3.1_02/bin/i386/native_threads/java
25584 pts/0S  0:00  \_
/etc/jdk1.3.1_02/bin/i386/native_threads/java
25585 pts/0S  0:00  \_
/etc/jdk1.3.1_02/bin/i386/native_threads/java
25586 pts/0S  0:00  \_
/etc/jdk1.3.1_02/bin/i386/native_threads/java
25587 pts/0S  0:00  \_
/etc/jdk1.3.1_02/bin/i386/native_threads/java
25594 pts/0R  0:00
/etc/jdk1.3.1_02/bin/i386/native_threads/java -Djava.
root@omega:~/jakarta-tomcat-4.0/bin#


Now.. typing ps -ef|grep java:

root@omega:~/jakarta-tomcat-4.0/bin# ps -ef|grep java
root 25658 21719  0 12:51 pts/000:00:00 grep java

It is now down and I have no clue about why..

I want to install it as a module of apache if possible, please, help me.

Thank you!
- Original Message -
From: "Jean-Luc BEAUDET" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Monday, January 28, 2002 12:42 PM
Subject: Re: INSTALLING TOMCAT - PART II


> ADAM FOWLER a écrit :
>
> > http://tomcatbook.sourceforge.net
> >
> > Adam.
> >
> > - Original Message -
> > From: "Rafael" <[EMAIL PROTECTED]>
> > To: "Tomcat Users List" <[EMAIL PROTECTED]>
> > Sent: Monday, January 28, 2002 2:10 PM
> > Subject: Re: INSTALLING TOMCAT - PART II
> >
> > > Okey..
> > >
> > > Lets start now the second part of this issue.
> > >
> > > I've installed TOMCAT (downloaded from
> > > http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/ and I saw
on
> > > the documentation that I'm supposed to run the
> > > CATALINA_HOME/bin/./startup.sh
> > >
> > > Well I did it.
> > >
> > > and look what I got back:
> > >
> > > root@omega:~/jakarta-tomcat-4.0/bin# ./startup.sh
> > > Using CATALINA_BASE:   /root/jakarta-tomcat-4.0
> > > Using CATALINA_HOME:   /root/jakarta-tomcat-4.0
> > > Using CATALINA_TMPDIR: /root/jakarta-tomcat-4.0/temp
> > > Using JAVA_HOME:   /etc/jdk1.3.1_02
> > > root@omega:~/jakarta-tomcat-4.0/bin#
> > >
> > > Is it running?? How can I know?? grep tomcat doesnt show anything..
> > >
> > > I'm still needing help, thank you all for helping me!
> > >
> > >
> > > --
> > > 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]>Hum...
>
> Hum...
>
> Try a
> # ps -fe | grep java
>
> You should obtain smth like
> ../.. /usr/j2se/bin/../bin/sparc/native_threads/java -classpath
> /usr/local/Tomcat/bin
> according that /usr/local/Tomcat is the Dir where my bin distribution is
> installed...
>
> Hope this helps
>
> Jean-Luc B :O)
>
>
>
> --
> 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]>




Re: INSTALLING TOMCAT - PART II

2002-01-28 Thread Jean-Luc BEAUDET

ADAM FOWLER a écrit :

> http://tomcatbook.sourceforge.net
>
> Adam.
>
> - Original Message -
> From: "Rafael" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Monday, January 28, 2002 2:10 PM
> Subject: Re: INSTALLING TOMCAT - PART II
>
> > Okey..
> >
> > Lets start now the second part of this issue.
> >
> > I've installed TOMCAT (downloaded from
> > http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/ and I saw on
> > the documentation that I'm supposed to run the
> > CATALINA_HOME/bin/./startup.sh
> >
> > Well I did it.
> >
> > and look what I got back:
> >
> > root@omega:~/jakarta-tomcat-4.0/bin# ./startup.sh
> > Using CATALINA_BASE:   /root/jakarta-tomcat-4.0
> > Using CATALINA_HOME:   /root/jakarta-tomcat-4.0
> > Using CATALINA_TMPDIR: /root/jakarta-tomcat-4.0/temp
> > Using JAVA_HOME:   /etc/jdk1.3.1_02
> > root@omega:~/jakarta-tomcat-4.0/bin#
> >
> > Is it running?? How can I know?? grep tomcat doesnt show anything..
> >
> > I'm still needing help, thank you all for helping me!
> >
> >
> > --
> > 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]>Hum...

Hum...

Try a
# ps -fe | grep java

You should obtain smth like
../.. /usr/j2se/bin/../bin/sparc/native_threads/java -classpath
/usr/local/Tomcat/bin
according that /usr/local/Tomcat is the Dir where my bin distribution is
installed...

Hope this helps

Jean-Luc B :O)



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




RE: INSTALLING TOMCAT - PART II

2002-01-28 Thread John Wadkin

on unix:

ps -ef

and look for "java". ps -ef is also handy for checking any variables passed
to the JVM. Not sure of the Linux format for this command!

Thanks,
 
John
 
Quote for the week:
 
The men with the muck-rakes are often indispensable to the well-being of
society; but only if they know when to stop raking the muck.
 
Theodore Roosevelt, Speech in New York, 11 Nov. 1902
 


-Original Message-
From: Rafael [mailto:[EMAIL PROTECTED]]
Sent: 28 January 2002 14:11
To: Tomcat Users List
Subject: Re: INSTALLING TOMCAT - PART II


Okey..

Lets start now the second part of this issue.

I've installed TOMCAT (downloaded from
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/ and I saw on
the documentation that I'm supposed to run the
CATALINA_HOME/bin/./startup.sh

Well I did it.

and look what I got back:

root@omega:~/jakarta-tomcat-4.0/bin# ./startup.sh
Using CATALINA_BASE:   /root/jakarta-tomcat-4.0
Using CATALINA_HOME:   /root/jakarta-tomcat-4.0
Using CATALINA_TMPDIR: /root/jakarta-tomcat-4.0/temp
Using JAVA_HOME:   /etc/jdk1.3.1_02
root@omega:~/jakarta-tomcat-4.0/bin#

Is it running?? How can I know?? grep tomcat doesnt show anything..

I'm still needing help, thank you all for helping me!


--
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]>




Re: INSTALLING TOMCAT - PART II

2002-01-28 Thread Teemu Hiltunen

On Mon, 28 Jan 2002, Rafael wrote:

> Okey..
>
> Lets start now the second part of this issue.
>
> I've installed TOMCAT (downloaded from
> http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/ and I saw on
> the documentation that I'm supposed to run the
> CATALINA_HOME/bin/./startup.sh
>
> Well I did it.
>
> and look what I got back:
>
> root@omega:~/jakarta-tomcat-4.0/bin# ./startup.sh
> Using CATALINA_BASE:   /root/jakarta-tomcat-4.0
> Using CATALINA_HOME:   /root/jakarta-tomcat-4.0
> Using CATALINA_TMPDIR: /root/jakarta-tomcat-4.0/temp
> Using JAVA_HOME:   /etc/jdk1.3.1_02
> root@omega:~/jakarta-tomcat-4.0/bin#
>
> Is it running?? How can I know?? grep tomcat doesnt show anything..
>
> I'm still needing help, thank you all for helping me!
>

Check out catalina.out in logs directory under $CATALINA_HOME. Check out
other log files there also to get hang of how Tomcat works. The files in
logs directory are created according to settings in server.xml in your
$CATALINA_HOME/conf directory.

To see whether the Tomcat is running check http://localhost:8080
You should see the Tomcat index.html page which is located in your
$CATALINA_HOME/webapps/ROOT directory.

--teemu



> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 
>
>


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Re: INSTALLING TOMCAT - PART II

2002-01-28 Thread ADAM FOWLER

http://tomcatbook.sourceforge.net

Adam.

- Original Message - 
From: "Rafael" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Monday, January 28, 2002 2:10 PM
Subject: Re: INSTALLING TOMCAT - PART II


> Okey..
> 
> Lets start now the second part of this issue.
> 
> I've installed TOMCAT (downloaded from
> http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/ and I saw on
> the documentation that I'm supposed to run the
> CATALINA_HOME/bin/./startup.sh
> 
> Well I did it.
> 
> and look what I got back:
> 
> root@omega:~/jakarta-tomcat-4.0/bin# ./startup.sh
> Using CATALINA_BASE:   /root/jakarta-tomcat-4.0
> Using CATALINA_HOME:   /root/jakarta-tomcat-4.0
> Using CATALINA_TMPDIR: /root/jakarta-tomcat-4.0/temp
> Using JAVA_HOME:   /etc/jdk1.3.1_02
> root@omega:~/jakarta-tomcat-4.0/bin#
> 
> Is it running?? How can I know?? grep tomcat doesnt show anything..
> 
> I'm still needing help, thank you all for helping me!
> 
> 
> --
> 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]>




Re: INSTALLING TOMCAT - PART II

2002-01-28 Thread Rafael

Okey..

Lets start now the second part of this issue.

I've installed TOMCAT (downloaded from
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/ and I saw on
the documentation that I'm supposed to run the
CATALINA_HOME/bin/./startup.sh

Well I did it.

and look what I got back:

root@omega:~/jakarta-tomcat-4.0/bin# ./startup.sh
Using CATALINA_BASE:   /root/jakarta-tomcat-4.0
Using CATALINA_HOME:   /root/jakarta-tomcat-4.0
Using CATALINA_TMPDIR: /root/jakarta-tomcat-4.0/temp
Using JAVA_HOME:   /etc/jdk1.3.1_02
root@omega:~/jakarta-tomcat-4.0/bin#

Is it running?? How can I know?? grep tomcat doesnt show anything..

I'm still needing help, thank you all for helping me!


--
To unsubscribe:   
For additional commands: 
Troubles with the list: