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

Difference between revisions of "Jetty WTP Plugin/Jetty WTP Modify ContextPath"

m
m
Line 7: Line 7:
 
<li>Open the launch and go to the Modules tab.  
 
<li>Open the launch and go to the Modules tab.  
 
</li>
 
</li>
 +
 +
  
 
[[Image:Jetty-wtp-context1.jpg]]
 
[[Image:Jetty-wtp-context1.jpg]]
Line 18: Line 20:
  
 
[[Image:Jetty-wtp-context2.jpg]]
 
[[Image:Jetty-wtp-context2.jpg]]
 +
  
 
<li>Change the path to''' /webapp'''.
 
<li>Change the path to''' /webapp'''.

Revision as of 17:58, 18 November 2010



Modifying a Context Path

When the WTP Dynamic Web Project mywebapp was created, the context path used the name of this project (mywebapp). It is possible to change the contextPath name. To change a contextPath name, complete the following steps.

  1. Open the launch and go to the Modules tab.

  2. Jetty-wtp-context1.jpg


  3. Select the mywebapp module and click Edit.
  4. The Edit Web Module dialog box opens.


    Jetty-wtp-context2.jpg


  5. Change the path to /webapp.
  6. Click OK.
  7. Save the launch and start the server.
  8. Now you can open the web application at http://localhost;8080/webapp/. </nowiki)

Back to the top