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

Servlets problem?

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hello,

I am trying to deploy different web applications on iPlanet web server
on the same port.The problem I am getting is with the servlets.Since I have deployed different web-appalications on the same port,all the servlets from different web applications are going to the same servlet directory under

iPlanet->serverManager->Legacy servlets->Configure Servlet Directory

The problem am getting is that I am not able to access the servlets in my appicatins.The error it shows is :

Internal error: Unexpected error condition thrown (java.lang.NoClassDefFoundError: [class file],[class file), stack: java.lang.NoClassDefFoundError: [class file]

Could anyone help me?
Thank you,
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Duplicate of:
https://coderanch.com/t/361706/Servlets/java/deploying-diff-web-applications-same

Deepa,
Please try not to post the same question more than once.
If you want to change the subject (which was a good idea in this case), you can do so by editing your first post in the thread.
 
There were millions of the little blood suckers. But thanks to this tiny ad, I wasn't bitten once.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
    Bookmark Topic Watch Topic
  • New Topic