Nirupama Yalavarti wrote:
> I could do that..THE file is being saved in
> jtomcat/bin
> Is there any way to change that location? may be to
> jtomcat/webapps/"deployment directory" ?

Thousands of possibilities.
Hardcode
  FileOutputStream fos=new FileOutputStream("../webapps/whatever/test12.pdf");
or investigate what you can do with
HttpServletRequest.getPathTranslated()

Now this is gettin way off of topic...

J.Pietschmann


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to