Fórum

Liferay install not showing in browser

Dave Johnston, modificado 11 Anos atrás.

Liferay install not showing in browser

New Member Postagens: 2 Data de Entrada: 29/06/12 Postagens Recentes
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 11 Anos atrás.

RE: Liferay install not showing in browser

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
I'm guessing a firewall issue either on your local system or on the centos box...
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: Liferay install not showing in browser

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
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 11 Anos atrás.

RE: Liferay install not showing in browser

New Member Postagens: 2 Data de Entrada: 29/06/12 Postagens Recentes
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 11 Anos atrás.

RE: Liferay install not showing in browser

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
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 11 Anos atrás.

RE: Liferay install not showing in browser

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
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 11 Anos atrás.

RE: Liferay install not showing in browser

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
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 11 Anos atrás.

RE: Liferay install not showing in browser

Expert Postagens: 493 Data de Entrada: 26/05/12 Postagens Recentes
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 11 Anos atrás.

RE: Liferay install not showing in browser

New Member Mensagem: 1 Data de Entrada: 06/03/13 Postagens Recentes
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 11 Anos atrás.

RE: Liferay install not showing in browser

Expert Postagens: 493 Data de Entrada: 26/05/12 Postagens Recentes
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 11 Anos atrás.

RE: Liferay install not showing in browser

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
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?