diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2007-11-16 17:32:10 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2007-11-16 17:32:10 +0000 |
| commit | 6e596fff1176ce33190b6b54b067f5333b08c6df (patch) | |
| tree | 0a8fada9355c9c5cc9550d5c7a1e00b7fefb2d95 /Final/java/client-java14/README.txt | |
| parent | 9270c25f7956ad5db1102a25a4c63052906dafdb (diff) | |
| download | qpid-python-6e596fff1176ce33190b6b54b067f5333b08c6df.tar.gz | |
Martin found an issue with the Mgt Console after we pruned the deps list and Martin had to make a slight update to the pom.
So we have to recreate the RCs again from a new tag
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/tags/M2@595752 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Final/java/client-java14/README.txt')
| -rw-r--r-- | Final/java/client-java14/README.txt | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/Final/java/client-java14/README.txt b/Final/java/client-java14/README.txt deleted file mode 100644 index 66621c7eb2..0000000000 --- a/Final/java/client-java14/README.txt +++ /dev/null @@ -1,33 +0,0 @@ -An implementation of SASL is provided here, for the PLAIN and CRAM-MD5 mechanisms as well as maven assembly
-instructions for producing a backported Java client for Java 1.4. In order to use the custom SASL implementation
-on JRE 1.4 the following steps must be taken:
-
- * Install the SASL JSR-28 API jar.
- * Install the qpid-client-java14 jar or set it up as a dynamically registered SASL provider.
- * Set up java.security to add the SASL provider to the list of security providers if hte SASL implemenation jar was installed as an extension.
-
-Installing the SASL JSR-28 API jar.
-
- Download, http://www.worldspot.com/jsr28/v1.1/download/sasl.jar, and copy it to the JAVA_HOME\lib\ext directory.
-
-Install or set up the qpid-client-java14 jar.
-
- Copy the output jar for this project, qpid-client-java14-1.0-incubating-M2-SNAPSHOT.jar, to JAVA_HOME\lib\ext.
-
- OR
-
- Create a properties file and register the SASL implementations in the jar so that Qpids dynamic SASL registry can find them. In a properties file
- add the lines:
-
- PLAIN=org.apache.qpid.sasl.ClientFactoryImpl
- CRAM-MD5=org.apache.qpid.sasl.ClientFactoryImpl
-
- Place this somewhere on the classpath and put the qpid-client-java14-1.0-incubating-M2-SNAPSHOT.jar on the classpath too. When starting your application
- pass in the system property amq.dynamicsaslregistrar.properties and set it to point to the location of the properties file.
-
-Set up the SASL provider.
-
- You only need to do this if the custom SASL jar, qpid-client-java14-1.0-incubating-M2-SNAPSHOT.jar, was copied to JAVA_HOME\lib\ext.
- Add the following line to JAVA_HOME\lib\security\java.security file (where n is the providers preference order):
-
- security.provider.n=org.apache.qpid.sasl.Provider
\ No newline at end of file |
