----- Original Message -----
From: "Peter Barraud" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
> however, when I called the start method from a servlet it didn't return
any
> error
> in fact when I checked isAlive() that return true also
> but I am not able to find the file that it created
> by the way, I put my multithreaded file my own class path and nowhere in
the
> tomcat folders
The fileOutputStream() can be created with a relative path or an absolute
path.
If it was created with a relative path, then, it will be relative to the
current working directory when the code is executed.
It is was given an absolute path, you should find it at the absolute path
specified.
Can you try this by giving an absolute path to the file being created.
Regds,
Gokul
> peter
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html