gharabat
gharabat

Reputation: 177

How to open and edit JAR bundle in WSO2?

I am trying to direct the Root Context to the Developer Portal in WSO2 APIM tool, i followed this docs:

https://apim.docs.wso2.com/en/latest/develop/customizations/directing-the-root-context-to-the-developer-portal/

but i have no idea how i can open this file

org.wso2.am.styles_3.2.0.jar

and edit the component.xml.

Thanks.

Upvotes: 1

Views: 110

Answers (1)

Sarangan
Sarangan

Reputation: 997

Follow these steps :

  1. Right click on the JAR file.
  2. Click Open with other Application.
  3. Select the Archive manager according to your OS.
  4. Open the component.xml file that is inside META-INF directory using a text editor.
  5. Edit that text file and Save
  6. Restart the server

Upvotes: 2

Related Questions