An open source web server and servlet container developed by the Apache Software Foundation

learn more… | top users | synonyms

5
votes
0answers
275 views

Geoserver with SQL server consuming all my CPU

This question is long please bear me and my problem. SQL Server Query profiler The Sample Query from profiler that geoserver is running that corresponds to SLD I am using and not the SQL SERVER view I ...
4
votes
3answers
279 views

How to choose a language for web map development?

I am building a web map application using: GeoServer OpenLayers Tomcat I would like to build a web application, where the user can log in and have the map arranged according to their profile. ...
4
votes
0answers
323 views

Could not obtain native oracle connection [closed]

Anyone knows the the cause and how to resolve the "Could not obtain native oracle connection" error? I'm using GeoTools 2.7.4, a oracle 11g DB, ojdbc14.jar, and a simple java code on a Tomcat 6 like ...
3
votes
1answer
2k views

Path to proxy.cgi for GeoServer is not accessible in browser

There have been several questions very similar to this asked already (including ones not involving GeoServer), but their solutions have not solved my problem. I am trying to use getFeatureInfo on my ...
3
votes
1answer
283 views

How to migrate a Geoserver setup to Tomcat?

I have some problems with tomcat/geoserver. I was create project in stand-alone geoserver and all works fine. This is my code. <%@ page language="java" contentType="text/html; charset=UTF-8" ...
2
votes
2answers
186 views

How to work with GDAL/OGR in Tomcat?

I make web application in Eclipse using GDAL. In Eclipse in Debug Configurations i add variable path=path/to/gdal/folder. In project i add gdal.jar to build path and copy gdal folder in lib directory. ...
2
votes
1answer
439 views

Getting capabilities from tomcat's Geoserver fails

I wanna teke capabilities from tomcat's geoserver. Use this. wms = new OpenLayers.Format.WMSCapabilities(); OpenLayers.Request.GET({ ...
2
votes
1answer
325 views

How to track logged in user in geoserver?

Is there any way I can track the logged in users in geoserver(somewhere in log file). I have same users in geoserver and tomcat-realm.As I can see what URI are requested, IP address URI requested ...
2
votes
0answers
20 views

Why do I need to restart tomcat when using WFS from GeoServer across different apps and workspaces?

I've built a couple of apps that consume WFS 1.1.0 from GeoServer 2.2.2. I organise my layers in different workspaces, and they have a range of sources including shapefile, oracle, postgres etc. ...
2
votes
2answers
1k views

How to can I run the OpenGeo Suite Community Edition under Apache Tomcat on Windows server 2003?

I have installed opengeo suite community edition on ubunutu 10.10 and it is working with apache tomcat and it all works great. So I decide to do the same on a Windows 2003 server at work. Note: On ...
1
vote
1answer
316 views

WMS application in Apache

To host a map application in real world, developed using GeoServer, we need a server with Tomcat/JSP rather than Apache, right? Correct me if I am wrong since my background is as GIS not development. ...
1
vote
4answers
558 views

How do you solve the map publishing problem with Geoserver 2.1.1 on Windows 7 x64?

Well, my problem is that i have geoserver installed over a windows 7 x64 system with both java (JRE 6u29) x32 and x64 installed and i can't proyect my layers on the website. The preview on geoserver ...
1
vote
1answer
49 views

tomcat 5.5.20 on geoserver 2.3

i know it is curious, but i want to run Geoserver 2.3.0 on Tomcat 5.5.20. When i deploy the war file, it deploys successful but i cant start the Geoserver. Message: FAIL - Application at context ...
1
vote
1answer
62 views

GeoServer Web Admin Interface: 404 error

I'm working through the OpenGeo workshop and I'm stuck with setting up a GeoServer. When I try to access the Web Admin Interface localhost:8080/geoserver/, Tomcat reports a "HTTP 404 Status" error ...
1
vote
0answers
58 views

Installing OpenGeo suite breaks tomcat on an instance of AWS Ubuntu Server 12.04

I am running an instance of Ubuntu Server 12.04 on AWS and after installing the OpenGeo suite have been unable to get access to tomcat6 via localhost:8080 and thus no access to the OpenGeo dashboard. ...
1
vote
0answers
46 views

running geoserver in tomcat7 with eclipse

i downloaded geoserver,put it in tomcat7, lunched tomcat7 with powercmd and published my layers and styles.i created a web application, where i add the laters above to a google basemap. Now when i ...
1
vote
0answers
89 views

Strange issue with Tomcat and AGS 10 .NET

I have one of my applications being deploying through Tomcat of Java WebADF. It's being done by someone else, on another site. It, as it would, worls perfectly on my box, but on their application, ...
0
votes
1answer
81 views

ArcGIS Server Java Edition - Deploy App to Embedded Tomcat

I am more experienced with the .NET side of the house, so please excuse me if this is a simple question. Can I deploy an non-ArcGIS/ESRI app to the embedded Tomcat instance shipped with ArcGIS Server ...
0
votes
1answer
191 views

Any known problems after Tomcat-upgrade using oracle locator?

After trying to upgrade from Tomcat 5.5.28 to 5.5.29 or above I ran into a strange problem. We use a linux based gis system using an Oracle EE DB (without spatial license). Problem After the upgrade ...
0
votes
1answer
40 views

Geoserver 2.2.5 tomcat unable to load servlet2.5.jar

am trying to use geoserver 2.2.5 with tomcat 7.0.34 following this tuto: http://ian01.geog.psu.edu/geoserver_docs/software/geoserver.html but am getting this error concerning the servlet jar: ...
0
votes
0answers
88 views

OpenLayers WMSGetFeatureInfo with Proxy - blocked by server?

I've already been through all the threads regarding openlayers xss problem here at SE. However, I did not find any answer to my issue. I'm running a Geoserver on Tomcat listening on port 8080. If I ...
0
votes
0answers
12 views

change the graph location in opentripplaner-api-web.war

I am using opentripplanner to deploy the app in tomcat i have to change the graph.obj location, but doesn't know I can achieve this. I read the "configuring the webapp" but failed to understand the ...
0
votes
0answers
21 views

using geocoder of opentripplanner

I am developing a webapp using opentripplanner. I have followed 2 and five minute tutorials at their websites, there is also a opentripplaner-geocoder.war webapp, but i am unable to figure out that ...
0
votes
0answers
16 views

help with building graph from gtfs [duplicate]

Possible Duplicate: building opentripplaner gtfs.zip Kindly check the previous question. I posted it again as no one answer the previous one, and i am in great trouble. building ...
0
votes
1answer
53 views

building opentripplaner gtfs.zip [closed]

I am building a journey planner app using opentripplanner. i have followed their two minutes tutorial in which we just run webapp which uses pre build graph.obj file, it works fine. But in next five ...
0
votes
0answers
11 views

help with setting up opentripplanner [duplicate]

Possible Duplicate: Help with opentripplanner kindly see my previous post (i also added comment there but no one replies so i again ask the question) Help with opentripplanner now i have ...
0
votes
0answers
49 views

Help with opentripplanner

I have started working with opentripplanner (i am developing a journey planner app). I am following the two & five minute tutorial given on opentripplanner website. but while starting server using ...
0
votes
0answers
38 views

How to install Local Projects Database (LPD) [closed]

I am facing some problem to install Local Projects Database (LPD) in my computer(Windows 7). I installed Tomcat 7 and then i installed lpd1.1.war file from tomcat manager. It is ok to install. But ...