1. start the identity server with wso2server.bat
if you are working on windows environment use wso2server.bat -Dcarbon.home=Path_IS_Without_Quotation
2. Add Key Manger and Registery Extenstions Feature
if you are working in windows environment, you have to follow 1st step before install features
3. Copy the api-manager.xml file from the
4. Change following tags in api-manager.xml file in
<GatewayType>None</GatewayType>
<RevokeAPIURL>https://localhost:8243/revoke</RevokeAPIURL>
you need to add https.nio.port for revokeapiurl and its 8243 for api manager
<ServerURL>https://localhost:9443/services/</ServerURL>
<EnableThriftServer>false</EnableThriftServer>
5. Restart and test whether IS is running upto this step.
6. follow the document (https://docs.wso2.com/display/CLUSTER420/Configuring+the+Identity+Server+5.0.0+with+the+API+Manager+1.8.0+or+1.7.0) 9th steps to 17th step
if you get any error like 'ERROR 1071 (42000): Specified key was too long; max key length is 767 bytes' when running db scripts, you have to change database charset utf to latin1
7. add mysql connector jar file (5.1.* versions) to
8. Follow the instructions under Configuring the API Manager and do the configurations for all the steps.
Possible Faliures :-
* if you change mysql connector, you have to remove them from both repository/components/lib folder and repository/components/dropins folder.you have to use 5.1.* versions for mysql connector.
if you are working on windows environment use wso2server.bat -Dcarbon.home=Path_IS_Without_Quotation
2. Add Key Manger and Registery Extenstions Feature
if you are working in windows environment, you have to follow 1st step before install features
3. Copy the api-manager.xml file from the
<APIM_HOME>/repository/conf
directory and paste it into the <IS_HOME>/repository/conf
directory.4. Change following tags in api-manager.xml file in
<IS_HOME>/repository/conf
<GatewayType>None</GatewayType>
<RevokeAPIURL>https://localhost:8243/revoke</RevokeAPIURL>
you need to add https.nio.port for revokeapiurl and its 8243 for api manager
<ServerURL>https://localhost:9443/services/</ServerURL>
<EnableThriftServer>false</EnableThriftServer>
5. Restart and test whether IS is running upto this step.
6. follow the document (https://docs.wso2.com/display/CLUSTER420/Configuring+the+Identity+Server+5.0.0+with+the+API+Manager+1.8.0+or+1.7.0) 9th steps to 17th step
if you get any error like 'ERROR 1071 (42000): Specified key was too long; max key length is 767 bytes' when running db scripts, you have to change database charset utf to latin1
7. add mysql connector jar file (5.1.* versions) to
<APIM_HOME>/repository/components/libs and
<IS_HOME>/repository/libs
8. Follow the instructions under Configuring the API Manager and do the configurations for all the steps.
Possible Faliures :-
* if you change mysql connector, you have to remove them from both repository/components/lib folder and repository/components/dropins folder.you have to use 5.1.* versions for mysql connector.
Comments
Post a Comment