Http: // localhost: 8080 is not redirected to the opensso login page

I have a Tomcat Liferay server running on port 8080. When I try to access the application from the server by typing url http://localhost:8080 , it does not redirect to the login page, but it gives me an error:

 The Connection to abc.xyz.com was interrupted while the page was loading. 

Here abc.xyz.com is the URL of my Opensso login page. Errors are not logged in stdout.log and catalina.log files. But when I type the url, the login page is coming up. Tried this in different IE and Mozilla, but ran into the same problem.

0
networking tomcat6 websocket liferay opensso
Jun 02 '13 at 6:45
source share

No one has answered this question yet.

See similar questions:

43
"websocket was aborted during page load" in Firefox for Socket.io
2
Connection aborts. The connection to the server was reset while the page was loading

or similar:

6
Loop redirection issue for web policy agent?
3
Liferay: redirect to change password after automatic login
one
Forward the loop when liferay is integrated with OpenSSO
0
Go to the top of the page
0
Option with SSL configuration problem in F5 load balancers
0
Webapp deployment redirection using Spring Security on a custom domain Tomcat server
0
The server is running but not redirected to the lifetime greeting page
0
can i connect the client server (localhost: 8082) and websocket (localhost: 8080)?
0
Opensso works by reverse proxy redirecting



All Articles