Hi I have been reading up tomcat 8's user doc. But I have some problems understanding the setup of rewrite valve. I think I should add the rewrite valve class name and XML settings to /conf/server.xml, but I am not sure what to do next. Where should I place my rewrite.config, how do I activate rewrite my war context only?
Have anyone written a tutorial or can point me to a source for how-to? I am trying to set a single page angularjs app to point /context/path/path/... To /context/index.jsp Any idea on how to do that? Thanks. Kai yang