• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Struts JSR 168 Portlet using RAD 7.5 and Websphere 6.1

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am trying to run a struts JSR 168 portlet blank using RAD 7.5 and Websphere 6.1.

1. When i publish and run struts blank application i am getting struts portlet disable error on portal page. and Runtime Exception while executing new struts JSR portlet using EJPYE0006E: There was an error executing the command. on server console.

2. I also tried to create new struts portlet using RAD7.5. But i am facing problem while creating struts action in web diagram.

Steps:create a struts portlet project-> open web diagram->create a global action-> create a local forward to struts action.

when i try to create local forward to struts action and name it. it revert back to default action. also no java class is getting generated for same.

Please guide me what changes should be done for resolving the above issue.

thanks in advance,

Indu


 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Indu,

Just replace the default jars created in the RAD IDE by jars present in the InstalledApps folder.

Actually , the jars created by RAD 7.5 create issue when we deploy the webapp using the same.
Just replace the jars . You can get the jars by copying the same from any of the application peresent in InstalledApp folder.

Hope this help!
 
I was her plaything! And so was this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic