• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem installing TOMCAT

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am new to apache tomcat..
I have installed apache tomcat 6.0 and Java 1.6
after installation is done, I did set the environment variables..
classpath=.;C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\webdir\WEB-INF\classes
CATALINA_HOME=C:\Program Files\Apache Software Foundation\Tomcat 6.0

I tried starting the tomcat server and tested the installation http://localhost:8080/
but it is displaying some other page (i.e. Oracle license agreement)

please help me out
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"sapentap pentap", please check your private messages for an important administrative matter.
 
JavaMonitor Support
Posts: 251
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Santosh,

Some other program is serving port 8080 and not Tomcat. Use netstat to find out which program is listening on port 8080 as discussed on http://java-monitor.com/forum/showthread.php?t=22 . Also, check the Tomcat logs for errors.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic