• 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.0.6 Error

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello
I am using Tomcat 4.0.6 with Jdk 1.2 on win 98 machine.when i start the server and stop it i get an error
Bootstrap: Class loader creation threw exception
java.lang.IllegalMonitorStateException: current thread not owner
below are the path that i have set
set path=C:\jdk1.2.2\bin
setclasspath=C:\jdk1.2.\lib\tools.jar;
C:\jdk1.2.\jre\lib\rt.jar;C:\java;
C:\jakarta-tomcat-4.0.6\common\lib\servlet.jar;
set CATALINA_HOME=C:\jakarta-tomcat-4.0.6
set JAVA_HOME=C:\jdk1.2.2

Please tell what is the problem since i am not able to access the homepage when i type http://localhost:8080.i have also tried after changing the port.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic