Forum Moderators: phranque
I'm a java developer who have created a java servlet filter for a web site. This filter is almost complex. The problem is that the company is going to use apache server as the main server. Web site contain some non java (php) pages and it will be perfect if I can use the servlet filter as the main filter for all in-coming and out-going requests. Is it possible in apache to use a java filter as the main filter for all files type (including php and cgi)? I can easily use it in apache tomcat but don't know how to force apache server to use a java filter as the main filter. Can some one guide me?
Thanks.