At 03:31 PM 5/20/99 +0200, you wrote:
>Hello;
>
>maybe some one can help me.
>
>Apache JServ works for me very well. I use Apache 1.3.3 as Web Server
>and mod_jserv is linked dynamicly. Of course I'm using Linux.
>
>But:
>1.)
>If I try to write a file to the harddisc by a servlet the servlet works
>but I can't find the file on the disc. It seems, no file has been
>written to the disc. 
>

I had a similiar problem. I was confusing the location of the working
directory (the same, apparently
as the JServ process was running in), and the servlet class location (in my
case something akin to
"/html/servlets/" etc. Make sure you are looking at the right directory
first of all. That helped me.

You might try a simple java program that attempts to list the contents its
current directory ("./") and that may help 
locate the problem.


I chose a rather blunt approach, but maybe some one with more experience
can come up with a more elegant one?
James Jeffers - [EMAIL PROTECTED]
UF CISE - http://www.cise.ufl.edu/~jjeffers
Headed to Raleigh!


-- --------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to