• 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

Error : class java.lang.ClassNotFoundException: com.ibm.faces.webapp.JSResourceServlet

 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have been working on migrating the web application from WAS 6.1 to 7. While migrating the application I am also migrating the application from RAD 7 to MyEclipse 10
The web application uses Flex for UI and NOT JSF.

I could successfully migrate the applicayion from RAD to MyEclipse. However, after the deploying the application on WAS 7, I get the following error while starting the application. Since the application was in running status in admin console, I tried to access the first page of the application, but it appears to be a 404 error. It seems the application is not deployed.
Could someone please advise how I can fix it? I did google for this issue but no luck so far. Please help.

Error:
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If this isn't about JSF, there's no point asking in the JSF forum. Not many people here are going to know what you're talking about.

I'm moving this to the WebSphere forum. You'll have a better chance at finding someone who knows there.
 
Amit K Jain
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I resolved this by putting the jsf-ibm.jar in lib folder.
Thanks.
 
This tiny ad will self destruct in five seconds.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic