Vitali Diatchkov ha scritto: > > Hello! > > A problem: > I use several modules of GeoServer 1.5.x generation (data-1.5.2.jar, > platform-1.5.2.jar) and their dependencies from GeoTools in web application > running under Tomcat. My idea is to reuse DataStore/FeatureType > configuration stuff (like catalog.xml) from GeoServer and get DataStore > instances directly from business logic of my webapp to operate over > features.
... > Any hints? The 1.5.x GeoServer series is at end of life, Geotools 2.3.x is unmantained as well (you won't see a new release of neither one). GeoServer 1.6.0 on the contrary uses gt2 2.4.0, where we killed those connection pool classes and replaced them with DBCP, which allows you to setup a solid limit on the max connection number and also allows for checking if a connection is still alive before using it. I'd suggest to upgrade to 1.6.0, alternatively you can try to fix the problem in the gt2 2.3.x connection pool series. Cheers Andrea ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
