What are servlet and sslservlet transports

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3274

This topic has not yet been written. The content below is from the topic description.
servlet and sslservlet transports The servlet and sslservlet transports share the client side code of the http and https transports, respectively. On the server side, the difference is that the servlet and sslservlet transports use a servlet, org.jboss.remoting.transport.servlet.web.ServerInvokerServlet, to hand an invocation off to an org.jboss.remoting.transport.servlet.ServletServerInvoker. In other words, the servlet and sslservlet transports share a port with all other servlets running in the Application Server, while the http and https transports use a separate port managed by a CoyoteInvoker.