I’m trying to implement a simple OWS service as is described in the following manual :
http://docs.geoserver.org/stable/en/developer/programming-guide/ows-services/implementing.html
First i’ve changed names for some parameters and tried to run it, and it didn’t succeed. So i changed everything back and it still doesn’t work. Even with supplied example in community folder (i’m using geoserver 2.0.2 sources). I’m putting service’s jar into GeoServer\geoserver-2.0.2\web\app\target\geoserver\WEB-INF\ directory, restarting server, and nothing but error 404 happens. If i change request to GetCapabilities it says that there is no such service as “hello”. Did i miss something?
Hi,
A common mistake is to build the custom service jar but to forget the applicationContext.xml file inside of it, which will cause GeoServer to not load the plugin.
An easy way to check is to manually unjar the custom jar and ensure that the applicationContext.xml file is present.
- Justin
2010/9/5 Sky Line <sky.l1ne@anonymised.com>
I’m trying to implement a simple OWS service as is described in the following manual :
http://docs.geoserver.org/stable/en/developer/programming-guide/ows-services/implementing.html
First i’ve changed names for some parameters and tried to run it, and it didn’t succeed. So i changed everything back and it still doesn’t work. Even with supplied example in community folder (i’m using geoserver 2.0.2 sources). I’m putting service’s jar into GeoServer\geoserver-2.0.2\web\app\target\geoserver\WEB-INF\ directory, restarting server, and nothing but error 404 happens. If i change request to GetCapabilities it says that there is no such service as “hello”. Did i miss something?
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
Geoserver-devel mailing list
Geoserver-devel@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
–
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
Here are jars i’ve built :
http://db.tt/zlIZ8i7
http://db.tt/LVsiEv7
Date: Mon, 6 Sep 2010 10:26:14 +0200
Subject: Re: [Geoserver-devel] Implementing a simple OWS service
From: jdeolive@anonymised.com
To: sky.l1ne@anonymised.com
CC: geoserver-devel@lists.sourceforge.net
Hi,
A common mistake is to build the custom service jar but to forget the applicationContext.xml file inside of it, which will cause GeoServer to not load the plugin.
An easy way to check is to manually unjar the custom jar and ensure that the applicationContext.xml file is present.
- Justin
2010/9/5 Sky Line <sky.l1ne@anonymised.com>
I’m trying to implement a simple OWS service as is described in the following manual :
http://docs.geoserver.org/stable/en/developer/programming-guide/ows-services/implementing.html
First i’ve changed names for some parameters and tried to run it, and it didn’t succeed. So i changed everything back and it still doesn’t work. Even with supplied example in community folder (i’m using geoserver 2.0.2 sources). I’m putting service’s jar into GeoServer\geoserver-2.0.2\web\app\target\geoserver\WEB-INF\ directory, restarting server, and nothing but error 404 happens. If i change request to GetCapabilities it says that there is no such service as “hello”. Did i miss something?
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
Geoserver-devel mailing list
Geoserver-devel@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
–
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
Thanks for making the jars available. I just checked it out and the service works for me. I just noticed in your first email that you said you copied the jars into:
GeoServer\geoserver-2.0.2\web\app\target\geoserver\WEB-INF\
They actually need to go into WEB-INF/lib, not just WEB-INF. Was that just a typo?
-Justin
2010/9/7 Sky Line <sky.l1ne@anonymised.com>
Here are jars i’ve built :
http://db.tt/zlIZ8i7
http://db.tt/LVsiEv7Date: Mon, 6 Sep 2010 10:26:14 +0200
Subject: Re: [Geoserver-devel] Implementing a simple OWS service
From: jdeolive@anonymised.com
To: sky.l1ne@anonymised.com
CC: geoserver-devel@lists.sourceforge.netHi,
A common mistake is to build the custom service jar but to forget the applicationContext.xml file inside of it, which will cause GeoServer to not load the plugin.
An easy way to check is to manually unjar the custom jar and ensure that the applicationContext.xml file is present.
- Justin
2010/9/5 Sky Line <sky.l1ne@anonymised.com>
I’m trying to implement a simple OWS service as is described in the following manual :
http://docs.geoserver.org/stable/en/developer/programming-guide/ows-services/implementing.html
First i’ve changed names for some parameters and tried to run it, and it didn’t succeed. So i changed everything back and it still doesn’t work. Even with supplied example in community folder (i’m using geoserver 2.0.2 sources). I’m putting service’s jar into GeoServer\geoserver-2.0.2\web\app\target\geoserver\WEB-INF\ directory, restarting server, and nothing but error 404 happens. If i change request to GetCapabilities it says that there is no such service as “hello”. Did i miss something?
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel–
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
Geoserver-devel mailing list
Geoserver-devel@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
–
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.