Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nikuyoshi/24ae9606360de7d9ed02 to your computer and use it in GitHub Desktop.
Save nikuyoshi/24ae9606360de7d9ed02 to your computer and use it in GitHub Desktop.
EclipseプラグインのTomcat Lancherを使用しない場合のコンテキスト定義の更新に関して(Mac) ref: http://qiita.com/nikuyoshi/items/8db852bee7657c7571c4
<Context path="/{任意のURL}" docBase="{アプリケーションファイルを設置するパス}">
</Context>
<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