On Wed, 18 Apr 2001 [EMAIL PROTECTED] wrote:
> Hi all,
> I get this error when trying to access my struts app over an
> intranet using just IP:port/context rather than hostname:port/context.
> I'm using struts source( ~4/13), tomcat 4.0-b1 standalone.
> This is a new one to me.
>
This is most likely a problem with your Tomcat configuration. In
particular, make sure that there is a defaultHost attribute on your
<Engine> element, so that requests for unrecognized hostnames (which an IP
address would be) are directed to the correct virtual host.
> thanks
>
> john ware
>
>
Craig