----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

    I have a bunch of code in servlets to intercept certain urls such as
order.html (these urls are in a table) and instead of returning
order.html from the file system, the system calls a servlet (also in the
table) which returns and html page which the web server returns to the
client.
    Is there any inherent functionality in JServ to do this translation
and substiution?  In the faqs someone suggested re-writing urls, but I
would like it to fully configurable.  What I have now is a table of
URL's and what servlet they map to.



--
--------------------------------------------------------------
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]

Reply via email to