Installing Grpc Server Support Module
|
Warning
|
The gRPC extension has not yet been updated to support Azul Payara Community 6 |
You need to clone the following repo on your environment: https://github.com/payara/gRPC .
Example:
git clone https://github.com/payara/gRPC
After cloning the repository you need to build and drop the JAR from the target generated files into the ${PAYARA_HOME}/glassfish/modules directory of your Payara Server Installation.
|
Important
|
You must build from the Payara6 branch to get the gRPC module compatible with Payara 6
|
Example:
cd grpc
git checkout Payara6
mvn clean install
cd grpc-support/target
cp grpc-support-1.0.0.jar ${PAYARA_HOME}/glassfish/modules
Restart the domain and any running instances to enable the module.