• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

how to install ejb container ?

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
i already have tomcat server , can anybody give me exact link
for downloading server which has ejb container also.
please help.
 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are a bunch of them out there. I use JBoss. It is free and so far it has been straight forward to deploy beans.
 
reshu goyal
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
thanks arun
i have installed jboss. i am getting jboss front page on writing
url http://localhost:8080

now how to deploy web application .
i already know how to deploy web application in tomcat server .
but there is no directory webapps in jboss directory structure .
please tell how to deploy web application.
or please give me good link
thanks
 
Ranch Hand
Posts: 174
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

i am new in the scbcd forum . i have installed j2sdkee1.3.1 . now how to start the server . i tried from bin directory . but it is not working can anybody help me .
 
Ranch Hand
Posts: 116
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
run j2ee.bat. (Before running j2ee.bat, set proper values JAVA_HOME to the path where you have JDK installed and set J2EE_HOME to the path where you have installed j2sdkee).
If you still have problems, give details of the error you are getting.
 
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by reshu goyal:
hi
thanks arun
i have installed jboss. i am getting jboss front page on writing
url http://localhost:8080

now how to deploy web application .
i already know how to deploy web application in tomcat server .
but there is no directory webapps in jboss directory structure .
please tell how to deploy web application.
or please give me good link
thanks


In JBoss go to JBOSS_HOME/server/default/deploy directory.
 
rehans oberoi
Ranch Hand
Posts: 174
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Sankar Subbiramaniam:
run j2ee.bat. (Before running j2ee.bat, set proper values JAVA_HOME to the path where you have JDK installed and set J2EE_HOME to the path where you have installed j2sdkee).
If you still have problems, give details of the error you are getting.




hi
i already set the proper values for paths .
but on clicking j2ee.bat , server is not starting , and even no error
nothing happens ,

please help me
 
rehans oberoi
Ranch Hand
Posts: 174
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

C:\j2sdkee1.3.1\bin>j2ee -verbose
J2EE server listen port: 1050
Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/corba/se/inte
rnal/util/IdentityHashtable
at com.sun.corba.ee.internal.javax.rmi.CORBA.Util.<clinit>(Util.java:87)

at com.sun.corba.ee.internal.POA.POAImpl.activate(POAImpl.java:935)
at com.sun.corba.ee.internal.POA.POAImpl.activate_object(POAImpl.java:89
5)
at com.sun.corba.ee.internal.CosNaming.TransientNameService.initialize(T
ransientNameService.java:117)
at com.sun.corba.ee.internal.CosNaming.TransientNameService.<init>(Trans
ientNameService.java:70)
at com.sun.enterprise.iiop.POAProtocolMgr.initializeNaming(POAProtocolMg
r.java:103)
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:226)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
C:\j2sdkee1.3.1\bin>




i am getting this error
please help me
 
Ranch Hand
Posts: 187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Make sure you have your J2EE_HOME, JAVA_HOME and PATH setup according to following page:
http://java.sun.com/j2ee/sdk_1.3/install.html
 
rehans oberoi
Ranch Hand
Posts: 174
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi i install both j2ee 1.4 version and jboss.
both server are working , but j2ee 1.3 server is not working.
so for scbcd preparation can i use jboss or j2ee1.4 version
please tell me can i use ?

will I be able to do hfsj example by j2ee1.4 version?
please answer!
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic