Hi all,

1.  Do the integration Jboss/jetty will solve several problem that happen on
Jboss/Tomcat, like (Please correct me if I wrong):
        -  in reload Tomcat services (the tomcat service will not dead while the
JVM not been kill, that mean we have to restart the Jboss)
        -  in loading Tomcat configuration (not support for virtual host)
        -  in authentication( since point 2. was not support)
        -  not support SSL

2.  Please help, I have problem when I install the Jboss Pre-2.1/Jetty. I
think the doco already been out of date. I have change :

a.  In jboss.conf, I add :

<MLET CODE = "org.jboss.util.ClassPathExtension" ARCHIVE="jboss.jar"
CODEBASE="../../lib/ext/">
  <ARG TYPE="java.lang.String" VALUE="../../../jetty/lib/">
  <ARG TYPE="java.lang.String" VALUE="Jetty">
</MLET>

b.  In Jboss.jcml, I add (as I look at the downloadable jboss/jetty), but I
seem this setting already out of date :

<mbean name="DefaultDomain:service=MLet">
       <attribute
name="LibraryDirectory">/home/alborini/jetdist/jboss_jetty/jboss-PRE-2.1/bin
</attribute>
</mbean>

and

<mbean name="DefaultDomain:service=Jetty">
       <attribute name="UnpackWars">false</attribute>
</mbean>

Error Message occured:

[Configuration] Could not create MBean DefaultDomain:service=Jetty()
[Configuration] java.lang.ClassNotFoundException:
[Configuration]         at
javax.management.loading.MLet.findClass(MLet.java:800
)
[Configuration]         at
java.lang.ClassLoader.loadClass(ClassLoader.java:297)

[Configuration]         at
java.lang.ClassLoader.loadClass(ClassLoader.java:253)

[Configuration]         at
com.sun.management.jmx.MBeanServerImpl.findClass(MBea
nServerImpl.java:2466)
[Configuration]         at
com.sun.management.jmx.MBeanServerImpl.createMBean(MB
eanServerImpl.java:499)
[Configuration]         at
org.jboss.configuration.ConfigurationService.create(C
onfigurationService.java:328)
[Configuration]         at
org.jboss.configuration.ConfigurationService.loadConf

Thanks in advance

Regards,

Johnson



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to