• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

NO classdeffounderror

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hai
I am using windowsxp os and iam installed and configured resin2.0.2 webserver.
when i run the httpd.exe in resin i got the following error message
Exception in thread "main" java.lang.NoClassDefFoundError:com/caucho/server/http/httpserver.
so whats the problem.
 
Ranch Hand
Posts: 2676
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
intel intel,
We don't have many rules at Javaranch, but our naming policy is one of them. We would like you to continue posting, but would you please change your display name first?. Thanks.
You can change your display name here.
 
Matthew Phillips
Ranch Hand
Posts: 2676
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you set the RESIN_HOME variable in your environmental variables?
 
john
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
o.k mathew iam change my display name to mine.
i set the environment variable .my problem is solved.but now i had some
other problem.the files inside the doc i mean my project is not loaded
in the resin server.when i try to run the file inside doc it shows
404 Not Found
/file1.jsp was not found on this server.is i have to set path for doc ?
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry to keep harping on about this, but I'm afraid "john" is not a valid name either. Did you actually read the naming policy?
 
Matthew Phillips
Ranch Hand
Posts: 2676
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by john:
i have to set path for doc ?


You need to have the JAVA_HOME variable set. The Resin website has an installation guide that will help you get started. You can download it from the downloads page.
 
john
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
java_home varaiable is already set to my jdk directory.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic