Hello
At the moment I have many HTML pages that call a servlet to dynamically
create a header. I am now in the situation where I would like to have the
output of a second servlet appear directly after the first. I do not,
however, want to go and add a second <SERVLET> tag to every HTML document.
What is the best way to handle a situation like this? The list of servlets
that build the header will undoubtedly grow and shrink as time goes by, so
it should be easily maintainable from a single source. Although I am
currently using JServ and Apache, I would like to avoid locking myself into
an Apache specific solution if at all possible.
Any advice would be appreciated.
Stuart
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]