Foros de discusión

Liferay install not showing in browser

Dave Johnston, modificado hace 11 años.

Liferay install not showing in browser

New Member Mensajes: 2 Fecha de incorporación: 29/06/12 Mensajes recientes
Installed Liferay tomcat bundle 6.1 on centos 6, startup tomcat, point browser to www.mydomain.com:8080 and get "Internet Explorer cannot display the webpage" or "Firefox can't establish a connection to the server ". am i missing something obvious or ?
Thanks in advance for any help.
thumbnail
David H Nebinger, modificado hace 11 años.

RE: Liferay install not showing in browser

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
I'm guessing a firewall issue either on your local system or on the centos box...
thumbnail
Hitoshi Ozawa, modificado hace 11 años.

RE: Liferay install not showing in browser

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
Have you checked if there isn't any error during startup?
Are you trying to access liferay from the server liferay is installed on? If so, check if you can view the page with http://127.0.0.1:8080
Dave Johnston, modificado hace 11 años.

RE: Liferay install not showing in browser

New Member Mensajes: 2 Fecha de incorporación: 29/06/12 Mensajes recientes
I have the firewall deactivated on the server and no firewall on my local box. Yes, I am accessing the remote cloud server over my browser at www.mydomain.com:8080. If you have a specific suggestion on how to check this outside of my browser access, that would help out. Thanks again.
thumbnail
Hitoshi Ozawa, modificado hace 11 años.

RE: Liferay install not showing in browser

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
Are you using hypersonic database? If not, rename portal-ext.properties to something else so liferay will startup with hypersonic.
Also, check if there's no error during startup. Liferay seems to startup but when there's an error during startup, it the portal isn't
really available.
thumbnail
David H Nebinger, modificado hace 11 años.

RE: Liferay install not showing in browser

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
Except that even in that case you'll get some sort of tomcat error in the browser, not an error indicating the browser can't connect.

It's gotta be some sort of connectivity issue...

Does www.mydomain.com actually resolve to the IP address of the centos box?
thumbnail
Hitoshi Ozawa, modificado hace 11 años.

RE: Liferay install not showing in browser

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
Can try using the ip address instead of a domain name.

Followinge pages may also be of some help:
http://en.kioskea.net/forum/affich-45192-internet-explorer-cannot-display-the-webpage

http://support.microsoft.com/kb/2293762

http://www.pctechbytes.com/windows/internet-explorer-cannot-display-the-webpage/
thumbnail
Manish Yadav, modificado hace 11 años.

RE: Liferay install not showing in browser

Expert Mensajes: 493 Fecha de incorporación: 26/05/12 Mensajes recientes
check first

http://<ip address of server>:8080

then verify that are you able to connect to server from client machine by using following command in command prompt

> telnet mydomain.com 8080
or >
>telnet <IP address of server> <port number> or telnet <host-name> <port>

if you are able to connect then new window of command prompt will open

if not then might be following reasons
a. firewall issue from your machine or server machine
b. check logs that your server started properly without any execption( \tomcat\logs\catalina<date>.log)
c. Domain name is wrong

if all not works then can you provide some more information about your server and client machine
a)server is in intranet or internet ??
b) are you using amazon cloud(EC2)??
c) how you configure domain name for site??
d) are you able to open liferay home page in server itsellf??
Kapil Devmurari, modificado hace 11 años.

RE: Liferay install not showing in browser

New Member Mensaje: 1 Fecha de incorporación: 6/03/13 Mensajes recientes
I am using liferay tomcat bundle in ubuntu . when i run my portal in other network pc using ip address at that time portal not run... can any one help me ??
how to run our portal on server and how to access in every systrem.
thumbnail
Manish Yadav, modificado hace 11 años.

RE: Liferay install not showing in browser

Expert Mensajes: 493 Fecha de incorporación: 26/05/12 Mensajes recientes
1. First all system should be in network and check connectivity among systems using ping or telnet command
2. one machine you can make as a server.
3. if you are running server on port 8080 then first check port 8080 should be enable on server machine
4. Then start liferay on server machine .
5. Check servers logs under /tomcat/logs/catlina.out whether server start successfully or not.
6. type server url in browser http://<IP>:8080
thumbnail
Hitoshi Ozawa, modificado hace 11 años.

RE: Liferay install not showing in browser

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
Was this problem solved? Was it just the missing port number (i.e. 8080)?

time portal not run


Do you mean there's an error in the server log when you startup liferay? OR can you access liferay home page or login page?

Is there any error message?