ex) zop,policy,free_time.jsp
- example
- img
- include
- lib
- WEB-INF
/の中/webapps/error directory, we have the error pages for HTTP error codes. If you want to have an error page for a specific HTTP error code, you can define it in /webapps/WEB-INF/web.xml.
In /nxfilter/webapps/example directory, we have some example JSP pages for custom login module.
In /nxfilter/webapps/imgウェブページ用の画像ファイルを保存します。
In /nxfilter/webapps/include、他のJSPファイルにインクルードするための共通JSPファイルがあります。
In /nxfilter/webapps/libCSSとjavascriptファイルがあります。
NxFilterの組み込みWebサーバとして組み込みTomcatを使用しているため、'WEB-INF'があります。
NxFilter の GUI をカスタマイズする場合、元のファイルを直接変更するのは良いアイデアではありません。そのため 将来の参考のために別のディレクトリを作成し、その中にすべてのファイルをコピーすることをお勧めします。 /nxfilter/webapps into the new directory and then modify these copied files. To make things easier, NxFilter supports 'www_dir' option on /nxfilter/conf/cfg.properties file.
カスタム GUI を /nxfilter/myweb ディレクトリに置いて、それを NxFilter のルートディレクトリとして使いたい場合。 として使いたい場合は、'cfg.properties' ファイルに次の行を追加する必要があります。
www_dir = myweb
NxFilter を再起動します。