• 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

about j2ee server

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

I installed j2ee server , but when I start it by command 'j2ee -verbose', it gives following:

Bad Command or File name
Out of Environment space
Out of Environment space
Out of Environment space
Out of Environment space
Out of Environment space
Out of Environment space
Out of Environment space
Out of Environment space
Out of Environment space
Out of Environment space
Syntax error
syntax error
Syntax error
Bad Command or File name

Can any one tell me what's problem and solution to this.

Pasha
SCJP, SCBCD(Preparing)
 
Ranch Hand
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hm, which server are you using (Sun's RI) ?
It sounds like you are using MS Windows, you might want to try one of these

- increase your environment space of your command tool
- run the server under (Linux, BSD, MacOS X (yeah !!!))
- use a different J2EE server like JBoss

Wei-ju
 
reply
    Bookmark Topic Watch Topic
  • New Topic