JEE

GeoSolutions presentation @ Italian GFOSS day 2009

During this year's italian GFOSS day Ing. Alessio Fabiani has given a presentation on GeoServer and INSPIRE, specifically "GeoServer per la gestione interoperabile dei dati geospaziali: introduzione, e casi d'uso con cenni ad INSPIRE". I am posting it here in case someone is interested. Watch out, it is in Italian!GeoSolutions Gfoss 09 PresentationView more documents from GeoSolutions.Ciao,Simone.

More

GeoSolutions Company Profile

At the link below you can find a one-page company profile for GeoSolutions which can also be downloaded as a PDF. Soon I will come up with a longer descriptions of the projects we have been involved since our inception.GeoSolutions Company ProfileEnjoy,Simone.

More

GeoServer and JBoss 5.x

When deploying geoserver.war an a new installation of JBoss AS 5.x, most probably you will get an error caused by a conflict on the Xerces configuration classes.java.lang.ClassCastException: org.apache.xerces.parsers.XML11Configuration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfigurationThe error basically depends by the ClassLoader error which tries to instantiate the GeoServer XML parsing libraries by using the JBoss xerces interfaces instead.A possible quick solution to avoid the conflict and allowing GeoServer working fine on JBoss is to isolate the WAR classloading by performing the following steps:1> Isolate the WAR; you have two ways to do that: Editing the file \jboss-5.1.0.GA\server\default\deployers\jbossweb.deployer\META-INF\war-deployers-jboss-beans.xml and commenting the WarClassLoaderDeployer bean...

More

Hibernating GeoServer: seeking for scalability and robustness

I thought it would have been worth spending a few minutes to let people know about this development that we are bringing forward at GeoSolutions.Being not only GeoServer developers but also GeoServer hungry users, we have been a bit unpleased in the past by the scalability problems that it was showing by the fact that:GeoServer was keeping all its configuration into memoryGeoServer was making use XML files to handle its internal configurationNow a lot of work has been lately for the upcoming 2.0 version of GeoServer, however, while 2 has been made less evident by GSIP 36 1 has not...

More