On Tue, Jan 31, 2012 at 10:56 AM, Robert Buckley <[email protected]> wrote: > yesterday I deployed GWC 1.2.6 in tomcat6 on ubuntu 10.04 along side > geoserver 2.1.2. It was working ok, but I restarted tomcat6 today and the > system is now broken.
The only reason I know of having an adresss already in use error is that the servlet container is in fact trying to open a server port that's already in use. When you "restarted" tomcat, did you check it actually shut down? I've seen broken tomcat installations where the script in /etc/init.d doesn't actually shut it down. Not sure why though. ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
