-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> > > > Mon Jun 24 18:23:54 2002] [error] Re-Trying to deploy connections
> > > > [Mon Jun 24 18:23:54 2002] [error] Connection "webappConn" cannot
> > > > connect [Mon Jun 24 18:23:54 2002] [error] Cannot open connection
> > > > "webappConn" [Mon Jun 24 18:23:54 2002] [error] Web-application not
> > > > yet deployed
>
> Note the error here, it's saying it can't connect (to the Tomcat side
> of the connector).

But the screen *looked* like a tomcat response, so that was confusing me (how 
could tomcat respond if it wasn't connected?).  I just (while typing this) 
realized that it was undoubtably generated by mod_webapp, which *is* 
"tomcat", though not gaurenteing that apache could talk to the tomcat server. 
Doh!

> > > > > of the server-noexamples.xml.config, with very few modifications. 
> > > > > The following is in my httpd.conf:
> > > > > WebAppConnection webappConn      warp  pedh12.micron.com:8009
> > > > > WebAppDeploy     examples  webappConn  /examples
>
> These lines tell Apache what to do with Tomcat requests, i.e. what
> should be forwarded to Tomcat and where to find Tomcat.  I notice
> you're telling it to find the Tomcat side of the connector at
> pedh12.micron.com:8009 -- is that really what you want?  Is Tomcat
> running on a different machine than apache?  Usually you have
> "localhost" as the host, which indicates (to Apache) that Tomcat is
> running on the same machine.  That's one thing to look at.  And if you
> really do have Tomcat running on that other machine, you need to check
> that it's up and running OK.

I changed it back to localhost, I think I did that just to be as explicit as 
possible :-)

> (Oh, BTW, can you get me some memory cheap? :-)

No. (I can't get memory for *me* cheap...) :-P

> > > > > The following is the only section that I have made changes to in
> > > > > the server.xml:
> > > > >   <Service name="Tomcat-Apache">
> > > > >     <Connector
> > > > > className="org.apache.catalina.connector.warp.WarpConnector"
> > > > > port="8008" minProcessors="5" maxProcessors="75"
>
> Here's something else to look at.  This tells Tomcat where to run its
> side of the connector.  You have the port set to 8008.  But above you
> listed 8009.  They must be the same.

This was the problem.  I set the first one to 8009, and forgot to change the 
second one.  Now I have a different problem!   It seg11's with every request.
I guess I'm just lucky that way B)  The following comes from tomcat's 
apache_log (i.e., not catalina.out).  Ideas?  

2002-06-26 15:48:57 WarpHost[pedh12.micron.com]: Mapping request for Host
2002-06-26 15:48:57 [org.apache.catalina.connector.warp.WarpConnection] 
Exception on socket
java.io.IOException: Premature packet header end
        at 
org.apache.catalina.connector.warp.WarpConnection.recv(WarpConnection.java:237)
        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:536)



> Milt Epstein
> Research Programmer
> Systems and Technology Services (STS)
> Campus Information Technologies and Educational Services (CITES)
> University of Illinois at Urbana-Champaign (UIUC)
> [EMAIL PROTECTED]

- -- 
D.A.Bishop

"Three people can take efficient care of a unix system as long as two of them 
are dead"     - Unknown HP-UX mailing list member
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9Gjkm14eKrYdPXKkRAo5GAKCPcEGGfQq80n11f8uyTXB8OKTZ1ACfaTrX
McuMqctxACQTLOZP8N+adnM=
=IsLI
-----END PGP SIGNATURE-----


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to