400 Bad request
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

Generally Tomcat generates error HTML pages that have "Apache Tomcat" in
huuuuge letters at the top, so you should be getting them if its Tomcats
fault.

If you're using a URL like http://wibble.com/mydir then ensure you have
configured the context to be /mydir and NOT /mydir/ 

As an aside, you can change the URL Tomcat uses to send back error info by
adding the appropriate <error-code> tags in your server.xml.

Hope that helps,

Regards,

Adam.

-----Original Message-----
From: Adrian Lanning [mailto:[EMAIL PROTECTED]
Sent: 22 March 2004 15:15
To: Tomcat Users List
Subject: Re: Configuration Help


Hey Dave,

I'm a little fuzzy on my errors.  Is 400 from iis or tomcat?  Does tomcat
work with the urls in standalone mode?

Adrian

----- Original Message ----- 
From: "LILES, DAVID (CONTRACTOR)" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Monday, March 22, 2004 9:17 AM
Subject: Configuration Help


For over a week I have been unable to get Tomcat 5 configured with IIS 5.

I know the Tomcat server is working because I can get to the management
console from the IP address:8080 and the two example web apps are working,
both from the IP address:8080/servlet-examle  and without the port...

I have created a web app instance which I can access from the IP
address:8080/webapp and IP address/webapp, but when I attempt to access it
from the URL I get a 400 error.

In the server.xml file the <engine> tag is configured to use the IP address
of the server and one <host> tag is set to the IP address. I have a second
<host> tag that is set to the URL I want to serve.

Can anyone help explain what I need to do in order to access the web app by
the URL?

In IIS I have configured the isapi_redirector2.dll at the root server level
and in the web app I'm trying to get working I created a virtual directory
named "jakarta". I have made all the necessary registry entries required to
support the .dll.

Thanks,
Dave

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


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



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

Reply via email to