[Remoting] - Re: remoting-https-service configuration
by ron.sigalï¼ jboss.com
I assume that port 443 is being used by JBossWeb (i.e., tomcat) - is that so? I don't know anything about JBossMQ, but I'm guessing it ran behind a servlet, so that the only port opened was that used by tomcat.
Now,
1. The Remoting http transport borrows the networking layer of tomcat, which includes opening up a ServerSocket, running worker threads, etc. So, necessarily, it needs its own port.
2. Remoting also offers the "servlet" transport, which runs behind a servlet. In this case, the network i/o is handled by tomcat, so a second port is unnecessary.
I've never tried to configure JBossMessaging to work with the servlet transport, but, in principle, it should work. I'm going to point you to Sections "5.4.11. Servlet Invoker" and "5.4.12. SSL Servlet Invoker" of the Remoting Guide http://labs.jboss.com/jbossremoting/docs/guide/index.html. If the servlet transport looks reasonable to you, and you have problems, I can try to help you through them.
I should note that as of Remoting release 2.2.2.SP2, there's a new, currently undocumented, feature of the servlet transport, described in JIRA issue JBREM-813 "ServletServerInvoker should return an exception instead of just an error message" (http://jira.jboss.com/jira/browse/JBREM-813). I don't know, but it might turn out to be useful.
Good luck!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099062#4099062
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099062
18Â years, 6Â months
[JBoss Portal] - Re: need a easy solution to integrate sso into jboss portal
by nijiworld
thanks friends
i will read it after my thanks:)
however, in ths referenceGuide
it mentioned:
anonymous wrote : The steps below assume that CAS server and JBoss Portal will be deployed on the same JBoss Application
| Server instance. CAS will be configured to leverage identity services exposed by JBoss Portal to perform
| authentication. Procedure may be sligtly different for other deployment scenarios. Both JBoss Portal and
| CAS will need to be configured to authenticate against same database or LDAP server.
what i concentrate is how CAS configured in jboss portal, for the users who are new in this field will want to know it very much:)
And what's more, in this wiki
http://wiki.jboss.org/wiki/Wiki.jsp?page=CASSSOFrameworkIntegration
there was a error when i follow it at the step 4, when i type ant deploy-cas, a message will show that libraries in thirdpart folder not found, when a commentted them out, error
\core\biuld.xml:91: refrence apache.ant.classpath not found
should i add ant into CLASSPATH?i have added it to ANT_HOME
thanks for help, i want to realise SSO with CAS on jboss portal, is it ok for 2.6.1? or i must download the 2.6.2? the version i have is bundled with jboss AS
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099061#4099061
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099061
18Â years, 6Â months