I have a linux program that can read one file, and write to other. In.txt is created by jsp. How can I run the console application to automatically create out.txt?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’re going to need to run shell commands in an environment which allows you full control. AppEngine is not a VPS, it’s a sandboxed service platform. Google Compute Engine does allow you full control, but a micro EC2 might be more to your budget’s liking.