PASOE proxy setup

Posted by Darren Parr on 27-Aug-2019 12:27

Hi

Im playing with hiding PASOE behind an apache web server. I have it running just fine other than when we get a 302 redirect. TC is trying to redirect us back to /static and this is undesirable as we want to perhaps try testing multiple PASOE instances on this web server. I cant redirect them all to /static.

Any ideas? The KB doesnt seem to be too helpful.

Here is my simple .conf entry.

ProxyRequests Off

ProxyPass /app1/web ajp://server:17609/web
ProxyPassReverse /app1/web ajp://server:17609/web

Thanks

Darren

Posted by Darren Parr on 27-Aug-2019 14:50

Its OK. I'm closing this. After looking at it in detail, I realised I could setup a connector in tomcat to deal with this using proxyName.

Posted by Darren Parr on 27-Aug-2019 15:19

I've sorted this. I've added proxyName to the AJP connector and its working as expected.

All Replies

Posted by Darren Parr on 27-Aug-2019 14:50

Its OK. I'm closing this. After looking at it in detail, I realised I could setup a connector in tomcat to deal with this using proxyName.

Posted by Darren Parr on 27-Aug-2019 15:19

I've sorted this. I've added proxyName to the AJP connector and its working as expected.

Posted by Darren Parr on 27-Aug-2019 15:21

I've sorted this. I've configured proxyName against the connector.

This thread is closed