liferay - Error opening Tomcat Page at port 8080 -
i managed copy entire liferay+tomcat 7 bundle onto server.
when run startup.sh file, tomcat produces following results in catalina.out
:
jul 25, 2013 12:22:01 pm org.apache.catalina.core.aprlifecyclelistener init info: apr based apache tomcat native library allows optimal performance in production environments not found on java.library.path: /data/java/jdk1.6.0_37/jre/lib/amd64/server:/data/java/jdk1.6.0_37/jre/lib/amd64:/data/java/jdk1.6.0_37/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib jul 25, 2013 12:22:02 pm org.apache.coyote.abstractprotocol init info: initializing protocolhandler ["http-bio-8080"] jul 25, 2013 12:22:02 pm org.apache.coyote.abstractprotocol init info: initializing protocolhandler ["ajp-bio-8009"] jul 25, 2013 12:22:02 pm org.apache.catalina.startup.catalina load info: initialization processed in 1965 ms jul 25, 2013 12:22:02 pm org.apache.catalina.core.standardservice startinternal info: starting service catalina jul 25, 2013 12:22:02 pm org.apache.catalina.core.standardengine startinternal info: starting servlet engine: apache tomcat/7.0.27 jul 25, 2013 12:22:02 pm org.apache.catalina.startup.hostconfig deploydescriptor info: deploying configuration descriptor /home/henry/liferay-portal-6.1.1-ce-ga2/tomcat-7.0.27/conf/catalina/localhost/root.xml jul 25, 2013 12:23:09 pm org.apache.catalina.startup.hostconfig deploydirectory info: deploying web application directory /home/henry/liferay-portal-6.1.1-ce-ga2/tomcat-7.0.27/webapps/welcome-theme jul 25, 2013 12:23:09 pm org.apache.catalina.startup.hostconfig deploydirectory info: deploying web application directory /home/henry/liferay-portal-6.1.1-ce-ga2/tomcat-7.0.27/webapps/resources-importer-web jul 25, 2013 12:23:09 pm org.apache.catalina.startup.hostconfig deploydirectory info: deploying web application directory /home/henry/liferay-portal-6.1.1-ce-ga2/tomcat-7.0.27/webapps/marketplace-portlet jul 25, 2013 12:23:10 pm org.apache.coyote.abstractprotocol start info: starting protocolhandler ["http-bio-8080"] jul 25, 2013 12:23:10 pm org.apache.coyote.abstractprotocol start info: starting protocolhandler ["ajp-bio-8009"] jul 25, 2013 12:23:10 pm org.apache.catalina.startup.catalina start info: server startup in 67754 ms
but, when try enter ipaddress_of_server:8080
, said site not found.
i ran lsof on server
[henry@batik1 ~]$ lsof -i:8080 command pid user fd type device size/off node name java 6643 henry 52u ipv6 184032 0t0 tcp *:webcache (listen) java 6643 henry 277u ipv6 184072 0t0 tcp localhost.localdomain:47100->localhost.local
does know how access page?
it looks liferay started (but add more information - catalina.out or others, gamerson requested in comment)
also:
- check firewall settings (8080 might blocked)
- your
lsof
output lists ipv6 (it's been long since interpreted lsof output , commandline - might normal, or not. don't if attempt ipv4 connection) - try connect browser server. if it's shell-only server, use
w3m
orlynx
onhttp://localhost:8080/
Comments
Post a Comment