• 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

Tomcat 4.....

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey guys,
I hope one of you guys can help. I'm trying to get going with Tomcat 4....recently wiped out my box and re-installed, now can't get it going...
I keep getting the following error:
java.lang.NoClassDefFoundError: org/apache/tomcat/logging/Logger

Tomcat doesn't appear to start properly....
My settings:
TOMCAT_HOME = C:\tocmat
JAVA_HOME = c:\jdk
CATALINA_HOME = c:\tomcat
PATH = c:\jdk\bin
CLASSPATH = c:\jdk\lib\tools.jar
any ideas....although I'm sure this is going to end up being something silly, I'm stumped!
Thanks,
Jason
 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
TOMCAT_HOME = C:\tocmat
Maybe you should try:
TOMCAT_HOME = C:\tomcat
 
Jason Lee
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
that was just a typo in filling the form...the autoexec.bat is spelled properly...but thanks for trying.
Jason
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic