[RESOLVED] Tomcat opens with blank page

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

liongate
Posts: 27
Joined: Wed Sep 25, 2013 7:20 am

[RESOLVED] Tomcat opens with blank page

Post by liongate »

Okay, so I'm still struggling to get OpenEMM running on my Centos6 server. When I run the /bin/openemm.sh start command it looks like Tomcat is working because I'm not getting an error and I have the Tomcat icon in my tab. However, all I'm getting is a blank page.

Suggestions? Here's the log:

***startup******* 12-Oct-2013 15:21:20.848 INFO [main] org.apache.catalina.core.AprLifecycleListener.init Loaded APR based Apache Tomcat Native library 1.1.28 using APR version 1.3.9.

12-Oct-2013 15:21:20.855 INFO [main] org.apache.catalina.core.AprLifecycleListener.init APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].

12-Oct-2013 15:21:21.041 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized (OpenSSL 1.0.0-fips 29 Mar 2010)

12-Oct-2013 15:21:21.187 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-apr-8080"]

12-Oct-2013 15:21:21.201 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-apr-8009"]

12-Oct-2013 15:21:21.204 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 790 ms

12-Oct-2013 15:21:21.233 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina

12-Oct-2013 15:21:21.234 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.0-RC3

12-Oct-2013 15:21:21.243 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/openemm-2013/webapps/openemm

12-Oct-2013 15:21:27.879 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/openemm-2013/webapps/openemm-ws

12-Oct-2013 15:21:33.911 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/openemm-2013/webapps/manual

12-Oct-2013 15:21:34.507 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.

12-Oct-2013 15:21:34.514 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-apr-8080"]

12-Oct-2013 15:21:34.519 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-apr-8009"]

12-Oct-2013 15:21:34.521 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 13315 ms
Last edited by liongate on Tue Oct 15, 2013 6:36 pm, edited 1 time in total.
liongate
Posts: 27
Joined: Wed Sep 25, 2013 7:20 am

Re: Tomcat opens with blank page

Post by liongate »

Okay, so the solution I found for this was to rename, in the /home/openemm/ directory, two folders:

renamed openemm ROOT
renamed openemm-ws openemm-ws2

This got the index page to display in Tomcat. Only problem now is that the login link generates a 404 resource not found error.
Post Reply