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 other issues with mod_rewrite
so I'm looking for another solution.
Can this be achived with some configuration or can I do this will some servlet 
Filter functionallity. Since the target OS is Solaris I also
considered the possibility to do some soft links.

Any ideas / suggestions appreciated

BR

Lars



Pack your classes in a jar and place it in $TOMCAT_HOME/common/lib.

Peter


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to