I'm debugging a struts 2 application and trying to get the debugging interceptor to work.
In struts.xml
I added this line and restartet tomcat:
<constant name="struts.devMode" value="true" />
Next I added ?debug=browser
to an url. Unfortunately this has no effect. The page just show as before, no debug information is visible.
What's missing?