I modified kernel.xml on my Gentoo server accordingly. And when I restart James I get following message:

Re-caching dependency info (mtimes differ)...
* Could not get dependency info for "phoenix.sh"!
* Please run:

*   # /sbin/depscan.sh

This happens a few times and then I get the message that James started ok.

When I execute above mentioned command my dependencies seem ok.

However, when I connect to 10.0.0.4:8082 with my browser I get a connection refused.

Does anyone experience this also and how did it get resolved?
Am I missing additional software?

Regards,

Pierre

Steve Short wrote:

Edit the file conf/kernel.xml, find this section:

       <component
role="org.apache.avalon.phoenix.interfaces.SystemManager"

class="org.apache.avalon.phoenix.components.manager.NoopSystemManager"
           logger="manager" >

And change NoopSystemManager to MX4JSystemManager.
Fire up James and then point your web browser at http://localhost:8082.

If you want to use MC4J you will also need to enable the RMI adaptor by
removing the comments around this:

         <!--
         <enable-rmi-adaptor>true</enable-rmi-adaptor>

<rmi-naming-factory>com.sun.jndi.rmi.registry.RegistryContextFactory</rm
i-naming-factory>
         <stylesheets-dir>conf/xsl</stylesheets-dir>
         -->

Steve


-----Original Message-----
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Dornfelder
Sent: Saturday, August 27, 2005 8:37 AM
To: [email protected]
Subject: JMX in James? How?

Hi,

I saw that in almost every package there's a xxxMBean to:
"to expose James management functionality through JMX."
I found no resources on how to manage James with JMX.

JMX UIs look pretty good (e.g. http://mc4j.org),

To use telnet for the remote manager is just a bad joke IMHO. I found no, but I repeat: NO potential customer who agreed to use such a thing.

Is it possible to use JMX in James? How?

Thanks,

Klaus.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to