Lars Ohlén schrieb:
Hi!
I have a servlet in a webapp ( /web) but would like to be able to invoke the same servlet (without duplication of .class file) with
another webapp name (/script)
My original idea was to implement this in the httpd processing using
mod_rewrite, but I have run into some
Hi!
I have a servlet in a webapp ( /web) but would like to be able to invoke the
same servlet (without duplication of .class file) with
another webapp name (/script)
My original idea was to implement this in the httpd processing using
mod_rewrite, but I have run into some other issues with mod