Ron,

On 3/25/22 14:08, Ron Hinds wrote:
Windows Server 2016 Standard, IIS 10, Tomcat 8.5.77, Tomcat Connector 1.2.48 x86-64, Gitbucket 4.37.2

Everything works fine as long as I postfix :8080 to the URL

http://www.example.com:8080/gitbucket

This is what the user types into the browser, or this is what you have configured in IIS for the redirector URL for the proxy?

But if I try it without the :8080, I get a 404 error

http://www.example.com/gitbucket

If this is what the user types, then your IIS config is not correct ;)

It also puts an entry in the isapi_redirect log

[Fri Mar 25 17:43:50.841 2022] [6136:636] [error] uri_worker_map_load::jk_uri_worker_map.c (1270): Failed to load uri_worker_map file C:\Program Files\Apache Software Foundation\Tomcat 8.5\conf\uriworkermap.properties (errno=2, err=No such file or directory).

Obviously, the file exists in that location.

Is that indeed obvious? It's not obvious to us.

I've also made sure that the account the webserver runs under (IIS_IUSRS) has permissions to that file/folder. This server is on my internal LAN, so no firewall issues are preventing access to it.

A 404 error indicates that there are no network problems (e.g. firewall). The error message you see in the IIS log shows you that *something* is happening, it's just not what you expect.

See Thomas's response about file permissions. Are you *sure* you have them correct?

-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to