Hi,
I am working in grails application wich need to execute an external bash commande like that:
def cmd= "example".execute()
cmd.waitFor()
the problem is that this commande is well executed when i run it from development enviroment but when i deploy it into tomcat this commande is not executed anymore.
Can someone help me please to solve this problem?
I am working in grails application wich need to execute an external bash commande like that:
def cmd= "example".execute()
cmd.waitFor()
the problem is that this commande is well executed when i run it from development enviroment but when i deploy it into tomcat this commande is not executed anymore.
Can someone help me please to solve this problem?