From 1f76c8868583347ff65107ab354d0e710038d1e5 Mon Sep 17 00:00:00 2001 From: Andrew Pielage Date: Mon, 2 Dec 2024 11:00:41 +0000 Subject: [PATCH] FISH-9002 Update readme Signed-off-by: Andrew Pielage --- authentication-tck/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/authentication-tck/README.md b/authentication-tck/README.md index f887a90..8b3d3fa 100644 --- a/authentication-tck/README.md +++ b/authentication-tck/README.md @@ -22,7 +22,7 @@ mvn clean verify -Ppayara-server-managed -Dpayara.version=${payaraVersion} To execute the full TCK against a remote Payara Server installation, start your Payara Server and run the follow asadmin command against it, replacing ${tckDir} and ${payaraHome}: ``` -create-system-properties j2eelogin.name=j2ee:j2eelogin.password=j2ee:provider.configuration.file=${tckDir}/spi/common/ProviderConfiguration.xml:vendor.authconfig.factory=com.sun.jaspic.config.factory.AuthConfigFileFactory:log.file.location=${payaraHome}/glassfish/domains/domain1/logs +create-system-properties j2eelogin.name=j2ee:j2eelogin.password=j2ee:provider.configuration.file=${tckDir}/spi/common/ProviderConfiguration.xml:vendor.authconfig.factory=org.glassfish.epicyro.config.factory.file.AuthConfigFileFactory:log.file.location=${payaraHome}/glassfish/domains/domain1/logs ``` ${tckDir} is the directory where the unpacked TCK exists, for example: /home/user/Git/JakartaEE-10-TCK-Runners/authentication-tck/target/authentication-tck-3.1.0/tck @@ -30,7 +30,7 @@ ${tckDir} is the directory where the unpacked TCK exists, for example: /home/use NOTE: On Windows you will need to escape the ':' and '\' characters that will be present on your path variables, due to how the `create-system-properties` parses these characters For example: ``` -create-system-properties "j2eelogin.name=j2ee:j2eelogin.password=j2ee:provider.configuration.file=D\:\\Git\\JakartaEE10-TCK-Runners\\authentication-tck\\target\\authentication-tck-3.1.0\\tck\\spi\\common\\ProviderConfiguration.xml:vendor.authconfig.factory=com.sun.jaspic.config.factory.AuthConfigFileFactory:log.file.location=D\:\\Git\\Payara\\appserver\\distributions\\payara\\target\\stage\\payara7\\glassfish\\domains\\domain1\\logs" +create-system-properties "j2eelogin.name=j2ee:j2eelogin.password=j2ee:provider.configuration.file=D\:\\Git\\JakartaEE10-TCK-Runners\\authentication-tck\\target\\authentication-tck-3.1.0\\tck\\spi\\common\\ProviderConfiguration.xml:vendor.authconfig.factory=org.glassfish.epicyro.config.factory.file.AuthConfigFileFactory:log.file.location=D\:\\Git\\Payara\\appserver\\distributions\\payara\\target\\stage\\payara7\\glassfish\\domains\\domain1\\logs" ``` Run the TCK with the following command from the module directory, providing the path to the payaraHome and replacing the payara.version property: @@ -43,4 +43,4 @@ The following will get around this for the terminal session: ``` Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass -``` \ No newline at end of file +```