Issue with setup.hp file for webserver

Hi All,

I have an issue in writing the shell script to install a webserver on UNIX system. My shell script look something like this.
------------------------------------------------------------
echo "start of the script"
#! /bin/sh
cd /home/path
echo | setup.hp -is:javaconsole -console <<"EOF"
\1
\\appl\installingpath

-----------------------------------------------------------------------
The problem I am facing is that, the installer starts the installation process but then its exitting at the point where I am specifying the path for the installation of webserver. I am not able to find out why it is happening?? Is it because of the script I wrote or does it have something to do with the setup file??

I would be very grateful, if you can help me out in this issue.

Thanks and Regards,
Indu

I will close this duplicate thread.