I realise that this may not be the forum to ask my question on, but I’m stuck. So if anybody could help me or guide me to a solution, I’d be ever so glad and thankful.
My question is: does anyone know where to find a 64-bit Tomcat redirector DLL (we did migrate a Domino web server recently to 64bit 8.5.2 and it uses this DSAPI filter)?
I searched the net (perhaps in the wrong places) and didn’t find a clue.
The Tomcat redirector DSAPI hasn’t been touched in a long time and is no longer part of the Tomcat Jakarta project. It’s also not a straight recompile, so it’s not a simple task to “fix” it.
The good news is that Domino 8.5.0+ ships with a built-in proxy server that you can use to funnel requests, so you could simply run Tomcat on another port and use Domino’s proxy to intercept the request and hand it off to Tomcat.
The following link describes the 8.5.0 implementation of the proxy servlet, which uses a file for configuration. 8.5.1+ has support directly in the NAB now, but the concepts are the same:
You can read more about setting up the 8.5.1 proxy servlet here:
You’ll want to use the BasicProxy. Just set up your security policy for “*” as described in the blog and it has virtually the same affect as the redirector.