Hi,

This is embarrassing. Apparently "yum install tomcat5" on Fedora doesn't
pull in all the packages I was (perhaps wrongfully) expecting. It turns
out I was missing the packages tomcat5-webapps and tomcat5-admin-webapps

A comparison of the stock tomcat.apache.org conf/ subdirectory versus
the stock Fedora Extras tomcat5 one revealed a couple of missing files
in the conf/Catalina/ subdirectory. That's what led me to doing a "yum
list" to check out other tomcat5-* packages, and sure enough, there was
tomcat5-*webapps just waiting to get installed.

I hope this helps others.

On Wed, 2007-03-14 at 10:41 -0600, Richi Plana wrote:

> I've recently set up and updated to the latest package a Fedora Core 6
> box on x86_64 hardware. I also installed tomcat5-5.5.17-6jpp.2 from the
> Fedora Extras repository and java-1.5.0-ibm-1.5.0.4-1jpp from JPackage
> and IBM.
> 
> Using the stock / default configuration files, I get the following
> accessing the tomcat5 web interface:
> 
> # telnet localhost 8080
> Trying 127.0.0.1...
> Connected to localhost.localdomain (127.0.0.1).
> Escape character is '^]'.
> GET / HTTP/1.0
> 
> HTTP/1.1 400 No Host matches server name localhost
> Server: Apache-Coyote/1.1
> Date: Wed, 14 Mar 2007 16:34:24 GMT
> Connection: close
> 
> Connection closed by foreign host.



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to