質問編集履歴

1

server.xml一行目追加

2020/05/21 09:30

投稿

KB24
KB24

スコア4

test CHANGED
File without changes
test CHANGED
@@ -48,7 +48,9 @@
48
48
 
49
49
  ↓server.xmlのRealmタグ
50
50
 
51
+ ```
52
+
51
- ```<Realm className="org.apache.catalina.realm.LockOutRealm">
53
+ <Realm className="org.apache.catalina.realm.LockOutRealm">
52
54
 
53
55
  <!-- This Realm uses the UserDatabase configured in the global JNDI
54
56
 
@@ -94,7 +96,9 @@
94
96
 
95
97
  ↓login.jsp
96
98
 
99
+ ```
100
+
97
- ```<%@ page language="java" contentType="text/html; charset=UTF-8"
101
+ <%@ page language="java" contentType="text/html; charset=UTF-8"
98
102
 
99
103
  pageEncoding="UTF-8"%>
100
104