[JBoss-user] [Security & JAAS/JBoss] - Re: Exception: RMI/SSL

2004-07-30 Thread faygo
I could never get two RMI invokers working at the same time. No matter what I did the communication would always use the default RMI invoker. So what I did was change the default RMI invoker to use the RMISSL sockets. Here is a snippet from my jboss-service.xml file. btw I'm useing v3.2.3.

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss & Kerberos

2004-07-29 Thread faygo
Thanks for your help I can't tell you much it has helped so far. Unfortunately, I have run into another problem. I would like to create custom RMI server and client socket factories that encrypt and decrypt the entire RMI message using the SRP SecretKey created during login. On the client I

[JBoss-user] [Installation & Configuration] - Re: Failures in the 3.2.4 distribution

2004-07-27 Thread faygo
"hbaxmann" wrote : I have the following 5 anticipated failures in my single node install: | | ... | | 4.) | | Name Tests Errors Failures Time(s) | SRPUnitTestCase 2 0 1 1.121 | | Tests | Name Status Type Time(s) | testEchoArgs Failure Call to echo failed: ECB mode can

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss & Kerberos

2004-07-23 Thread faygo
RMIServerFactorys above should be RMISocketFactory. Sorry for the typo. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843112#3843112 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843112

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss & Kerberos

2004-07-23 Thread faygo
I have tried out SRP example "ex3" in chapter 8 of the Admin & Development guide v3.2.3. This example shows how to performs authentication using SRP but the RMI data is still transferred without encryption. In order to add the encryption part I believe that I would have to create Custom RMISer

[JBoss-user] [Security & JAAS/JBoss] - JBoss & Kerberos

2004-07-23 Thread faygo
I have been researching how to provide secure communication between a application client using RMI and a JBoss server. I was able to get RMI over SSL to work but my company would prefer to use Kerberos. I have found little to no documentation on JBoss and kerberos. Does JBoss support it? I

[JBoss-user] [Security & JAAS/JBoss] - Re: Secure Communication Methods

2004-07-20 Thread faygo
The problem was a incorrectly created keystore. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842734#3842734 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842734 -

[JBoss-user] [Security & JAAS/JBoss] - Re: Secure Communication Methods

2004-07-13 Thread faygo
I believe "RMI over SSL" is the ketwords I was missing. Does anyone have sample code for a client application. I am getting this error. [java] Created LoginContext [java] getDatabase() - Caught an exception. [java] java.rmi.ConnectIOException: Exception creating connection to: 1

[JBoss-user] [Security & JAAS/JBoss] - Secure Communication Methods

2004-07-12 Thread faygo
I am new to J2EE and JBoss. I have been able to build an client application that uses RMI and JAAS to interact with a JBoss server. I need to secure the data being passed between the client and server (important customer data) but haven't been able to find a good example on how to do this. I

[JBoss-user] [JBoss Getting Started Documentation] - Run app-client.jar from command line without ANT

2004-05-12 Thread faygo
How do I run the application client (app-client.jar) from the command line without ANT? It runs fine using the ANT command mentioned in the tutorial. I want to know exact what needs to be installed on the client machine in order to connect to the server to run. Things I have tried: I unpacke