Does anyone know how you can specify pathnames relative to codebase or documentbase in a servlet. It seems like you can only make it relative to working directory by pointing it to the file using (..\..\dirname, etc.) The problem is that for servlets the working directory is the directory where servletrunner is installed and this is different for our testing and production environments. So, it would be nice to be able to specify file paths relative to codebase/documentbase like you can for applets. -- Beena ___________________________________________________________________________ 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
