GetSimple Support Forum

Full Version: Installing - Tomcat server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can I install GS to server with Tomcat without any problems (other than that GS tells me there is an Apcahe error...)?

It seems that everything is working, GS version is 3.2.3.
PHP ok, modules ok, everything ok except server setup.
Just a health-check warning: "Warning: Server Setup non-Apache" and on health-check page "Apache web server - Error"

Will I bump into problems with this server with Tomcat? Huh


PHP Version 5.2.17 - OK
cURL Module Installed - OK
GD Library Installed - OK
ZipArchive Installed - OK
SimpleXML Module Installed - OK
Apache web server - Error
gsconfig
# Disable check for Apache web server, default false
#define('GSNOAPACHECHECK', true);

you will have to secure your data files on your own.
(2013-10-23, 02:26:20)shawn_a Wrote: [ -> ]gsconfig
# Disable check for Apache web server, default false
#define('GSNOAPACHECHECK', true);

you will have to secure your data files on your own.

Thank you!