Why am I seeing all requests listed twice?
Description
This is usually caused by the FusionReactor Servlet Filter definition appearing twice within the sever configuration. First check the default web descriptor (for example, on JRun):
/jrun4/servers/cfusion/SERVER-INF/default-web.xml
and then the CFusion web descriptor:
/jrun4/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/web.xml
The FusionReactor Servlet Filter definition should only appear once in the default web descriptor.
The FusionReactor filter mapping will look something like this:
<filter-mapping> <filter-name>FusionReactor</filter-name> <url-pattern>/*</url-pattern> </filter-mapping>
Issue Details
| Type: | Technote |
|---|---|
| Issue Number: | FRS-74 |
| Components: | Installer |
| Environment: | |
| Resolution: | Fixed |
| Added: | 22/05/2007 14:21:03 |
| Affects Version: | |
| Fixed Version: | |
| Server: | |
| Platform: | |
| Related Issues: | None |
Issue Feedback
Did you find this issue helpful?
0 out of 0 people found this article helpful

