Page 1 of 1

Tomcat Eclipse configuration help with Xampp alreadinstalled

PostPosted: 17. February 2012 01:45
by struthelp
Hello,

I have xampp running on my system. I just installed tomcat version 6.x and configured it to my Eclipse Helios IDE. I can start the Tomcat but when I go to http:// localhost I see xampp 1.7.7's welcome screen. I basically want to have Tomcat configured to eclipse as I am learning struts framework and new to this. I followed some instructions online and changed all the ports of tomcat, http ASJ to 900X.

Appreciate any help to get this working.

Thanks.

Re: Tomcat Eclipse configuration help with Xampp alreadinsta

PostPosted: 18. February 2012 00:33
by hackattack142
Tomcat listens on port 8080 by default so you will need to type http://localhost:8080 in your browser if you want to access it.