Hieu
Hieu

Reputation: 35

WSO2 IOTS: Update device plugin code to server

Sorry for my bad English. I follow document in here and success deploy new device type in to my server iots. My question: How deploy again when I modified some code.

Currently, I must delete wo2server directory and extract again and deploy again each time when update source code.

Upvotes: 1

Views: 95

Answers (1)

Charitha
Charitha

Reputation: 470

You should be able uninstall your device type plugin feature using wso2 carbon console as mentioned in the carbon documentation. Then deploy your plugin again as you did previously.

You can access WSO2 carbon console for IoT server as follows:https://localhost:9443/carbon

Use 'admin' as user name and password to log in.

Thanks.

Upvotes: 1

Related Questions