...
This tool will help convert your old jetty6 config files (and sources) to jetty7.
For classes no longer available on jetty7 (e.g org.mortbay.jetty.security.HashUserRealm), the tool will give you recommendations on how to proceed.
Please also refer to the documentation on Eclipse: Porting to Jetty7 and Porting to Jetty7 Package and Class Names.
| Code Block |
|---|
$ java -jar jetty6to7-1.0.jar /path/to/your/files/or/dir |
...