Thanks a lot for the replies.
I still couldn't figure out how using exec I would be able to invoke unix shell scripts residing on unix box from windows. How am I supposed to pass the unix userid and password to initially connect to the unix box using exec.
I guess, if I am not wrong,
servlets should be the answer as I need to have something residing on the unix box, which I can call from windows, which would do the trick for me.
Appreciate if someone can throw light on this.