Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Jetty WTP Plugin/Jetty WTP Modify ContextPath

< Jetty WTP Plugin
Revision as of 13:44, 17 November 2010 by Jesse.mcconnell.gmail.com (Talk | contribs) (New page: {{Jetty}} == How to Modify Context Path? == When WTP Dynamic Web Project mywebapp was created, teh context path used is teh name of this project (mywebapp). But it's possible to change t...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



How to Modify Context Path?

When WTP Dynamic Web Project mywebapp was created, teh context path used is teh name of this project (mywebapp). But it's possible to change the contextPath name. To do that, open the launch and go at Modules tab. Select the mywebapp module and click on Edit button :

Jetty-wtp-context1.jpg

Change path with webapp :


Jetty-wtp-context2.jpg


Save the launch, start the server and now you can go at http://localhost:8080/webapp/

Back to the top