Instead of using HTTPS conenctor at Jboss , I tried using https at apache and to conenct to JBoss using ajp13 protocal.
That seems to like meets my requirement.
But I am getting below error in logs while trying to access URL. Do I need to do anything at Jboss to connect throught https.?
i am...
I am using mod_jk . Below are the settings in my worker.properties
worker.node1.port=8009
worker.node1.host=servername
worker.node1.type=ajp13
Apache connects to JBoss fine with ajp port 8009.
But I have SSL enabled on JBoss with port 8443. I am bit struggling to connect my apache to port 8443...
I have follwing components configured.
LoadBalancer, Apache and SSL enabled JBoss.
Lodbalancer URL: https://emsprod.com
Apache URL : http://servername:8020/EPC
Jboss URL(SSL) : https://servername:8443/EPC
When the request comes to Loadbalancer, it is forwarding the request fine to apache.
But...
I should have made it more clear.
Apache is listening to port 8020 and below is the setting we have on httpd.conf.
Listen 0.0.0.0:8020
I DONT have any landing page that already running on http://myurl as port 80.
Do you know if there is any way to hide port number(8020) from url and users to...
I tried different settings of 'Redirect' but didn't work.
Probably I am not using in a right way.
Can you please tell me what exactly the 'Redirect' settings I need use?
I use url http://myurl:8020/ERC to access application successfully. But I dont want to use port number in the URL.Would like to access application using http://myurl/ERC . I added below entries on httpd.conf file.
ProxyRequests Off
ProxyPass /ERC http://myurl:8020/ERC
ProxyPassReverse /ERC...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.