I have installed GeoServer as part of the OpenGeo package. I am trying to create my own application but I am having problems. At first I couldn't save over my html files. Using Notepad2 I can now overwrite my files but the changes do not appear when looking with a browser.
I am guessing this is because the files are being cached somewhere on the server (not in the browser - I've checked that). This could make sense for a live project but is very frustrating for development. Is there some way to bypass the cache?
Also - and this might sound a little dumb - GeoServer is the component that's serving up the HTML files, right? It's the only server in the bundle but the only information I can find about it is about serving up geographical data (which is obviously its main feature).