Class CollectJettyServer
- java.lang.Object
-
- org.openforis.web.server.JettyApplicationServer
-
- org.openforis.collect.controlpanel.server.CollectJettyServer
-
- All Implemented Interfaces:
ApplicationServer
public class CollectJettyServer extends JettyApplicationServer
-
-
Field Summary
Fields Modifier and Type Field Description static StringWEBAPP_NAME-
Fields inherited from class org.openforis.web.server.JettyApplicationServer
jndiDsConfigurations, port, webappsFolder
-
-
Constructor Summary
Constructors Constructor Description CollectJettyServer(int port, File webappsFolder, JndiDataSourceConfiguration... jndiDsConfigurations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetMainWebAppName()-
Methods inherited from class org.openforis.web.server.JettyApplicationServer
getUrl, initialize, isRunning, start, stop
-
-
-
-
Field Detail
-
WEBAPP_NAME
public static final String WEBAPP_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CollectJettyServer
public CollectJettyServer(int port, File webappsFolder, JndiDataSourceConfiguration... jndiDsConfigurations)
-
-
Method Detail
-
getMainWebAppName
protected String getMainWebAppName()
- Specified by:
getMainWebAppNamein classJettyApplicationServer
-
-