• 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

Tomcat - Linux gettin alert msgs after installation

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all!

I installed(Extracted the tar file) in root directory.
Set the CATALINA_HOME and JAVA_HOME pointing to Tomcat 5 and jdk1.3.0.1 respectively.

I ran the startup.sh file, not error msgs came. Now when i hit my server using http://localhost:8080/ or http://my-ip:8080/ or http://my_comp_name:8080/
iget an alert

"Connection was refused when attempting to contact localhost:8080"

Please suggest.

Abhi.
 
Ranch Hand
Posts: 1211
Mac IntelliJ IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try running tomcat using 'catalina.sh run' command, so you can view the error messages on console.
 
reply
    Bookmark Topic Watch Topic
  • New Topic