RE: Tomcat RPM's?

2003-10-15 Thread Randy Watler
Steve,

According to Henri Gomez, the Tomcat Team will no longer be providing full
or le RPMs.

You can now find 4.1.27 RPMs on www.jpackage.org.

I am in the middle of evaluating those and plan on publishing a short how to
here when I have managed to install the now many RPMS required.

Randy Watler
Finali Corporation



-Original Message-
From: Steve Stearns
To: [EMAIL PROTECTED]
Sent: 10/15/03 2:44 PM
Subject: Tomcat RPM's?

I've noticed that there's not been an RPM release of Tomcat since the
4.1.24 release.  Is the RPM version of tomcat no longer being provided? 
If it is still being provided, any expectation as to when we'll see a
new RPM version?  

I looked in the mail archives and saw people asking about it, but the
only responses I saw were suggesting people just use the tar version
instead.  I could do that, but having the RPM version would be easier
for my setup and I'd rather continue to use that if it will be
available.

---Steve

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: TomCat RPM's

2002-01-02 Thread Cynthia Jeness


Donald,

The rpm builds two files in /usr/bin -- tomcat4 and tomcatd.  To start
or
stop Tomcat, just use tomcat4 start or tomcat4 stop.  One other issue
with
the RPM is that it su's to the tomcat4 user, but the var/tomcat4
directory
is owned by root.  The tomcat4 user needs at least write access to the
logs
directory.  Finally, the default port is 8180 and not 8080 with the rpm.

Other than that, the rpm worked fine.

Based on my experience, I put together my own documentation -- some of
this
is specific to our AJUG (Atlanta Java User Group) site.  If you are
interested, check out:

http://www.ajug.org/howto/tomcat4.html

Cindy Jeness


Donald Lee wrote:

 I went to

http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/rpms/

 downloaded tomcat4-4.0.1-1.noarch.rpm
 installed using rpm -iv tomcat4-4.0.1-1.noarch.rpm
 everything appeared to be going ok until I came to the part in the doc

 file I found called running.txt

 execute shell command:
 $CATALINA_HOME/bin/startup.sh

 That didn't work.
 It turns out my Tomcat installation went to
 /var/tomcat4
 which is where I set $CATALINA_HOME to.
 I looked in the $CATALINA_HOME/bin directory and to my surprise, there

 was no startup.sh, only a bootstrap.jar.  I searched my whole system
 for a startup.sh and could not find one, so I decided that something
 was dreadfully wrong, and went back to the tomcat site.
 I went into

http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/
 this time and downloaded jakarta-tomcat-4.0.1.zip
 I unpacked it and it created it's own directory of
 jakarta-tomcat-4.0.1.  I basically cut and pasted the contents of that

 directory into my /var/tomcat4 directory and over wrote all
 directories and files.  I then ran $CATALINA_HOME/bin/startup.sh and
 tested my installation with http://localhost:8080 and all appears to
 be well.I have a question, when I installed the rpm it created a
 directory etc/tomcat4/conf/tomcat4.conf.  As this was not part of my
 list of installation procedures, can I assume that this directory/file

 is not needed?  I was wondering if I could safely delete this
 directory or is something left out of the running.txt file?
 Can anybody tell me what the purpose of the rpms are if they do not
 properly install tomcat?

 Thanks, and God Bless and have a happy new year!

 --
 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: Tomcat RPM's

2002-01-02 Thread Donald Lee

Great, I am glad that there are RPMs for tomcat, It just looks like all
available documentation is for a manual unpacking of the binaries.  I may
need to remove what I have done and re-install from scratch but right now it
appears to be working good.  If you have any documentation that is geared
for the RPM distribution I would appreciate a copy.
Thanks

-Original Message-
From: cj [mailto:cj]On Behalf Of Cynthia Jeness
Sent: Wednesday, January 02, 2002 8:32 PM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: Re: TomCat RPM's



Donald,

The rpm builds two files in /usr/bin -- tomcat4 and tomcatd.  To start
or
stop Tomcat, just use tomcat4 start or tomcat4 stop.  One other issue
with
the RPM is that it su's to the tomcat4 user, but the var/tomcat4
directory
is owned by root.  The tomcat4 user needs at least write access to the
logs
directory.  Finally, the default port is 8180 and not 8080 with the rpm.

Other than that, the rpm worked fine.

Based on my experience, I put together my own documentation -- some of
this
is specific to our AJUG (Atlanta Java User Group) site.  If you are
interested, check out:

http://www.ajug.org/howto/tomcat4.html

Cindy Jeness


Donald Lee wrote:

 I went to

http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/rpms/

 downloaded tomcat4-4.0.1-1.noarch.rpm
 installed using rpm -iv tomcat4-4.0.1-1.noarch.rpm
 everything appeared to be going ok until I came to the part in the doc

 file I found called running.txt

 execute shell command:
 $CATALINA_HOME/bin/startup.sh

 That didn't work.
 It turns out my Tomcat installation went to
 /var/tomcat4
 which is where I set $CATALINA_HOME to.
 I looked in the $CATALINA_HOME/bin directory and to my surprise, there

 was no startup.sh, only a bootstrap.jar.  I searched my whole system
 for a startup.sh and could not find one, so I decided that something
 was dreadfully wrong, and went back to the tomcat site.
 I went into

http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/
 this time and downloaded jakarta-tomcat-4.0.1.zip
 I unpacked it and it created it's own directory of
 jakarta-tomcat-4.0.1.  I basically cut and pasted the contents of that

 directory into my /var/tomcat4 directory and over wrote all
 directories and files.  I then ran $CATALINA_HOME/bin/startup.sh and
 tested my installation with http://localhost:8080 and all appears to
 be well.I have a question, when I installed the rpm it created a
 directory etc/tomcat4/conf/tomcat4.conf.  As this was not part of my
 list of installation procedures, can I assume that this directory/file

 is not needed?  I was wondering if I could safely delete this
 directory or is something left out of the running.txt file?
 Can anybody tell me what the purpose of the rpms are if they do not
 properly install tomcat?

 Thanks, and God Bless and have a happy new year!

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