| Author |
how to download j2ee server
|
Pasha
Greenhorn
Joined: Jul 01, 2005
Posts: 7
|
|
Hello , Can any tell me how to download j2ee server. SCJP 1.4
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
The first question is, which J2EE server? The Sun Microsystems implementation (a.k.a. "reference implementation" or "J2EE SDK") is available from java.sun.com (what you're after is the "Sun Java System Application Server"). The BEA implementation is available from dev2dev.bea.com (it's called "WebLogic Server"). The IBM implementation is available from www.ibm.com (look for "WebSphere Application Server" or "WAS"). The JBoss implementation is available from www.jboss.org. The ObjectWeb implementation is available from jonas.objectweb.org. The Orionserver implementation is available from www.orionserver.com. The Caucho Resin implementation is available from www.caucho.com. These are not in any particular order, although I have to say that I've found commercial products often far more awkward to learn compared to their open source counterparts.
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Pasha
Greenhorn
Joined: Jul 01, 2005
Posts: 7
|
|
Hi , I installed j2sdkee1.3.1 server, but when I start it by command 'j2ee -verbose', it gives following error: 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 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
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
Originally posted by Sarvarpasha Satakhed: I installed j2sdkee1.3.1 server, but when I start it by command 'j2ee -verbose', it gives following error: Bad command or file name Out of environment space Out of environment space Out of environment space Out of environment space ...
That's caused by the startup scripts setting up environment variables exceeding the maximum size. You'll probably find plenty of good hits from here.
|
 |
 |
|
|
subject: how to download j2ee server
|
|
|