Upgrade from jetty6 to jetty7(eclipse)
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.
| Code Block |
|---|
$ java -jar jetty6to7-1.0.jar /path/to/your/files/or/dir |
...