File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JBoss and the fly likes how to deploy ejb on jboss4.0 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "how to deploy ejb on jboss4.0" Watch "how to deploy ejb on jboss4.0" New topic
Author

how to deploy ejb on jboss4.0

AmitCdac Grover
Greenhorn

Joined: Mar 30, 2005
Posts: 26
hi

i want to know that how deploy ejb on jboss4.0 from the scratch

regards

amit grover
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

1. Write and ejb as per the ejb spec.
2. Put it in the deploy directory of your server
3. Run the server.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 50693

Moved to JBoss.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Rene Larsen
Ranch Hand

Joined: Oct 12, 2001
Posts: 1177

Originally posted by Paul Sturrock:
1. Write and ejb as per the ejb spec.
2. Put it in the deploy directory of your server
3. Run the server.


before you deploy your ejb you also have to configure a 'META-INF/jboss.xml' - because it is a jboss server

Ren�


Regards, Rene Larsen
Dropbox Invite
 
 
subject: how to deploy ejb on jboss4.0
 
Threads others viewed
jboss4.0 and webservice
Jboss4.0 And Axis
How to deploy EJBs in JBOSS?
how to deploy ejb on jboss4.0
Need to use EJB3.0 in other application
MyEclipse, The Clear Choice