1) Send us the hello.jsp source.
2) Try this in a test.jsp page
<%
out.print("Hello JSP");
%>
When you call test.jsp You should normaly have a response with
Hello JSP
bye
Olivier
Hello,
I try to automate a Database export from a JSP page.
I made a bash script and when I call it from a Telnet it's work fine but when a try from my jsp page that dosent work.
Note it's work with a simple command like "ls" but not with my script. I have checked the right for the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.