Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

running from commandline

  Asked By: Ibthaj    Date: Nov 06    Category: Java    Views: 597
  

I need to make a .bat file to make a entity bean & session bean run.
Anyone know how to do it? I'm using jbuilder 4 and Inprise 4.1

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Adalwin Fischer     Answered On: Nov 06

Entity and session  beans are not run  from the command line, rather they
are run inside of an EJB container. I suggest that you take a look at
http://www.jboss.org/ for a good, free, open source EJB server. You can
package your entity  and session beans in a JAR, create the deployment
descriptor (which defines security and transaction parameters) and drop
your JAR into a running  JBoss's deploy directory and you are off and
running.

 
Didn't find what you were looking for? Find more on running from commandline Or get search suggestion and latest updates.




Tagged: