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/Howto/Upgrade from Jetty 6 to Jetty 7"

< Jetty‎ | Howto
Line 1: Line 1:
 
{{Jetty How Tos
 
{{Jetty How Tos
 
+
|tab = getting-started
 
|introduction =
 
|introduction =
 
With the move to Eclipse, the Jetty 7 code base was refactored; this has several long-term benefits, but means that configuration files and code which use Jetty 6 classes must first be converted to Jetty 7. The jetty6to7 converter tool will help you convert your files. For classes no longer available on Jetty 7 (e.g <tt>org.mortbay.jetty.security.HashUserRealm</tt>), the tool will offer recommendations on how to proceed.
 
With the move to Eclipse, the Jetty 7 code base was refactored; this has several long-term benefits, but means that configuration files and code which use Jetty 6 classes must first be converted to Jetty 7. The jetty6to7 converter tool will help you convert your files. For classes no longer available on Jetty 7 (e.g <tt>org.mortbay.jetty.security.HashUserRealm</tt>), the tool will offer recommendations on how to proceed.

Revision as of 04:31, 16 June 2009

  1. REDIRECT Template:Jetty Howto

Back to the top