0

I am developing Web Application in local machine using JSP. I want to execute a Java Program that resides on Unix box from my local JSP file. I have all the credentials of the UNIX box. Can you please advise me.

2
  • Tastes like RMI. Commented Feb 25, 2011 at 9:48
  • 2
    Don't try to do that kind of stuff from your JSP! JSP is meant to be a pure view technology: it's used to output HTML for the browser to consume. Your logic (including interaction with other hosts) should be in a Servlet (or Action, if you use a framework such as Struts). Commented Feb 25, 2011 at 10:03

1 Answer 1

1

Well there are various ways to execute [instruct remote machine to execute your java program]

Sign up to request clarification or add additional context in comments.

4 Comments

Can you please provide me any sample program where I can call remote program from local JSP
Have you checked the hyperlink ?
yes. sorry did not find my answer. I am not much into java j2ee. I am just trying to do a POC to execute a java program in UNIX from local JSP. Can you please help me or guide me if I missed something in the hyper link provided by you.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.