On SuSE 11.1, "zypper search java" indicated that I don't have any JRE or JDK installed.
"zypper install tomcat6" will install tomcat and will also install java-1_5_0-sun.
Next, did "sudo /sbin/yast2", then from System, System Services, started tomcat6. yast2 indicated a success (note: it's fake).
Pointed my browser to localhost:8080 (the default port for tomcat), nothing was there.
"telnet localhost 8080" indicated that nothing is listenning there.
Looked at the log file /usr/share/tomcat6/logs/catalina.out, which had an entry saying:
Hi, my name is Sarah. I am 11 years old. I'm a competitive swimmer. In this article I will share my swimming experience to make you a better and faster swimmer.
Let's start with your starting position on the block to get ready to dive:
Your dive is an extremely important part of swimming. If your dive is not good, you will be behind in a race or relay, but not only that you could lose a lot of self-confidence.
Converting Celsius to Fahrenheit formula
1. F = (C) * 9/5 + 32
Substitute the degree in Celsius for C . ex. F = (30) * 9/5 + 32
2. Once you've substituted the degree in Celsius for C, multiply it by 9.
ex. 30 * 9 = 270
3. When you have your product, divide it by 5.
ex. 270/ 5 = 54
4. Add 32 to your quotent.
ex. 54 + 32 = 86
Converting Fahrenhiet to Celsius formula
1. C = ( F - 32 ) * 5/9
( substitute the degree in Fahrenhiet for F. ex. C = (42 - 32 ) * 5/9 )
2. Once you've substituted the degree, subtract 32 to the degree.
ex. 42 - 32 = 10
3. After you've subtracted, multiply the difference by 5.
ex. 10 * 5 = 50
4. Once you get your product, divide it by 9.
ex. 50/9 = 5.5555 etc.
Once your done you have completed your converting.
C = 5.55555 etc.
C = temprature in Celsius
F = temprature in Fahrenheit
TRY IT YOURSELF
tkcvs is a gui front-end for cvs. I got the package from http://www.twobarleycorns.net/tkcvs.html, installed by running the included doinstall.tcl script, which installed tkcvs and tkdiff to /usr/local.
When trying to diff a source file with its previous version, tkdiff failed to launch and I got the dreaded "expected integer but got "bold"" error.
Fixed this by installing tkdiff using zypper (which installed to /usr/bin) and changed tkcvs_def.tcl so that /usr/bin/tkdiff is used instead of the one in /usr/local