have you enabled all user roles with passwords? in CATALINA_HOME/conf/tomcat-users.xml file? Also, don't forget to change the passwords noted as "<must-be-changed>" with something "interesting".
By default, it can only run on localhost, and it's configured to listen to 127.0.0.1 via the valve. If you uncomment the user role part and change the password, you should be able to log in. i was able to start it by doing above. Also, when you get 403, pay attention to what user roles you need to have for certain pages to be visible on localhost. Regards, On 12 July 2018 at 16:24, Désilets, Alain <alain.desil...@nrc-cnrc.gc.ca> wrote: > > Where 132.246.129.58 is my IP address. Note that I tried also with > “132.0.0.0” and with “^.*$” to no avail. > > I should be more precise… > > When I try with “^.*$”, I get same behavior as when I didn’t have a > manager.xml file, ie: > > * Server Status: works > * Manager: opens page but deploying war causes ‘This site can’t be > reached’ > * Host Manager: ‘403 Access Denied’ > > And by “132.0.0.0.”, I actually meant “127.0.0.1”. When I try that from > ‘localhost:8080’, all buttons result in ‘403 Access Denied’. But when I > access the buttons from “127.0.0.1:8080”, I get the same behavior as above > > > Alain Désilets > National Research Council of Canada >