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

Working with new tomcat server

 
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Okay, I changed from tomcat 4.0 to tomcat 3.2.1 and here's the situation: I'm able to compile servlet code, so I must have set the classpath correct for that. I'm able to startup the server fine. But like before, when I go to open a browser and type in http://localhost/servlet/HelloWWW3/ I get this.
I'm prompted that the page is not available offline, and given the choice to connect or stay offline. When I choose stay offline (No connection from the computer I'm working on) the page then comes up that says: Webpage unavailable offline. I'm so close to actually having this thing work. If I could just figure out why the browser won't read my page, I'd be set!
 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Dont know the whys and wherefores but if you click connect it should work. ie your pc goes and gets a connection with itself on localhost.
 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
This was discussed and solved here:

http://www.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=56&t=000130
 
Consider Paul's rocket mass heater.
    Bookmark Topic Watch Topic
  • New Topic