• 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
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Running Sevlet

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I installed Tomcat & am trying to check the settings. I am unable to get the homepage of Tomcat when i try to fire http:\\localhost:8080. I am using the Netscape Browser.
The classpath seems OK as i am able to compile servlets but am unable to run them.
Any help is highly appreciated.
Thanks
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Startup.bat and Tomcat.bat files used to start Tomcat have @echo off at the start. Comment this line out and you may be able to see errors being reported.
The usual problem everybody has with WIndows 98 is insufficient Environment space. The startup routines do a lot of fooling around to set environment variables that are quite lengthy.
Modify your MSDOS console settings to use more environment space.
Bill
 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I commented the echo off lines in the Startup & Tomcat batch files. When i run the startup i get a new DOS screen which closes after some time & i get back the original DOS screen with C:\ prompt.
I am not getting the Out of Env Space message.
Thanks
 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks William !
I could finally sort it out. I was a combination of problems associated with classpath/jar files/etc.
 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Rao,
I seem to be having the same problem. Could you tell me what you did to get rid of it ?
Regards,
Satish
 
I will open the floodgates of his own worst nightmare! All in a tiny ad:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic