Where
Configuration guide
Revision: 8005143
1. ch.: 17.10.2. Configure the ISAPI Connector to Send Client Requests to JBoss EAP / 3. Create the uriworkermap.properties file
2. ch.: 17.10.3. Configure the ISAPI Connector to Balance Client Requests Across Multiple JBoss EAP Servers / 3. Create the uriworkermap.properties file.
Problem
There is following code in example box
# Example of exclusion from mapping, logo.gif won't be displayed # /web-console/images/logo.gif=*
Neverthees, this code means that any of workers can handle logo, not that logo is excluded.
Solution
To demnostrate exlusion add ! on the biggining of in line in the example (after comment of course):
# !/web-console/images/logo.gif=*
- clones
-
JBEAP-3703 [CD.15, 7.2] Mistake in isapi_redirect.properties - wrong exclusion definition
- Closed