Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Tooling for enabling developer with rich experience on WSO2 Identity Server

License

Notifications You must be signed in to change notification settings

wso2-attic/identity-developer-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

identity-developer-tools

Tooling for enabling developer with rich experience on WSO2 Identity Server

How to add debug support to IS

  • build
mvn clean install
  • Copy agent to IS
cp modules/identity-java-agent/java-agent/target/org.wso2.carbon.identity.developer.java-agent-1.0.0-SNAPSHOT.jar $CARBON_HOME/lib
  • Modify the startup script to enable agent "wso2server.sh"
-javaagent:$CARBON_HOME/lib/org.wso2.carbon.identity.developer.java-agent-1.0.0-SNAPSHOT-jar-with-dependencies.jar \
  • Copy the lsp endpoint war
cp modules/server-endpoints/language-server/target/lsp.war $CARBON_HOME/repository/deployment/server/webapps
  • Start the server
  • Play with VS-Code extensions

About

Tooling for enabling developer with rich experience on WSO2 Identity Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published