Hi,
I've installed Tomcat 6.0.18 on my ubuntu 9.04. My goal is to have it running as standalone for offering web services. Until now I have a tomcat running on my windows laptop and I'm developing in netbeans, and everything works fine on localhost. I figured that I would have the same web service running on the ubuntu machine. I've installed the tomcat on the ubuntu machine, and by looking at the logs tomcat is running, on port 80. My problem is that when trying to connect to it from a public computer the browser gives me a "connection refused" and something with error 10061. I'm running the tomcat as root. Since I've installed the tomcat from remote I haven't tried to see if it is working with localhost. Any suggestion for making the tomcat public accessible? Thank you. Nicolai