tomcat5 is installed but doesn't work on Ubuntu 6.06
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: Fedora 3,4- Ubuntu 6.06 to 8.10, Gentoo and Arch
Posts: 407
Rep:
tomcat5 is installed but doesn't work on Ubuntu 6.06
Hi,
I have installed tomcat5 on my ubuntu 6.06 machine using synaptic and installed SDK and JRE as well.
I can run tomcat by /etc/init/tomcat5 start
but when I check http://localhost it says that page cannot be displayed. http://localsot:8080/ also doesn't show antrhing. I even change the port to 80 in server.xml file.
Does anyone know how it is possible to see the page confirming successful installation of tomcat?
Distribution: At home: Arch, OpenBSD, Solaris. At work: CentOS, Debian, Ubuntu
Posts: 3,625
Rep:
Can you use netstat -tpan to check and see if anything is actually listening on port 80? How about ps to see if Tomcat is running. It's been years since i dealt with Tomcat, but I remember it being somewhat of a pain.
Distribution: Fedora 3,4- Ubuntu 6.06 to 8.10, Gentoo and Arch
Posts: 407
Original Poster
Rep:
I can see tomcat running on port 8180 which is a non-SSL Coyote HTTP/1.1 Connector. I even copied some java files and html files in /var/lib/tomcat5/webapps/ROOT.
html files work, but for java files, only codes are visible.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.