Peter T. Abplanalp wrote:
>hi all. i am wondering if there are any good docs on JBoss. i got
>the jboss book pre-release when i first started using jboss but it
>focuses mainly on jboss and what i'm looking for is documentation on
>integrating jboss/tomcat/apache with/without ssl, etc. i would
JRMPInvoker has a method private void loadCustomSocketFactories()
If you defined a custom serverSocketFactory, an instance of this factory
is made
and the BindAddress is set:
if( serverSocketFactoryName != null )
{
Class ssfClass = loader.loadClass(serverSocketFacto
Bruno Lowagie wrote
> What am I doing wrong?
In my output, I see the following line:
DomainServerSocketFactory,
this=org.jboss.security.ssl.DomainServerSocketFactory@484a05
So I know the RMISSLServerSocketFactory called the constructor
of DomainServerSocketFactory without the SecurityDom
So I finally have the combination Catalina/SSL working.
Now I want RMI over SSL.
When I change this in jboss-service.xml:
org.jboss.security.ssl.RMISSLClientSocketFactory
org.jboss.security.ssl.RMISSLServerSocketFactory
I get this NullPointerException when I start j
Sean Howell wrote:
> Hi bruno, I actually didn't solve the problem, my requirement to use SSL
> actually went away instead. Let me know if you solve it though, I'll be
> doing something with SSL in the near future.
Frederic Soulier wrote:
> Hi Bruno,
>
> No. But I had a few things that did n
Bruno Lowagie wrote:
> I debugged a little further and I saw the socketFactory never gets
> instantiated
> because in method public void setSecurityDomainName(String jndiName)
> the iniCtx.lookup(jndiName) with jndiName = java:/jaas/RMI+SSL fails.
Now I found out that the reason
Bruno Lowagie wrote;
> So I was able to pinpoint the error: for some reason the socketFactory
> in class
> SSLServerSocketFactory is null. Can any of you help me any furher?
I debugged a little further and I saw the socketFactory never gets
instantiated
because in method pu
Hello,
I tried to combine jBoss with Catalina over SSL.
I followed every step in the FAQ and Forum I could find,
but I stranded here:
http://www.jboss.org/forums/thread.jsp?forum=61&thread=12152&message=3724076#3724076
http://www.jboss.org/forums/thread.jsp?forum=49&thread=16537&message=3724084