質問編集履歴

3

誤字修正

2017/04/17 12:11

投稿

take_take
take_take

スコア21

test CHANGED
File without changes
test CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
  <Context path="/hello"
44
44
 
45
- docBase="d:/servlet-sample/helloworld"/>
45
+ docBase="D:\servlet\helloworld"/>
46
46
 
47
47
 
48
48
 

2

誤字修正

2017/04/17 12:11

投稿

take_take
take_take

スコア21

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  下記のようなxmlファイルの内容、ディレクトリ構造の場合、docBase属性に指定
12
12
 
13
- するのは、このWebアプリで使用するフォルダが格納されているc:\servlet-sample\helloworld
13
+ するのは、このWebアプリで使用するフォルダが格納されているd:\servlet-sample\helloworld
14
14
 
15
15
  であり、このディレクトリがこのアプリケーションのルートディレクトリという認識です。
16
16
 
@@ -42,7 +42,7 @@
42
42
 
43
43
  <Context path="/hello"
44
44
 
45
- docBase="c:/servlet-sample/helloworld"/>
45
+ docBase="d:/servlet-sample/helloworld"/>
46
46
 
47
47
 
48
48
 

1

誤字修正

2017/04/17 12:05

投稿

take_take
take_take

スコア21

test CHANGED
@@ -1 +1 @@
1
- Context.xmlについて
1
+ コンテキストの設定について
test CHANGED
@@ -1,6 +1,6 @@
1
1
  お世話になっております。
2
2
 
3
- Context.xml内のContextタグのpath属性とdocBase属性について質問です。
3
+ コンテキスト設定ファイル内のContextタグのpath属性とdocBase属性について質問です。
4
4
 
5
5
  環境はWindows10でWebサーバとしてTomcat9.0を使用し、Eclipse等は使用せずにテキスト
6
6
 
@@ -8,7 +8,7 @@
8
8
 
9
9
 
10
10
 
11
- 下記のようなContext.xmlの内容、ディレクトリ構造の場合、docBase属性に指定
11
+ 下記のようなxmlファイルの内容、ディレクトリ構造の場合、docBase属性に指定
12
12
 
13
13
  するのは、このWebアプリで使用するフォルダが格納されているc:\servlet-sample\helloworld
14
14
 
@@ -36,9 +36,9 @@
36
36
 
37
37
 
38
38
 
39
- Context.xmlの内容
39
+ ・xmlファイルの内容の内容
40
40
 
41
- ```Context.xml
41
+ ```hello.xml
42
42
 
43
43
  <Context path="/hello"
44
44