• 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

problem starting Tomcat 4.1.24

 
Ranch Hand
Posts: 455
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
i just now downloaded tomcat4.1.24src.zip...its showing the following error on startup

earlier it was showing some bootstrap error and i copied bootstrap.jar from tomcat4.0 to the bin directory of catalina, that error disspeared and this one came..i extracted the jar files that comes with Tomcat4.1.24 but cldnt find Catalina class file in it, so i copied catalina.jar from Tomcat4.0 and pasted it in the bin of catalina src directory..i copied this jar files in almost all directies one by one as a trail and error method..but all in vain..
cld any1 help me in solving this problem ??
thanks
raj
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is your JAVA_HOME or JAVAHOME environment variable and defined. Check that as it looks from the error it is unable to find some classes.
 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Umm... you downloaded tomcat4.1.24src.zip

So did you compile it?

Or would you rather download a binary version?
http://apache.mirrored.ca/jakarta/tomcat-4/binaries/tomcat-4.1.24.exe
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic