• 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

LaunchClient Problem

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello experts,
I am trying to launch a client program which tests my session bean. I have created an "application client project" inside WSAD and then tested it from there and it works fine but now I am trying to execute this outside WSAD but on same machine but its not working and giving me this message. I hope I am not missing anything here!!
E:\>launchClient E:\EARFiles\J2EEBatchEAR.ear -CCBootstrapHost=localhost -CCBootstrapPort=2809
The input line is too long.
The syntax of the command is incorrect.
E:\>

Thank you for your help...
 
reply
    Bookmark Topic Watch Topic
  • New Topic