vote up 1 vote down star

Example:

The user login to the webpage => Click on a button
This action starts the executable "CreatePrettyPicture"
The file "prettypicture.jpg" is created on the server
When the user reloads the page the pretty picture "PrettyPicture.jpg" is shown on the page.

If I could start the application with a parameter it would be even better.

The server is a using Debian and as web server I'm using Apache. Please let me know if you need more information about the server configuration.

The possibility of several users clicking on the button at the same time is not a part of the problem.

flag
what stack are you using? – Greg Dean Dec 22 '08 at 15:07
So far he's got LA.. – Alnitak Dec 22 '08 at 15:10
We definitely need to know what language you are using. – Jason Jackson Dec 22 '08 at 15:27
If it´s possible I would prefer to solve it with java. But i have full controll over the server so feel free to come with suggestions. – Marjasin Dec 22 '08 at 15:41
Then you could perhaps try jsp with apache tomcat. – OIS Dec 22 '08 at 15:46
show 3 more comments

2 Answers

vote up 1 vote down check

You would be better of using a server side script with your apache installation to start the executable. This is probably easier with PHP (which should be easy to install if it isnt already), here are the commands. As long as you dont actually use any input with the page it should be safe enough.

link|flag
vote up 2 vote down

You need to read up on CGI Scripts.

It's also possible that PHP is already available on your server, but I wouldn't recommend using it unless you're already familiar with it and know all of the security pitfalls, which from the question appears very unlikely.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.