You have a few options: If you already have the Servlet implemented you can use the spring controller framework to plug-in in a spring application context.
Or you can modify the web.xml file of GeoServer and add your servlet directly. Or if you do not have the servlet already implemented, an alaterntive is to write a custom service for GeoServer. It is not much work, here is some documentation here: http://geoserver.org/display/GEOSDOC/3+A+Simple+PlugIn Hope that helps. -Justin Hoku_sai2000 wrote: > Hi all, > I am Vietnamese,i am not good at writing English,but i have an important > essay to finish course at University.So i try to post this question to forum > so that i hope some help.I really need some help.I am stuck > in this problem > I want to write an GIS application to find path between 2 point on the map.I > want write an Servlet application which connect database and then send many > SQL query to database and finally receive the result from databse.But i do > not know how to run this file(an Servlet application) from JSP page in > GeoServer.I want to write a new web application in GeoServer,but where i > should start. -- Justin Deoliveira OpenGeo - http://opengeo.org Enterprise support for open source geospatial. ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
