質問編集履歴
1
誤字修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
現行のサーバはsitemap.htmlにてワークフローのHTMLファイルを定義しており、
|
8
8
|
それを踏襲したのですがダメでした。
|
9
9
|
|
10
|
-
Fessを起動しない状態なら、
|
10
|
+
Fessを起動しない状態なら、IISで規定のドキュメントとして追加すればlocalhost:8080/sitemap.htmlで対象のsitemapは表示できるのですが、Fessを起動するとIISで指定した物理パス上に配置したsitemapは表示できないため、Fessの設定コンフィグでsitemapを指定する必要があるのではないかと思うのですが、どの様に指定するか不明な状態です。
|
11
11
|
|
12
12
|
Fessの「fess.in.bat」上に以下の記述を見つけたのでパスの指定を変更できるかと思ったのですが、
|
13
13
|
現行稼働中のサーバではsitemap.htmlを配置していないパスを指していました。
|
@@ -17,9 +17,9 @@
|
|
17
17
|
|
18
18
|
|
19
19
|
参考にしたサイト
|
20
|
-
Fessのセットアップ手順
|
20
|
+
・Fessのセットアップ手順
|
21
|
-
https://fess.codelibs.org/ja/setup.html
|
21
|
+
https://fess.codelibs.org/ja/setup.html
|
22
|
-
webクロールに関する設定(sitemapについての記述あり)
|
22
|
+
・webクロールに関する設定(sitemapについての記述あり)
|
23
|
-
https://fess.codelibs.org/ja/2.0/admin/webCrawlingConfig-guide.html
|
23
|
+
https://fess.codelibs.org/ja/2.0/admin/webCrawlingConfig-guide.html
|
24
|
-
Windows環境でFessを使用する方法のメモ
|
24
|
+
・Windows環境でFessを使用する方法のメモ
|
25
|
-
http://malog-notes.blogspot.com/2014/12/windowsfess.html
|
25
|
+
http://malog-notes.blogspot.com/2014/12/windowsfess.html
|