GetSimple Support Forum
Installing - Tomcat server - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: Installing - Tomcat server (/showthread.php?tid=5302)



Installing - Tomcat server - vasitellapahki - 2013-10-22

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


RE: Installing - Tomcat server - shawn_a - 2013-10-23

gsconfig
# Disable check for Apache web server, default false
#define('GSNOAPACHECHECK', true);

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


RE: Installing - Tomcat server - vasitellapahki - 2013-10-23

(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!