logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Website showing blank page
Author
j2thadbizzle



Joined: 30 Apr 2015
Posts: 2
Location: IRE

PostPosted: Thu 30 Apr '15 23:24    Post subject: Website showing blank page Reply with quote

I recently configured a Centos 6.5 server with Java JDK1.8 and the bundled Tomcat server X64 application. I confirmed the web server port is not already in use and also installed the Tomcat APR libraires. The application starts fine and all the logs show no severe errors however when I navigate to te URL I see a blank page. All the configuration files are in tthe correct place and whether I use just :8080 or /licenseserver the page is still blank. If I run the element inspector in the browser it shows 404 file not found.

I would appreciate any pointers as to where I should look as I have exhausted all the methods I know.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7407
Location: EU, Germany, Next to Hamburg

PostPosted: Mon 04 May '15 11:28    Post subject: Reply with quote

Did you change anything from the default config? Where did you place your application? Installed it over a war file?
Back to top
j2thadbizzle



Joined: 30 Apr 2015
Posts: 2
Location: IRE

PostPosted: Tue 05 May '15 9:40    Post subject: Problem resolved Reply with quote

Hi James,

Thanks for the reply.

I didn't make any changes initially only after it failed to load. It was a pre-packaged app with the directories WAR file already in the correct location.

I removed this and the installation of JAVA and started fresh only this time I installed TOMCAT as a stand alone instance and then copied the WAR file into $CATALINA_HOME/webapps directory and it is now working.
Back to top


Reply to topic   Topic: Website showing blank page View previous topic :: View next topic
Post new topic   Forum Index -> Apache