hi!

is there any recommended (as well as not recommended(!)) way
to run (plain vanila) rmi servers(=ie.,RemoteServer objects)
in the same JVM as JRun? it can be just an embedded Ejipt
living inside the same JVM as the rmi servers; but I'm not
much sure if I should bind() these rmi servers stubs into
the JRun's JNDI tree or just do it into a rmiregistry -
which also can be living inside the same JVM.  (or is there
any already prepared mechanisms for doing this? :p)
;; I could find some docs for stuff like this for weblogic
;; and oracle OAS, but not (yet) exactly the same for jrun...

I'm now thinking about taking the last approach: - put
rmiregistry + rmi server objects + Ejipt into a single JVM
(+ maybe also the jrun ClassServer).  this may complicate
things like the java.rmi.server.codebase property management
though... all of these might be (re)started via rmid (in a
single JVM).

regards,
kenji

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to