I am missing something really simple here (I hope).
I built servoy 3.5.6 on an ubuntu worsktation, so I could run the GUI install.
I then copied the entire /usr/local/servoy dir tree to the remote server I need to run it on (which doesnt have a GUI). Its running CentOS 5.0. I start the sybase DB without any errors.
I start servoy_server.sh without any errors BUT servoy is NOT present on http://server:8080/ on the remote server. Checking the server.log file I see:
Picked up _JAVA_OPTIONS: -Xms64m -Xmx128m
0 [main] INFO com.servoy.j2db.util.Debug - Loading servoy.properties from /usr/local/servoy/servoy.properties
489 [main] INFO com.servoy.j2db.util.Debug - Loading - Done
…which looks good to me. But it seems that the internal tomcat does NOT start up. IF I try to telnet to server IP on port 8080 I get connection refused…if I try this on the ubuntu WS I built it on I get a connect so there is clearly some difference here.
Any tips/suggestions as to why the built in tomcat would not start without showing any errors?
NB I dont have any access to the remote server I need to install too except ssh/ftp/web.
Thanks
Al