• 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

Servlet Client (J2EE - EJB)

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I deployed a stateful session bean ("Adder" Bean given in J2ee tutorial) after adding my servlet "AdderServlet" as a WAR file in the application successfully. I created the alias name as mentioned in the tutorial (i.e. "AdderAlias"). I am able to open the html file through contextRoot "AdderContextRoot". But, I am getting error "document not found" when I am clicking the submit button. Not getting the result from the servlet. I am not even getting the messages in the command prompt. All the steps given in the tutorial is correctly followed. Any idea abt this?
 
reply
    Bookmark Topic Watch Topic
  • New Topic