Quantcast
Channel: Spring Community Forums - Grails
Viewing all articles
Browse latest Browse all 40

bash commande from Grails application

$
0
0
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?

Viewing all articles
Browse latest Browse all 40

Trending Articles