• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Apache-Tomcat installation hangs

 
Ranch Hand
Posts: 127
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My environment Win XP Pro 5.1 SP2 , IE 6.0 SP2.

I'm learning from Marty Hall's "Core Servlets and JSP" and following his latest instructions
(taking all defaults , no "detailed configuration") for Manual Tomcat Execution here :
www.coreservlets.com/Apache-Tomcat-Tutorial
All goes OK until 5.Test the Server (click "Details Here") then read 1. Verify that the server can start .

The start up hangs at : INFO: Server startup in 1194 ms

Here is the screen output from "catalina run".


My checkbox "Use a proxy server for your LAN" is unchecked.
If I check it , plus check "Bypass proxy server for local addresses"
I don't know what to enter for Address and Port.

MY heart always sinks when "install" is mentioned , so any help would be much appreciated.
Thank you , Graeme.
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Define "hangs"--I'd assume it's waiting for requests at that point.

AFAIK TC still defaults to post 8080, so visiting http://localhost:8080 should get you the default splash screen.
 
Graeme Byers
Ranch Hand
Posts: 127
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you David - I now have the Tomcat spash page.
Graeme.
 
Sheriff
Posts: 67752
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
Please be sure to ask Tomcat questions in the Tomcat forum. I have moved this post there for you.
 
We're all out of roofs. But we still have tiny ads:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic