You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mo...@flashmail.com on 2000/01/29 10:18:06 UTC

Tomcat 3.0 rpms

Hi,
    I had to mangle the install after I installed the rpm of tomcat.
In particular I noticed
[root@peon v3.0]# rpm -qpl tomcat-3.0-0.noarch.rpm | grep jar
/opt/tomcat/lib/jasper.jar
/opt/tomcat/lib/servlet.jar
/opt/tomcat/webserver.jar

which I had to get some stuff from the tgz to make it run.
I think the xml.jar not being there caused it to not run.

[root@peon v3.0]# ll /opt/tomcat/lib
total 404
-rw-r--r--   1 root     root        66976 Dec 30 00:55 ant.jar
-rw-r--r--   1 root     root       167765 Dec 16 12:10 jasper.jar
-rw-r--r--   1 root     root        40782 Dec 16 12:10 servlet.jar
-rw-r--r--   1 root     root       132472 Dec 30 00:55 xml.jar

I might even make a new RPM from my install if nobody else
has much interest in it. IMHO /usr/local/ would be a nice place
for it, instead of /opt/

--
--------------------------------------------------------
In this world there are only two tragedies.
One is not getting what one wants,
and the other is getting it.
                -- Oscar Wilde