-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Suppose DocumentRoot for apache is set to "/x/htdocs".
Eg, if the host is acme.com, then the URL
http://www.acme.com
serves up web pages from /x/htdocs.
Now suppose when you activate a servlet, you want the
DocumentRoot to change! Eg, you want it to be "/y/mydocs".
So then for the servlet 'coolstuff', the URL
http://www.acme.com/servlet/coolstuff
serves up web pages from /y/mydocs.
How do you set up this kind of DocumentRoot for the
servlet?
--
Charlie Read
MatraNet, Inc.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]