Home »
Imported messages »
comp.lang.php »
Webapp PHP executing external java programs
Webapp PHP executing external java programs [message #180697] |
Mon, 11 March 2013 20:24 |
israel
Messages: 3 Registered: March 2013
Karma:
|
Junior Member |
|
|
Hello,
I have a webapplication written in PHP.
From this app I have a list of different java programs that run outside the php environment and produce some output.
Basically from the webbapp I need to start and stop these external java programs. (Stop the program is not a problem)
For example I should run something like:
START
"java -cp lib/mylibs.jar mycode.HelloWorld"
STOP
write a special signal in my DB, this is already working properly.
I know that I can do it I am just asking how do you think I need to organize my filesystem to keep it safe, any suggestions or example that I can check ??
Any framework I can use for this purpose ?
Security is extremly important and I have to avoid that someone can explit this and execute commands on my server...
thank you
|
|
|
Goto Forum:
Current Time: Thu Nov 21 22:31:22 GMT 2024
Total time taken to generate the page: 0.04871 seconds