Created
February 7, 2015 08:03
-
-
Save nikuyoshi/24ae9606360de7d9ed02 to your computer and use it in GitHub Desktop.
EclipseプラグインのTomcat Lancherを使用しない場合のコンテキスト定義の更新に関して(Mac) ref: http://qiita.com/nikuyoshi/items/8db852bee7657c7571c4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Context path="/{任意のURL}" docBase="{アプリケーションファイルを設置するパス}"> | |
</Context> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Context path="/testproject" docBase="~/workspace/testproject/src/main/webapp"> | |
</Context> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment