Hello Carlos,

Please direct questions about geoserver community modules to the geoserver users list.

I am not sure what you are trying to accomplish here. There is no need to make any modifications to web.xml. Simply add the jar files to a working geoserver deployment.

Note however that there currently is still a jar file missing in the zip file: jackson-annotations-2.10.1.jar. This is fixed in upcoming versions. But for now you might have to add it manually. Perhaps that is the issue came across first.

Kind Regards

Niels

On 26/05/2020 23:44, [email protected] wrote:
Hi, Niels.

I have recently tried to install the GeoServer Metadata extension. In the 
installation instructions indicates that any required configuration must be 
made in the servlet container, but what changes must be made?

I downloaded the extension from the GeoServer Download Page, the file name is 
called geoserver-2.17-SNAPSHOT-metadata-plugin.zip, I extracted these files and 
placed the JARs in WEB-INF/lib, but when I start the service the following 
message appears

HTTP 404 Status - Not Found Type Status report message The required resource [/ 
geoserver] is not available Description The required resource is not available.

I've already done several changes to the code in web.xml file

<servlet>
       <servlet-name>metadata</servlet-name>
       <servlet-class>org.geoserver.community.gs-metadata</servlet-class>
  </servlet>

<servlet-mapping>
      <servlet-name>metadata</servlet-name>
      <url-pattern>/webapps/geoserver/WEB-INF/lib/*</url-pattern>
  </servlet-mapping>

The installation I have is Windows 10, GeoServer 2.17-SNAPSHOT, 
Apache-Tomcat/8.5.55, Java jre1.8.0_231.

Thank you.

_____________________________________
Sent from http://osgeo-org.1560.x6.nabble.com

_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to