...
Code Block |
---|
yum install tomcat service tomcat start vim /etcusr/local/tomcat/conf/server.xml |
on line 70, change the Tomcat connector port from 8080 to 8983:
...
By default, no user has access to the Tomcat Manager App.
Code Block |
---|
vim /usr/etclocal/tomcat/conf/tomcat-users.xml |
Define a user in tomcat-users.xml with access to the manager-gui role. Below is a very basic example.
...