You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "GUMMALAM,MOHAN (HP-PaloAlto,ex1)" <mo...@hp.com> on 2001/06/05 19:12:31 UTC

RE: Has anyone successfully installed mod_jk on HP UX on 32 bit mode?

Hi Joyce:  If you are not particular about using mod_jk, and are ok with
using mod_jserv (Ajp12), then you might want to download apache 1.3.14
bundled with Tomcat 3.1.1 at
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo
.pl?productNumber=B9415AA (click on the orange "try now" button in the
bottom for downloading).  Note that this product is free.  All you have to
do is install, and the product is up and running.  Quick (and easy)
configuration file changes, will get Apache and Tomcat running together.
Documentation, help guide, etc., is incorporated with product.
Hope this helps..
M

> -----Original Message-----
> From: Joyce.Fung@statcan.ca [mailto:Joyce.Fung@statcan.ca]
> Sent: Tuesday, June 05, 2001 6:04 AM
> To: tomcat-user@jakarta.apache.org
> Subject: Has anyone successfully installed mod_jk on HP UX on 32 bit
> mode?
> 
> 
> 
> I am trying to get apache and tomcat to run together on a 
> HPUX 11.00 on a 32
> bit mode.
> I heard that my troubles are only beginning when I am 
> starting to install
> mod_jk?
> Has anyone installed it successfully? 
> Does anyone have any hints?
> 
> Thanks!
> 
> 
> 
> Joyce Fung
> Systems Group
> Statistics Canada
> Email  joyce.fung@statcan.ca
> 
> 
> 
> 
> Hi,
> 
> We have a problem using jakarta-tomcat 3.2.1 / 3.2.2 
> standalone on HP UX
> 11.00.
> We can start tomcat normally without getting any errors. The 
> error occurs
> when we try to access tomcat.
> In the tomcat source the position is the call of a Java method:
> ServerSocket.accept() this method starts
> the listening on the specified port (8080).
> We have other machines running the same operating system and 
> tomcat works
> well.
> 
> Any hints?
> 
> The tomcat error message:
> 
> 2001-03-06 05:28:49 - PoolTcpEndpoint: Endpoint
> ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8090] 
> ignored exception:
> java.net.SocketException: Socket closed - java.net.SocketException:
> Socket closed
> at java.net.PlainSocketImpl.socketAccept(Native Method)
> at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:418)
> at java.net.ServerSocket.implAccept(ServerSocket.java:240)
> at java.net.ServerSocket.accept(ServerSocket.java:224)
> at
> org.apache.tomcat.service.PoolTcpEndpoint.acceptSocket(PoolTcp
> Endpoint.java:
> 286)
> at
> org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoin
> t.java:402)
> at
> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPo
> ol.java:498)
> at java.lang.Thread.run(Thread.java:479)
> 
>