You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Daniel Ali <da...@gaemon.com> on 2002/07/19 15:11:37 UTC

Yet another tomcat4+apache1.3+mod_webapp problem

Hello everyone!

I use Debian Woody 3.0, Apache 1.3.26, Tomcat 4.0.4. I downloaded
ajp and connectors from cvs, which compiled without errors.

Everything seems to be well configured; I can even connect to
http://localhost/webapp-info/ and it works fine, but I can't
get anything when I try to browse the deployed applications.

This is what I get:

-- apache/error.log:
[Fri Jul 19 14:20:04 2002] [notice] Apache/1.3.26 (Unix) Debian GNU/Linux
mod_webapp/1.2.0-dev configured -- resuming normal operations
[Fri Jul 19 14:20:05 2002] [notice] suEXEC mechanism enabled
(wrapper: /usr/lib/apache/suexec)
[Fri Jul 19 14:20:05 2002] [notice] Accept mutex: sysvsem
(Default: sysvsem)
[Fri Jul 19 14:20:55 2002] [notice] child pid 28368 exit signal
Segmentation fault (11)

-- tomcat-apache-log:
2002-07-19 14:20:54 [org.apache.catalina.connector.warp.WarpConnection]
Exception on socket
java.net.SocketException: Connection reset by peer
        at java.net.SocketInputStream.socketRead(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:86)
        at java.net.SocketInputStream.read(SocketInputStream.java:102)
        at
org.apache.catalina.connector.warp.WarpConnection.recv(WarpConnection.java:232)
        at
org.apache.catalina.connector.warp.WarpRequestHandler.handle(WarpRequestHandler.java:112)
        at
org.apache.catalina.connector.warp.WarpConnection.run(WarpConnection.java:194)
        at java.lang.Thread.run(Thread.java:484)

-- And, when I connect to webapp-info:

WebApp Library ConfigurationWebApp Library Configuration 

      Host localhost:8808 
      -------------------
      Application Name 		"_INFO_"
      Root URL Path 		"/webapp-info/"
      Local Deployment Path	No local deployment path
      Configuration Details	No configuration information
      Connection		"_INFO_" (details)
      Deployed			TRUE

      Application Name		"examples"
      Root URL Path		"/examples/"
      Local Deployment Path	"/usr/local/jakarta-tomcat-4.0.4/webapps/examples"
      Configuration Details	"Application ID: 0"
      Connection		"conn" (details)
      Deployed			TRUE

      Application Name		"ROOT"
      Root URL Path		"/myroot/"
      Local Deployment Path	"/usr/local/jakarta-tomcat-4.0.4/webapps/ROOT"
      Configuration Details	"Application ID: 1"
      Connection		"conn" (details)
      Deployed			TRUE


      Connections 
      -----------
      Connection Name		"_INFO_"
      Connection Parameters	""
      Provider			"info"
      Configuration Details	No configuration information 

      Connection Name		"conn"
      Connection Parameters	"localhost:8008"
      Provider			"warp"
      Configuration Details	"Host: localhost Port:8008 Address:127.0.0.1 Socket Count:  1 Server ID: 650579793" 


Please, please, help me, I'm absolutely desperate about this!


Regards: Daniel Ali




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>