を追加して # /etc/rc.d/init.d/httpd restart したら Stopping httpd: [ OK ] Starting httpd: [Fri Dec 21 14:47:57 2001] [warn] VirtualHost 210.255.82.203:80 overlaps w ith VirtualHost 210.255.82.203:80, the first has precedence, perhaps you need a NameVirtua lHost directive [ OK ] というメッセージが出ました。
ええと、httpd restartしたところ >Starting httpd: [Fri Dec 21 14:47:57 2001] [warn] VirtualHost 111.111.111.111 overlaps with VirtualHost 111.111.111.111, >the first has precedence, perhaps you need a NameVirtualHost directive というメッセージが出たので、
# Each directory to which Apache has access, can be configured with respect # to which services and features are allowed and/or disabled in that # directory (and its subdirectories). # # First, we configure the "default" to be a very restrictive set of # permissions. # #<Directory /> # Options FollowSymLinks # AllowOverride None #</Directory>
@echo off rem build.bat -- Build Script for the "Hello, World" Application rem $Id: build.bat,v 1.3.2.2 2000/11/27 22:45:57 craigmcc Exp $
set _CP=%CP%
rem Identify the custom class path components we need set CP=%TOMCAT_HOME%\lib\ant.jar;%TOMCAT_HOME%\lib\servlet.jar set CP=%CP%;%TOMCAT_HOME%\lib\jaxp.jar;%TOMCAT_HOME%\lib\parser.jar set CP=%CP%;%JAVA_HOME%\lib\tools.jar
rem Execute ANT to perform the requird build target java -classpath %CP%;%CLASSPATH% org.apache.tools.ant.Main -Dtomcat.home=%TOMCAT_HOME% %1 %2 %3 %4 %5 %6 %7 %8 %9