• 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

Help!!! new to Websphere

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi guys......
please help me out I am very new to websphere.....
I have successfully installed the websphere app server v4.0 advanced edition.Then I have written a sample project containing a simple stateless session bean , a JSP file to display the message from the stateless session bean and a stateless session bean client which actually looksup the stateless session bean gets the reference to the EJBObject & invoke the required method through it.
AS directed in the Ibm redbook I followed the instruction of packaging & deployment,making different jar file for the session bean ,war file for JSP file & application client jar file.Every thing goes fine till here..... but when I try to test the application Nothing displays on the JSP.......bcoz when the JSP calls the create method of the Session bean client, which in turn perform the Jndi lookup --- here the naming not found exception is thrown ???
I have specified the same jndi name inside the the sessionbean client program & in the binding tab in the EJbModule.
So I am not able to detect were it is going wrong???
please help as I have to test the real project on was 4.0.
regards....
Apurva
reply
    Bookmark Topic Watch Topic
  • New Topic