I set the following configuration parameters in struts.xml
:
<constant name="struts.devMode" value="false" />
<constant name="struts.configuration.xml.reload" value="true" />
<constant name="struts.i18n.reload" value="false" />
and in struts.properties
: struts.devMode=false
Still the webconsole.html
page is loading. How to resolve this issue?
The
devMode
property has nothing to do withwebconsole
, it only does these things:I am assuming you are coming from here, My advice is: you should not even deploy this component on a production machine.