I have a question about the JK isapi filter.
I am trying to have IIS redirect all but one url (context) to tomcat

# uriworkermap.properties - IIS
#
# This file provides sample mappings for example wlb
# worker defined in workermap.properties.minimal
# The general syntax for this file is:
# [URL]=[Worker name]

/*=worker1

/*.jsp=worker1

# Optionally filter out all .jpeg files inside that context
# For no mapping the url has to start with exclamation (!)

!/do_not_forward/*=worker1
#!/*.gif=worker1

#
# Mount jkstatus to /jkmanager
# For production servers you will need to
# secure the access to the /jkmanager url
#
/jkmanager=jkstatus

For some reason, it still tries to push that url to tomcat. However, if
I filter out all of the gif (as in the line below), it works as
expected. Can someone please let me know if this can be done, and if I
am doing it correctly.

Thank You,

Aaron Steele
YRI Enterprise Solutions
https://ris.yumnet.com
w: 972.338.6862
c: 817.401.0831




This communication is confidential and may be legally privileged.  If you are 
not the intended recipient, (i) please do not read or disclose to others, (ii) 
please notify the sender by reply mail, and (iii) please delete this 
communication from your system.  Failure to follow this process may be 
unlawful.  Thank you for your cooperation.

Reply via email to