Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] About Geoserver

Hi Rasel,

The script and deployment you are using is a minimal version of GeoServer.  The container used is Jetty.

If you need SSL support, you have a few alternatives: 1.  Figure out how to enable SSL in Jetty or 2.  Deploy GeoServer in another container like Tomcat or JBoss/Wildfly.

I hope that helps direct your searches.  Do you have to use SSL at this point in your work?

Cheers,

Jim

On 10/26/2016 01:26 PM, Rasel Ahmed wrote:
GEOSERVER DATA DIR is /home/rasel/Installs/geoserver-2.9.1/data_dir
WARNING: Module not found [ssl]
2016-10-26 23:09:19.427:INFO::main: Logging initialized @245ms
2016-10-26 23:09:19.585:INFO:oejs.Server:main: jetty-9.2.13.v20150730
2016-10-26 23:09:19.600:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:/home/rasel/Installs/geoserver-2.9.1/webapps/] at interval 1
2016-10-26 23:09:20.546:INFO:oejw.StandardDescriptorProcessor:main: NO JSP Support for /geoserver, did not find org.eclipse.jetty.jsp.JettyJspServlet
Factory implementations for category GridCoverageFactory:
  org.geotools.coverage.grid.GridCoverageFactory
Factory implementations for category FilterFactory:
  org.geotools.filter.FilterFactoryImpl
Factory implementations for category StyleFactory:
  org.geotools.styling.StyleFactoryImpl
Factory implementations for category FeatureFactory:
  org.geotools.feature.LenientFeatureFactoryImpl
  org.geotools.feature.ValidatingFeatureFactoryIm


why  module not found[ssl] . How can i solve it.


_______________________________________________
geomesa-users mailing list
geomesa-users@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.locationtech.org/mailman/listinfo/geomesa-users



Back to the top