How do you deploy EJB components inside the iPlanet Application Server?
Created May 4, 2012
The iPlanet deployment tool, is in my opinion, the simplest way to deploy EJBs. However, for a more flexible and faster way using command line, the process is the following: This will register the bean. You will still need to make sure that the jar file is in iPlanet's classpath (kregedit for NT, edit kjs in Unix)
Example assumes bean called Foo
usage (RMIC mode): EJBC <options> -rmic <remote>
options:
-sl Compile as stateless session bean
-sf Compile as stateful session bean
-cmp Compile as CMP entity bean
-iiop Generate additional CORBA classes
-gs Generate java source files
-d <dir> Output directory
-help Show this message
-rmic Generate RMIC code (see usage)
-cp <classpath> Set classpath
-javaccp <classpath> Prefix to javac classpath