質問編集履歴

3

2018/02/20 08:55

投稿

YOHEY-WADAMI
YOHEY-WADAMI

スコア8

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,7 @@
1
+ ーー追記しました。
2
+
3
+
4
+
1
5
  ![イメージ説明](aa6e0090cee746520e32fc88105a4870.png)
2
6
 
3
7
  このようにインストーラを用いていないので unz.hori 様が添付いただけたユーザー名、パスワードが特に設定するところがないのですがその場合はユーザー名、パスワードはないと認識していました。認識が間違っているでしょうか?

2

tomcatのDL方法

2018/02/20 08:54

投稿

YOHEY-WADAMI
YOHEY-WADAMI

スコア8

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,11 @@
1
+ ![イメージ説明](aa6e0090cee746520e32fc88105a4870.png)
2
+
3
+ このようにインストーラを用いていないので unz.hori 様が添付いただけたユーザー名、パスワードが特に設定するところがないのですがその場合はユーザー名、パスワードはないと認識していました。認識が間違っているでしょうか?
4
+
5
+ お願いします。
6
+
7
+ ーーーーーーーーーーーーーーーーーー
8
+
1
9
  すみません、初めての投稿で要領を心得ていません。申し訳ありません。
2
10
 
3
11
 

1

tomcat-users.xmlを追記しました。

2018/02/20 08:53

投稿

YOHEY-WADAMI
YOHEY-WADAMI

スコア8

test CHANGED
File without changes
test CHANGED
@@ -33,3 +33,107 @@
33
33
 
34
34
 
35
35
  不足している情報がありましたら追記させていただきますのでどうかお力をお貸しください。宜しくお願い致します。
36
+
37
+
38
+
39
+
40
+
41
+ xmlを追記です。
42
+
43
+ ```ここに言語を入力
44
+
45
+ <?xml version="1.0" encoding="UTF-8"?>
46
+
47
+ <!--
48
+
49
+ Licensed to the Apache Software Foundation (ASF) under one or more
50
+
51
+ contributor license agreements. See the NOTICE file distributed with
52
+
53
+ this work for additional information regarding copyright ownership.
54
+
55
+ The ASF licenses this file to You under the Apache License, Version 2.0
56
+
57
+ (the "License"); you may not use this file except in compliance with
58
+
59
+ the License. You may obtain a copy of the License at
60
+
61
+
62
+
63
+ http://www.apache.org/licenses/LICENSE-2.0
64
+
65
+
66
+
67
+ Unless required by applicable law or agreed to in writing, software
68
+
69
+ distributed under the License is distributed on an "AS IS" BASIS,
70
+
71
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
72
+
73
+ See the License for the specific language governing permissions and
74
+
75
+ limitations under the License.
76
+
77
+ -->
78
+
79
+ <tomcat-users xmlns="http://tomcat.apache.org/xml"
80
+
81
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
82
+
83
+ xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd"
84
+
85
+ version="1.0">
86
+
87
+ <role rolename="manager-gui"/>
88
+
89
+ <user username="admin" password="admin" roles="manager-gui"/>
90
+
91
+ <!--
92
+
93
+ NOTE: By default, no user is included in the "manager-gui" role required
94
+
95
+ to operate the "/manager/html" web application. If you wish to use this app,
96
+
97
+ you must define such a user - the username and password are arbitrary. It is
98
+
99
+ strongly recommended that you do NOT use one of the users in the commented out
100
+
101
+ section below since they are intended for use with the examples web
102
+
103
+ application.
104
+
105
+ -->
106
+
107
+ <!--
108
+
109
+ NOTE: The sample user and role entries below are intended for use with the
110
+
111
+ examples web application. They are wrapped in a comment and thus are ignored
112
+
113
+ when reading this file. If you wish to configure these users for use with the
114
+
115
+ examples web application, do not forget to remove the <!.. ..> that surrounds
116
+
117
+ them. You will also need to set the passwords to something appropriate.
118
+
119
+ -->
120
+
121
+ <!--
122
+
123
+ <role rolename="tomcat"/>
124
+
125
+ <role rolename="role1"/>
126
+
127
+ <user username="tomcat" password="<must-be-changed>" roles="tomcat"/>
128
+
129
+ <user username="both" password="<must-be-changed>" roles="tomcat,role1"/>
130
+
131
+ <user username="role1" password="<must-be-changed>" roles="role1"/>
132
+
133
+ -->
134
+
135
+ </tomcat-users>
136
+
137
+
138
+
139
+ ```