I have a program that accept 3 or 4 arugments and i'm trying to execute the main class with these parameters using the generated daemon. I just see in docs that it is necessary to configure the parameters previously through wrapper.conf defining wrapper.app.parameter..
I'm need a way that i can start a program like this:
./program start parameter1 parameter2 parameter3
Someone know how to do that? Thanks!