Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SCM Managerをインストールし、ベース URL を無効な URL に変更しました。現在、アプリケーションの Web ページにアクセスできません。設定を修正できるように、SCM Manager のベース URL の構成はどこにありますか?
構成ファイルは config/config.xml で、scm ホーム ディレクトリに保存されます (ホーム ディレクトリの場所については、faq を参照してください)。アプリケーションを停止し、次のものを変更する必要があります。
<force-base-url>true</force-base-url>
に:
<force-base-url>false</force-base-url>