I have been trying to create a simple maven web based project to be confident about maven. I have added tomcat7 plugin in my pom.xml to use it as a server. But when i started to
The url in configuration of maven plugin should be
which corresponds to the role manager-script
.
Also, it is worth noted that after changing the roles
in {TOMCAT_HOME}/conf/tomcat-users.xml
, you have to restart the tomcat server for reloading the configuration. I know this is a common sense, but my experience told me that some of you may really stuck at here.