• 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

Problem with Tomcat 4.0 beta 3

 
Ranch Hand
Posts: 412
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have problems running Tomcat 4.0 beta 3. I am not even sure if I have to configure something.
Actually I started /bin/startup and a command prompt window opened indicating that Tomcat Standalone and Apache were running. But when I pointed my browser to http://localhost:8080 the following error is declared:

Does Tomcat 4-b3 need some configuring?
Any help will be appreciated.
------------------
Raghav.
[This message has been edited by Raghav Sam (edited May 22, 2001).]
 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai,
It will be better if u do not use the beta versions.They will pose a lot of problems.Why do'nt u use tomcat3.2?
regards,
kichu
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't know about beta 3 ....
But I use Tomcat 4.0 beta 1 and there's no problem with it.
It does not need further configuration if you only want to see the home page in http://localhost:8080 as long as I know.
So I think maybe you can try another version
Try the beta 1 version under Win NT or Win 2000 (I have bad experience using it under Win 98, it crashed all the time).
See ya

------------------
** Science belongs to the world **
 
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
Be sure to start Tomcat from a MSDOS command prompt window, not by clicking on the bat file. You may also want to modify the batch file to remove the @echo off so it will show all messages.
Have you been running earlier versions of Tomcat on this system?
Bill
 
Raghav Sam
Ranch Hand
Posts: 412
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by William Brogden:

Have you been running earlier versions of Tomcat on this system?


No, this is the first time I am installing Tomcat (any version) on this system (Win 2000). Also Tomcat 4.0 when installed on another m/c (also running Win 2000) works !!!

------------------
Raghav.
 
today's feeble attempt to support the empire
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