On 05 Jan 2001 13:58:56 -0800, Hobbet, Linda wrote:
> Hi,
> 
> We aren't using EJBs or the Java Messaging Service.  I would like to turn
> them off, disable them, or install JRUN without them, so as not to take up
> unnecessary resources.  In the documentation I can find how to configure
> them, but not how to dispense with them.  Any advice?
> 
> Thanks,
> Linda

Edit the local.properties for your server and look for ejb.services
property near the bottom.  Just set that to no value like so and
restart:

# ejb & jms enabled:  ejb.services=ejb,jms
ejb.services=

-- 
Scott Stirling
West Newton, MA


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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