在linux下面安装tomcat后,打开时用户名及密码是什么啊?

我是解压后就可以直接用的,但打开时需要用户和密码要输入什么?... 我是解压后就可以直接用的,但打开时需要 用户 和密码 要输入什么? 展开
 我来答
open资源分享
2015-08-24 · 资源分享,知识分享,互利共赢!
open资源分享
采纳数:60 获赞数:1558

向TA提问 私信TA
展开全部
默认的用户名和密码一般是admin/admin或者tomcat/tomcat

我们可以通过图形用户界面来管理tomcat,启动tomcat,在地址栏中输入:
http://localhost:8080
就可以看见tomcat的欢迎页面,点击左边的tomcat manager 就会出现一个对话框,需要输入用户名和密码,当忘记最开始安装tomcat时的用户名和密码时,我们可以通过以下方杰来解决:
修改tomcat-users.xml文件,这个文件在tomcat的安装目录下的conf目录下,打开这个文件,我们可以看到如下信息:
<tomcat-users>
<!–
NOTE: By default, no user is included in the “manager-gui” role required
to operate the “/manager/html” web application. If you wish to use this app,
you must define such a user - the username and password are arbitrary.
–>
<!–
NOTE: The sample user and role entries below are wrapped in a comment
and thus are ignored when reading this file. Do not forget to remove
<!.. ..> that surrounds them.
–>
<!–
<role rolename=“tomcat”/>
<role rolename=“role1″/>
<user username=“tomcat” password=“tomcat” roles=“tomcat”/>
<user username=“both” password=“tomcat” roles=“tomcat,role1″/>
<user username=“role1″ password=“tomcat” roles=“role1″/>
–>
</tomcat-users>
我们在这里加上如下的一句话:
<user username=“admin” password=“admin” roles=“admin,manager”/>
修改后的文件为:
<tomcat-users>
<!–
NOTE: By default, no user is included in the “manager-gui” role required
to operate the “/manager/html” web application. If you wish to use this app,
you must define such a user - the username and password are arbitrary.
–>
<!–
NOTE: The sample user and role entries below are wrapped in a comment
and thus are ignored when reading this file. Do not forget to remove
<!.. ..> that surrounds them.
–>
<!–
<role rolename=“tomcat”/>
<role rolename=“role1″/>
<user username=“tomcat” password=“tomcat” roles=“tomcat”/>
<user username=“both” password=“tomcat” roles=“tomcat,role1″/>
<user username=“role1″ password=“tomcat” roles=“role1″/>
–>
<user username=“admin” password=“admin” roles=“admin,manager”/>
</tomcat-users>
重新启动tomcat服务器,这时就可以使用用户名为admin,密码为admin的用户登录tomcat的管理界面了,这样就可以远程管理tomcat了。
微纵云
2013-03-30
知道答主
回答量:10
采纳率:0%
帮助的人:9127
展开全部
tomcat下面有个conf/tomcat-users.xml, username="tomcat" password="tomcat" 这个是最原始密码
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
段石禾涵易
2019-05-21 · TA获得超过3923个赞
知道大有可为答主
回答量:3202
采纳率:27%
帮助的人:195万
展开全部
帮你找了一下:
在CATALINA_HOME/conf/tomcat-users.xml文件中。编辑这个文件,可以修改用户名和密码,例如添加一个名为“manager”的角色到该文件中:
<role
name="manager">
<user
name="manager"
password="admin"
roles="manager"/>
然后重新启动Tomcat。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2013-03-31
展开全部
帮你找了一下:

在CATALINA_HOME/conf/tomcat-users.xml文件中。编辑这个文件,可以修改用户名和密码,例如添加一个名为“manager”的角色到该文件中:

<role name="manager">

<user name="manager" password="admin" roles="manager"/>

然后重新启动Tomcat。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
shengqe
2015-08-05 · 超过142用户采纳过TA的回答
知道小有建树答主
回答量:470
采纳率:0%
帮助的人:261万
展开全部
tomcat的用户名和密码是通用的,在配置文件里面有。可以在Linux下搜索配置文件user.xml
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(5)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式