Operating System - HP-UX
1754368 Members
4874 Online
108813 Solutions
New Discussion юеВ

jsp and perl on HP UX weblogic

 
rashmi R
Advisor

jsp and perl on HP UX weblogic

Hi :
i want to call method of perl module from jsp.
i tried calling a perl script from jsp using

Process process = Runtime.getRuntime().exec("perl /hpp/bea70/user_projects/BLServer/BL/stage/psa/psa/HTML/getCore.pl");

this is not raising any exception. but at the same time perl script is not executing. As i see no entries in my log file.
2 REPLIES 2
Arunvijai_4
Honored Contributor

Re: jsp and perl on HP UX weblogic

Hi Rashmi,

Hope this link will shed some lights on,

http://bfr.caseywest.com/archives/003218.html

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
rashmi R
Advisor

Re: jsp and perl on HP UX weblogic

Process process = Runtime.getRuntime().exec("perl <scriptname>.pl")