1 Reply Latest reply on Oct 31, 2003 2:05 PM by kryptontri

    Servlet acccessing JavaSpace?

    edswing

      I have an existing application which is using JavaSpaces (and Jini). On a separate server, I am running JBoss. I need to be able to pass messages between a Servlet and the JavaSpaces. However, I am not sure what I need to do to get it to work.

      I am guessing that I need to modify something in the security configuration, but I don't know where to start. I've been reading over some documentation, but its not clear (to me) what needs to be set. Does anyone have a good example of doing this? Or are there some good docs with an example of this?

      Thanks! Any help would be appreciated.

        • 1. Re: Servlet acccessing JavaSpace?
          kryptontri

          You should be able to just use the servlet as a 'normal' client, I am not sure where the security you mention fits it, remember javaspaces is simple a service of jini, there for if your service request depends on security, its a separate *concern* (?) from jboss security. (i think)