wu-sheng commented on a change in pull request #1328: Modify the document
URL: 
https://github.com/apache/incubator-skywalking/pull/1328#discussion_r193989348
 
 

 ##########
 File path: docs/en/Deploy-skywalking-agent.md
 ##########
 @@ -39,5 +39,11 @@ CATALINA_OPTS="$CATALINA_OPTS 
-javaagent:/path/to/skywalking-agent/skywalking-ag
 - Tomcat 8
 Change the first line of `tomcat/bin/catalina.sh`.
 ```shell
-set 
"CATALINA_OPTS=-javaagent:E:\apache-tomcat-8.5.20\skywalking-agent\skywalking-agent.jar"
-```
\ No newline at end of file
+set "CATALINA_OPTS=-javaagent:/path/to/skywalking-agent/skywalking-agent.jar"
+```
+- Spring Boot JAR file
+Change the boot command
+ ```shell
+ java -javaagent:/path/to/skywalking-agent/skywalking-agent.jar -jar 
youProject.jar
+ ```
+> windows path  eg: 
`E:\apache-tomcat-8.5.20\skywalking-agent\skywalking-agent.jar`
 
 Review comment:
   Why need a windows path?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to