Password Manager Pro ナレッジベース

CLIコンソールの速度を向上する方法


本ナレッジはビルド:8303までとなります。ビルド8402以降はこちらのナレッジをご参照ください。

Password Manager ProのWeb画面よりネットワーク機器やLinuxサーバへCLIで接続する機能がありますが、デフォルトでは、コマンド結果の戻り時間にタイムラグを設定しています。 本ソリューションでは、コマンド結果の戻り時間速度を向上する手順を記載します。

1.<PMP>¥webapps¥PassTrix¥WEB-INF フォルダを開きます。

2.フォルダ内の 「web.xml」ファイルをメモ帳以外のテキストエディタで開きます。

3.以下の項目を350から100へ変更し、保存します。

【変更前】

<description>Key delay. The amount of time (in milliseconds) after a keypress before a refresh

request is sent. If another key is received before this time elapses, the timer is reset.</description>

<param-name>keyDelay</param-name>

<param-value>350</param-value>

</init-param>

【変更後】

<description>Key delay. The amount of time (in milliseconds) after a keypress before a refresh

request is sent. If another key is received before this time elapses, the timer is reset.</description>

<param-name>keyDelay</param-name>

<param-value>100</param-value>

</init-param>

4.保存後、Password Manager Proを再起動します。

手順は以上となります。