[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:33140] tomcat4+apache にて
ゆざわです。woodyを使っています。
javaをやってみようかと、
>j2sdk1.3 - Blackdown Java(TM) 2 SDK, Standard Edition
>tomcat4 - Java Servlet 2.3 engine with JSP 1.2 support
>tomcat4-webapps - Java Servlet engine -- documentation and example web applications
>libapache-mod-webapp - IMHO web server connector for Apache
とそれに必要なものをapt-getで入れました。とりあえず、
http://localhost:8180/
でtomcatが動いているのは確認できました。そこで、次にapacheと連動
させようかと、http.confに
>LoadModule webapp_module /usr/lib/apache/1.3/mod_webapp.so
><IfModule mod_webapp.c>
> WebAppConnection infoConnection info
> WebAppConnection warpConnection warp localhost:8008
> WebAppMount examples warpConnection /examples/
></IfModule>
を追記し、
http://localhost/examples/
としたところ、
>mod_webapp(warp) error
>
>Unable to connect (-2) to Host: localhost (127.0.0.1) Port: 8008
と表示され、apacheのerror.logには
>Cannot retrieve host ID for ホスト名:80
>[error] Error handling "http://localhost:80/examples/": Unable to connect (-2) to Host: localhost (127.0.0.1) Port: 8008
と出力され、tomcatのapache_logには
>yyyy-mm-dd hh:mm:ss [org.apache.catalina.connector.warp.WarpConfigurationHandler] Invalid packet with type 0
>yyyy-mm-dd hh:mm:ss [org.apache.catalina.connector.warp.WarpConnection] Exception on socket
>java.io.IOException: Broken pipe
> at java.net.SocketOutputStream.socketWrite(Native Method)
> at java.net.SocketOutputStream.write(SocketOutputStream.java:62)
> at org.apache.catalina.connector.warp.WarpConnection.send(WarpConnection.java:219)
> at org.apache.catalina.connector.warp.WarpConfigurationHandler.handle(WarpConfigurationHandler.java:246)
> at org.apache.catalina.connector.warp.WarpConnection.run(WarpConnection.java:189)
> at java.lang.Thread.run(Thread.java:484)
と出力され、動いてくれません。Cannot retrieve host ID for ホスト名:80
てのが非常に気になるのですが、他に何か設定等必要なのでしょうか?
--
Yuzawa, Takashi. as yunomi.
mailto:yunomi@xxxxxxxxxxxxxxx