• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Servlets with Weblogic

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am able to invoke my servlets through weblogic by giving url like http://localhost:7001/MyServlet.
but if the servlet is using a ordinary class file where should I put that class file in weblogic folder how to set classpath.
if any my servlet refering to the class it is giving error like
java.lang.NoClassDefFoundError..
please help me regarding this.
thanks and regards,
Rajesh Kumar Jhaver

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You should put those class files in weblogic/classes.If ur class file is in a package com.xxx.yyy then the file should be in weblogic/classes/com/xxx/yyy otherwise it should be in weblogic/classes.
 
Sheriff
Posts: 440
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi rajesh,kumar jhaver -
I think you would get better responces from our WebLogic Servers Forum so I'm going to move it there.
Best Regards,
Matt
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic