さぁぶれっとを作ろう (2)

あらためてバイナリを入れるか、jdom-1.1 の野良 port を作らなきゃいけないかなぁ、とか思いつつ、ほったらかしにしてたら、対処されたようです。http://www.jdom.org/dist/source/ で見つからなかったら http://www.jdom.org/dist/source/archive/ を探すように修正されたみたい。

そんなわけで、今度こそ port いっぱつで Tomcat がインストールされるようになりました。Tomcat のインストールが済んだので、今度は、えーと…、なにをするつもりだったっけ?

あと、そういえば、port が注意書きを出しているのでメモがわりに貼付けておく。

###########################################################
# A startup item has been generated that will aid in
# starting tomcat5 with launchd. It is disabled
# by default. Execute the following command to start it,
# and to cause it to launch at startup:
#
# sudo launchctl load -w /Library/LaunchDaemons/org.macports.tomcat5.plist
###########################################################
#
# Configuration files in /opt/local/share/java/tomcat5/conf have been
# installed with a .sample extension so that they won't be replaced by a
# port update. Each will be copied to its proper location during the
# first startup of tomcat by catalina.sh or tomcatctl if you don't
# do this yourself first. If this _is_ an update, you might do a diff to
# verify that you're not missing anything in the newer .sample versions
# of these files.
#
# The script /opt/local/share/java/tomcat5/bin/tomcatctl has been installed to
# facilitate start and stop of tomcat using the jsvc utility, which allows you to
# start tomcat as a true daemon process. Once tomcat has acquired its TCP socket,
# jsvc will drop its root privileges and run as user www.
#
# Under Apple Java, control over the Java version used to launch tomcat5 is
# through the shell variable JAVA_JVM_VERSION. This variable should be set
# to a java version such as 1.4, 1.5, or CurrentJDK (for the default version).
# You may set JAVA_JVM_VERSION in /opt/local/share/java/tomcat5/bin/setenv.sh.
#