| Jetty
Extends the jetty Server class.
TODO remove this class and apply jboss-web.xml configuration in
JettyService class instead.
author: Julian Gosnell author: Andreas Schaefer . author: author: 20011201 andreas: author:
author: - Fixed fixURL() because it is to "Unix" centric. Right now the method looks for the last
author: part of the JAR URL (file:/...) which should be the JAR file name and add a "/." before them. author: Now this should work for Windows as well (the problem with windows was that after "file:" came author: the DRIVE LETTER which created a wrong URL). author:
|