Using The Mbean Attribute; Understanding Offline Properties - Adobe 38000382 - Macromedia JRun - Mac Manual

Jrun sdk guide
Table of Contents

Advertisement

The
combination with the
If you specify a
to the current JRun server on which the JSP is running.

Using the mbean attribute

The
the custom tag on this MBean. You can use the
and
JRun services with MBean interfaces include the following:
JRunServer
JRunRMIBroker
SchedulerService
JRunSecurityManager
JRunUserManager
JMSAdapter
JMSServiceWrapper
JMSAdapter
MailService
DeployerService
JRunAdminService
The JRun API Javadocs describes these MBean interfaces. You can access these from the
documentation homepage (/docs/dochome.htm) or from the jrun_root/docs/Javadocs
directory. You can also access the JMC Javadocs from the sdk_root/docs/jmc-javadocs
directory.
The
mbean="domain:service=service_name"
In most cases, the domain is
mbean="DefaultDomain:service=LoggerService"
You cannot specify an
For information about offline properties, see the next section,
properties".

Understanding offline properties

Some tags include the word Offline in the tag name. When a tag contains Offline in its
name, the tag works directly with the JRun XML configuration file. The server does not
have to be running in order for this tag to execute. If the server is running and you make
a change with the offline tag, the change propagates the next time the server is restarted.
Offline custom tags can take the
server
tag's JSP is running. You cannot use an
50
Chapter 6 Using the JMC Custom Tag Library
attribute identifies the JRun server. The
server
service
attribute but do not specify a
service
attribute specifies a JRun service that has an MBean interface. JRun invokes
mbean
attribute combination.
service
attribute in a JMC custom tag uses the following syntax:
mbean
mbean
attribute is not specified, JRun invokes the tag on the JRun server on which the
attribute, unless otherwise noted.
mbean
; for example:
DefaultDomain
attribute in a custom tag that is "Offline".
and
server
service
attribute in a custom tag that is Offline.
mbean
attribute is usually used in
server
attribute, the tag defaults
server
attribute instead of the
"Understanding offline
attribute combination. If the
server

Advertisement

Table of Contents
loading

This manual is also suitable for:

Macromedia jrun 4

Table of Contents