[jboss-user] [Remoting] - Re: Using ServerInvokerServlet for Jboss Messaging
ron.sigal@jboss.com
do-not-reply at jboss.com
Fri Nov 21 00:04:28 EST 2008
Your sslservlet Connector MBean doesn't have the same set of parameters that your https Connector MBean has; e.g., marshaller and unmarshaller, without which, JBM will not function.
You should:
1. Remove the InvokerLocator attribute from the sslservlet Connector MBean and replace it with the config element from the https Connector MBean (changing "https" to "sslservlet").
2. Replace the locatorUrl init-param value in your servlet configuration with the InvokerLocator that gets generated from your sslservlet Connector. You can find the InvokerLocator printed out in the server.log
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191114#4191114
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191114
More information about the jboss-user
mailing list