remove scm-core dependency from scm-server-api and improve jetty configuration

This commit is contained in:
Sebastian Sdorra
2011-01-20 18:55:14 +01:00
parent 4ce88f8a88
commit 3f1ef02250
9 changed files with 93 additions and 331 deletions

View File

@@ -29,6 +29,8 @@
*
*/
package sonia.scm.server;
//~--- JDK imports ------------------------------------------------------------
@@ -63,14 +65,12 @@ public interface Server
* Method description
*
*
* @param config
* @param webapp
*
* @throws IOException
* @throws ServerException
*/
public void start(ServerConfig config, File webapp)
throws ServerException, IOException;
public void start(File webapp) throws ServerException, IOException;
/**
* Method description