Questo contenuto non è disponibile nella lingua selezionata.
Chapter 5. Verifying the Decision Server installation
Verify that Decision Server is installed correctly.
Prerequisites
Decision Server is installed and configured.
To start Red Hat JBoss Web Server, enter one of the following commands in the
JWS_HOME/tomcat/bindirectory:On Linux or UNIX-based systems:
./startup.sh
$ ./startup.shCopy to Clipboard Copied! Toggle word wrap Toggle overflow On Windows:
startup.bat
startup.batCopy to Clipboard Copied! Toggle word wrap Toggle overflow
-
After a few minutes, review the files in the
JWS_HOME/tomcat/logsdirectory and correct any errors. To verify that Decision Server is working on Red Hat JBoss Web Server, enter the following command:
curl -X GET "http://localhost:8080/kie-server/services/rest/server" -H "accept: application/xml" -u '<USER_NAME>:<USER_PWD>'
curl -X GET "http://localhost:8080/kie-server/services/rest/server" -H "accept: application/xml" -u '<USER_NAME>:<USER_PWD>'Copy to Clipboard Copied! Toggle word wrap Toggle overflow In this command, replace
<USER_NAME>and<USER_PWD>with the values in thetomcat-users.xmlfile.The output of this command provides information about the Decision Server instance.