By default, Tomcat does not enable admin or manager access. To enable it, you have to edit the “%TOMCAT_FOLDER%/conf/tomcat-users.xml” manually


Open in notepad, and just erase everything you have in tomcat-users.xml file and paste these lines.

 
<?xml version='1.0' encoding='cp1252'?>
<tomcat-users>
<role rolename="manager-gui"/>
<user username="tomcat" password="s3cret" roles="manager-gui"/>
</tomcat-users>


'Server > Apache' 카테고리의 다른 글

아파치 톰캣이란??  (0) 2015.06.24
라즈베리파이 서버 활용 강좌 : 아파치 웹서버 설치  (0) 2015.06.24

+ Recent posts