USE="-X -python java5" emerge -avb tomcat

编译时,需要先编译sun-jdk-1.5(推荐,因为1.6 commons-dbcp好像不推荐)、ant等
装好后,在/etc/tomcat-6下有个tomcatusers.xml,编辑成:

<tomcat-users>
  <role rolename="manager"/>
  <user username="tomcat" password="tomcat" roles="manager"/>
</tomcat-users>

这样就可以在localhost:8080下用manage了:用户名tomcat,密码tomcat

相关文章:

  • 2022-12-23
  • 2021-09-16
  • 2021-07-16
  • 2021-12-02
  • 2021-09-04
  • 2021-09-11
猜你喜欢
  • 2022-12-23
  • 2021-10-28
  • 2022-02-09
  • 2021-12-01
  • 2021-10-27
  • 2021-08-02
相关资源
相似解决方案