• 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

Problem executing client in j2ee1.3.1 server

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have just started learning ejbs.I have deployed the ejb with the j2sdkee1.3.1 server using deploytool(EJBHome,Ejbremote interfaces,ejb class file) and it created ear and jar files.I also wrote a small client program but please tell me how to execute the client program and how I can see the result of the function in the ejb class on the client side.Thanx .bye
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI,
u have to use runclient sript. i am writing here an examples of using that script.
suppose
MyApp.ear is ur enterprise archive file.
and MyAppClient.jar is ur client jar file.
c:\MyApp>runclient -client MyApp.ear -name MyClient -textauth
it will prompt u for user name and password use guest as user name and guest123 for password.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic