• 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

Problems starting Tomcat 4.0 on windows 2000

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have downloaded and installed JDK 1.2.2.
JAVA_HOME = c:\jdk1.2.2
Tomcat4.0.4 is intalled and
CATALINA_HOME = C:\Tomcat4.0
I get the following logs when I try to start
C:\Tomcat4.0\bin>startup
Using CATALINA_BASE: C:\Tomcat4.0
Using CATALINA_HOME: C:\Tomcat4.0
Using CATALINA_TMPDIR: C:\Tomcat4.0\temp
Using JAVA_HOME: C:\jdk1.2.2
After that another command window just flashes and I cannot see anything in it and then it closes.
The server does not start. No logs in the logs folder.
Any suggestions will be very helpful.
Thx
Viren.
 
Sheriff
Posts: 67747
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
Do you have servlets being loaded at startup? I've seen this sort of behavior when one of the servlets throws an exception from its init() method.
bear
 
Virendra Rahatpuri
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is a fresh installation. I have not added any jsp's or servlets.
 
Oh. Hi guys! Look at this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic