Hi.
Ive got a
servlet that needs a java.ser file, that sits on the same server as the servlet.
While I have been developing the servlet I have been using the absolute address of the file E:/Apache_Tomcat_5.5.20/webapps/mobileapplications/WEB-INF/lib/java.ser.
Now that I am ready to move it to a proper server rather than one I am running locally, I seem to be having some problems.
I know that I am going to need a relative address so I tried /mobileapplications/WEB-INF/lib/java.ser.
But this gives me a java.io.FileNotFoundException.
Can anyone know why this might be?
Can I do this method to find the file with
Java?
Any help would be great.
Thanks.
Darren