Danster
01-30-2001, 09:24 PM
other than going to http://127.0.0.0:8080 is there any way to tell if tomcat is installed properly? Could it be that java isn't running properly?
I've installed tomcat using the RPM.
# rpm -q tomcat
tomcat-3.1-4
During install, it complained that the doc needed 'webserver' -- I didn't know what that was 'cause I use Apache 1.3.14 with compiled from source with OpenSSL etc.
So if I RPM -q apache -- it doesn't think it's installed. Any ideas- how can I tell if java and/or tomcat is running? I also tried compiling from source, and it said:
SPECS]# rpm -bb --nodeps tomcat-3.1.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.83357
+ umask 022
+ cd /usr/src/redhat/BUILD
+ rm -rf /var/tmp/tomcat-root
[snip]
+ patch -p0 -s
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.71106
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd jakarta-tomcat
+ ant -Dant.home /opt/ant -Dtomcat.home /usr/src/redhat/BUILD/jakarta-tomcat -Dtomcat.build /usr/src/redhat/BUILD/jakarta-tomcat/build
Unable to initialize threads: cannot find class java/lang/Thread
Bad exit status from /var/tmp/rpm-tmp.71106 (%build)
I've installed tomcat using the RPM.
# rpm -q tomcat
tomcat-3.1-4
During install, it complained that the doc needed 'webserver' -- I didn't know what that was 'cause I use Apache 1.3.14 with compiled from source with OpenSSL etc.
So if I RPM -q apache -- it doesn't think it's installed. Any ideas- how can I tell if java and/or tomcat is running? I also tried compiling from source, and it said:
SPECS]# rpm -bb --nodeps tomcat-3.1.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.83357
+ umask 022
+ cd /usr/src/redhat/BUILD
+ rm -rf /var/tmp/tomcat-root
[snip]
+ patch -p0 -s
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.71106
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd jakarta-tomcat
+ ant -Dant.home /opt/ant -Dtomcat.home /usr/src/redhat/BUILD/jakarta-tomcat -Dtomcat.build /usr/src/redhat/BUILD/jakarta-tomcat/build
Unable to initialize threads: cannot find class java/lang/Thread
Bad exit status from /var/tmp/rpm-tmp.71106 (%build)