Hi,
Please excuse me if this is off topic. I've been playing with Java Servlets
since mid Febuary and I'm in the middle of improving my site (inter) with
some db stuff. However I've got a question, if, in my apache httpd.conf
configuration file I have the following lines:
DocumentRoot c:/web
Alias /archived/ d:/archived/
if I call the function getRealPath("/xyz") I would expect c:/web/xyz to be
returned. Is it reasonable (or possible?) to expect the return
d:/archived/xyz to the function call getRealPath("/archived/xyz")?
Thanks for any thoughts!
John Morrison
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]