During installation i want to connect with my existing database ie. MySQL and checked that option , after i couldn’t able to change the driver class in the next screen, so i continue without changing anything in that screen. I think might be this will cause to not to create a service in mac. During installing products i got the following error.
Hmm…I checked my own install and the file is named “install_service_temp.sh”
Are you sure you pasted the error correctly ?
Anyway, this file does nothing more than using the ServoyServer script to install Servoy Server as a service (but be aware that it doesn’t start it yet).
So you can do the following:
If you simply start this script without any parameters you see what you can do with it:
Usage: ./ServoyServer [ console | start | stop | restart | condrestart | status | install | remove | dump ]
Commands:
console Launch in the current console.
start Start in the background as a daemon process.
stop Stop if running as a daemon or in another console.
restart Stop if running and then start.
condrestart Restart only if already running.
status Query the current status.
install Install to start automatically when system boots.
remove Uninstall.
dump Request a Java thread dump if running.
this one also not creating a service to the application server. Mainly i am interested to create a service after installation of servoy 6 's application server.
Did you do what I said in my previous post ? Because it does exactly that.
It installs it as a service. Sure it’s not running yet. You do that by typing sudo ServoyServer start , as explained in a couple of posts before.
when i am trying to install without checking the application service component, i couldn’t able to see the service folder , my requirement is to install a servoy 6 application server., but when i am trying to install with existing database and checked the application service component, it gives an error message as " /bin/chmod a+x /Applications/Servoy/application_server/service/install_service.ch "
Please let me know, the exact way to install a application server in mac.