[Geoserver-users] How to run geoserver arcsde extension in a nightly build geoserver

All,

I build geoserver from nighly build source code and launch it in
Eclipse by executing org.vfny.geoserver.jetty.Start from geoserver's
web module. Now I want to work with geoserver arcsde extension, but
couldn't find any doc o n how to do it. I checked and gt2-arcsde.jar
is checked out and is part of the nightly build at
geoserver\release\extensions\arcsde, and I also have arcsde sdk jars
ready, it seems to me that I just need to put it somewhere in the
module to make it work but I couldn't find how.

Does anyone have any idea on that?

Thanks

Hi Yingqi,

If you want to enable the arcsde extension directly while running from
source code in your ide here is what you must do:

1. add the following dependency to web.xml:

  <dependency>
     <groupId>org.geotools</groupId>
     <artifactId>gt2-arcsde</artifactId>
     <version>${gt.version}</version>
  </dependency>
2. rerun "mvn eclipse:eclipse"
3. Refresh in eclipse

Then when you run geoserver with Start.java arcsde should be activated.

Saul: you must do this frequently... is there a better way to do this?

Yingqi Tang wrote:

All,

I build geoserver from nighly build source code and launch it in
Eclipse by executing org.vfny.geoserver.jetty.Start from geoserver's
web module. Now I want to work with geoserver arcsde extension, but
couldn't find any doc o n how to do it. I checked and gt2-arcsde.jar
is checked out and is part of the nightly build at
geoserver\release\extensions\arcsde, and I also have arcsde sdk jars
ready, it seems to me that I just need to put it somewhere in the
module to make it work but I couldn't find how.

Does anyone have any idea on that?

Thanks

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

!DSPAM:4007,46c48d02113695332866982!

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

Oopps. sorry yes :). Feel free to hop on IRC if you need a hand.

-Justin

Yingqi Tang wrote:

Justin,

Do you mean add dependency in pom.xml of geoserver's web module?

Thanks,
Yingqi

On 8/16/07, Justin Deoliveira <jdeolive@anonymised.com> wrote:

Hi Yingqi,

If you want to enable the arcsde extension directly while running from
source code in your ide here is what you must do:

1. add the following dependency to web.xml:

<dependency>
    <groupId>org.geotools</groupId>
    <artifactId>gt2-arcsde</artifactId>
    <version>${gt.version}</version>
</dependency>
2. rerun "mvn eclipse:eclipse"
3. Refresh in eclipse

Then when you run geoserver with Start.java arcsde should be activated.

Saul: you must do this frequently... is there a better way to do this?

Yingqi Tang wrote:

All,

I build geoserver from nighly build source code and launch it in
Eclipse by executing org.vfny.geoserver.jetty.Start from geoserver's
web module. Now I want to work with geoserver arcsde extension, but
couldn't find any doc o n how to do it. I checked and gt2-arcsde.jar
is checked out and is part of the nightly build at
geoserver\release\extensions\arcsde, and I also have arcsde sdk jars
ready, it seems to me that I just need to put it somewhere in the
module to make it work but I couldn't find how.

Does anyone have any idea on that?

Thanks

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

!DSPAM:4007,46c4df38195047180515871!

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org