8
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Context root の変更方法

Posted at

環境
Mac OS X 10.9.2
Eclipse 4.3
Tomcat 7

Context Root 変更

Eclipseでプロジェクト生成後にContext rootを変更しようとしてもなかなか上手くいかなかった...

何がしたいのかというと、

http://localhost:8080/test/

http://localhost:8080/app/

というように、testではなくappでアクセスできるようにしたい。

pom.xmlのgroupIdとartifactIdを変更すれば行けると思っていたが変更しても変わらず...
Cleanしても変わらず...

と、いろいろやっていたが解決方法発見!
ProjectのPropertiesにWeb Project Settingsという項目があり、そこにContext rootがあった。

スクリーンショット 2014-05-18 11.22.55.png

書き換えて、ServerをCleanすると...できました\(^o^)/

参考
http://stackoverflow.com/questions/2437465/java-how-to-change-context-root-of-a-dynamic-web-project-in-eclipse

8
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?