So in relation to this post: How to add Valve to Apache Tomcat
I was able to set the Valve inside the server.xml
file. (Inside the engine)
Now where would I go about placing the rewrite.config
file?
I tried to place it inside the WEB-INF
of the file, but that only works if I set the valve inside the context.xml
, which I don't want to do.