apache2.2-tomcat6.0の連携のエラーについて
apache2.2-tomcat6.0の連携のエラーについて
apache、tomcatをインストール後、
apacheのhttpd.confにて以下の手順で設定を行いましたが
「http://localhost/」にアクセスすると
tomcatのトップページが表示されず、
「Service Temporarily Unavailable」と表示されてしまいます。
正常に連携させるにはどのようにしたらよろしいでしょうか?
「http://localhost:8080/」にアクセスした場合は
tomcatのトップページが正常に表示されます。
■手順
1、以下の行のコメントアウトを解除。
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
2、最後にhttpd.conf末尾に以下の内容を記述。
<Location />
ProxyPass ajp://localhost:8009/
</Location>
■apacheのエラーログには以下のように出力されました。
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.100.2 for ServerName
[Tue Jul 13 21:24:49 2010] [notice] Apache/2.2.15 (Win32) configured -- resuming normal operations
[Tue Jul 13 21:24:49 2010] [notice] Server built: Mar 4 2010 11:27:46
[Tue Jul 13 21:24:49 2010] [notice] Parent: Created child process 3164
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.100.2 for ServerName
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.100.2 for ServerName
[Tue Jul 13 21:24:49 2010] [notice] Child 3164: Child process is running
[Tue Jul 13 21:24:49 2010] [notice] Child 3164: Acquired the start mutex.
[Tue Jul 13 21:24:49 2010] [notice] Child 3164: Starting 64 worker threads.
[Tue Jul 13 21:24:49 2010] [notice] Child 3164: Starting thread to listen on port 80.
[Tue Jul 13 21:25:23 2010] [error] (OS 10061)対象のコンピューターによって拒否されたため、接続できませんでした。 : proxy: AJP: attempt to connect to 127.0.0.1:8009 (localhost) failed
[Tue Jul 13 21:25:23 2010] [error] ap_proxy_connect_backend disabling worker for (localhost)
[Tue Jul 13 21:25:23 2010] [error] proxy: AJP: failed to make connection to backend: localhost