Is there any way to invoke a Java program for a particular URL in Apache HTTP Server? Thanks.
The architecture is like this: Browser > Apache > WebLogic Application Server. My requirement is to invoke a Java code in Apache before request goes to WebLogic Application Server.
You probably want to stick with the Java EE Filter solution. But if, for some reason, you can’t do that and absolutely must do this at the Apache layer, Apache does offer filters. See here: http://httpd.apache.org/docs/2.2/mod/mod_ext_filter.html