Page 1 of 1

Unable to load url

PostPosted: 04. July 2014 11:06
by Clekha
Hello All.
Currently we upgraded our Jboss server from AS to EAP version with Apache as web servers,
Right now we are facing issue on browsing the URL ,

http://servername.abc.com/repgen/test/ Not working(Neither from server locally nor remotely)
But when we try to access http://servername/repgen/test/ or http://localhost/repgen/test/ its workig fine locally on the server,

Above URLs is intended to connect to WAR which deployed on different server.

We thought it could be DNS issue , but its doesn't seems like because we are able to browse Login page
http://servername.abc.com/login

Any help regarding this is highly appreciated.

we have modjk installed on apache server (servername - host) to loadbalance and connect to jboss server
Thanks!!

Re: Unable to load url

PostPosted: 04. July 2014 11:18
by Nobbie
When i enter http://servername.abc.com/repgen/test/ into my browser, i get the error message "Could not find servername.abc.com"

Re: Unable to load url

PostPosted: 04. July 2014 11:20
by Clekha
that is because that is not the actual fqdn. As a example i mentioned.

Re: Unable to load url

PostPosted: 04. July 2014 13:31
by Nobbie
I cannot "repair" or "debug" examples. That does not work anyway.

Re: Unable to load url

PostPosted: 04. July 2014 16:10
by Clekha
I understand, but if you can help me out what all steps s required to configure in apache, so the requests goes to jboss servers (which is hosted in different VM's) .
so far, mod_jk + uriworker.properties+worker.properties is configured