JSP start page

Hi,

I have downloaded the Tomcat and start the service. However, when I try to connect to the localhost::8080, it keeps showing the Oracle servlet page, instead of the Tomcat's welcome page.

I believe that Oracle9.i which i installed already, is causing this problem.

Would anyone know how to get back my Tomcat on that 8080 port and run jsp files?

Thanx in advance

[399 byte] By [lbsseekera] at [2007-9-23]
# 1
Oracle is probably running Apache on that port then. You can only run one server on a given port at a time. Turn off Apache or change the port for Tomcat (server.xml) and restart it (it didn't start actually, if you check the logs).
bsampieria at 2007-7-10 > top of java,Enterprise & Remote Computing,Web Tier APIs...