I would presume that a servlet mapping of the following kind:
site
/site
admin
/admin
would do. Let me know if it does. Additionally, the web deployment
descriptor (web.xml) is described in the spec ;-).
>To make life a bit more manageable, I'
Great to see the good people of Peakhour working on a Saturday ;)
I think all you need to do is map a servlet to /admin or /site and then that
servlet picks up requests and forwards them using the end part of the URL?
Look at tag in
http://www.orionserver.com/docs/web.xml.html and at the variou