• 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

Cannot start tomcat

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I am pretty new to tomcat.
I am trying to run tomcat 4.1 on windows 2000 professional. I don't think I can even start tomcat. When I start the startup.bat script I get the following:
=================================================
Jan 24, 2003 12:52:12 AM org.apache.commons.modeler.Registry loadRegistry
INFO: Loading registry information
Jan 24, 2003 12:52:12 AM org.apache.commons.modeler.Registry getRegistry
INFO: Creating new Registry instance
Jan 24, 2003 12:52:13 AM org.apache.commons.modeler.Registry getServer
INFO: Creating MBeanServer
Jan 24, 2003 12:52:13 AM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on port 8000
Starting service Tomcat-Standalone
Apache Tomcat/4.1.18
Jan 24, 2003 12:52:18 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on port 8000
Jan 24, 2003 12:52:18 AM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Jan 24, 2003 12:52:18 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/90 config=c:\program files\apache group\Tomcat 4.1
\conf\jk2.properties
=================================================
Afterwards, the command shell just freezes.
I try to go to http://localhost:8000/
but I don't see anything. (I changed the port to 8000)
I am a newbie and any help will be much appreciated.
Thanks
 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The output from your script is exactly what I get when I start tomcat except that I use port 8080. Have you tried another port besides 8000?
Sorry I can't help more going off of the information you gave.
Good luck.
 
richard richard
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply.
Yes I have tried the default port 8080 ... and it does not work either.
I also tried some other ports like 8081. It still does not work.
Some other info. I can ping localhost and 127.0.0.1 which means that my ethernet interface is working. Also I am not running any other servers like apache. I basically just want to find a working servlet engine where I can play around with servlets.
If I cannot get tomcat working. Any other suggestions on where I can find another servlet engine.
I tried to look for the java servlet development Kit (JSDK) but I could not find it on the sun website. If I download J2EE ... I don't know where to start. I mean where to put my servlet files etc ... J2EE seems complicated ... lot's of steps to deploy a simple thing. As I said I am just looking for a servlet engine where I can test some servlets
 
Ranch Hand
Posts: 1309
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
please write to me if this link:
https://coderanch.com/t/82355/Tomcat/Installing-Tomcat-Windows
does not help.
 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have u checked ur log file for any error report??
The above info is not enough to debug.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic