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

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

http://www.example.com/gitbucket

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. 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.




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

Reply via email to