Skip to content

Commit 0f7393a

Browse files
committed
new relic apm info
1 parent d9c27c3 commit 0f7393a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/app-service/configure-language-java-apm.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,21 @@ To enable via the Azure CLI, you need to create an Application Insights resource
6969
7070
# [Linux](#tab/linux)
7171
72+
::: zone pivot="java-jboss"
73+
74+
The latest [New Relic documentation](https://docs.newrelic.com/install/java/?deployment=appServer&framework=jboss) lists JBoss EAP support up to 7.x. JBoss EAP 8.x is not yet supported.
75+
76+
::: zone-end
77+
7278
1. Create a NewRelic account at [NewRelic.com](https://newrelic.com/signup)
73-
2. Download the Java agent from NewRelic. It has a file name similar to *newrelic-java-x.x.x.zip*.
79+
2. [Download the Java agent from NewRelic](https://download.newrelic.com/newrelic/java-agent/newrelic-agent/current/newrelic-java.zip).
7480
3. Copy your license key, you need it to configure the agent later.
7581
4. [SSH into your App Service instance](configure-linux-open-ssh-session.md) and create a new directory */home/site/wwwroot/apm*.
7682
5. Upload the unpacked NewRelic Java agent files into a directory under */home/site/wwwroot/apm*. The files for your agent should be in */home/site/wwwroot/apm/newrelic*.
7783
6. Modify the YAML file at */home/site/wwwroot/apm/newrelic/newrelic.yml* and replace the placeholder license value with your own license key.
7884
7. In the Azure portal, browse to your application in App Service and create a new Application Setting.
7985
80-
::: zone pivot="java-javase"
86+
::: zone pivot="java-javase,java-jboss"
8187
8288
Create an environment variable named `JAVA_OPTS` with the value `-javaagent:/home/site/wwwroot/apm/newrelic/newrelic.jar`.
8389
@@ -89,12 +95,6 @@ To enable via the Azure CLI, you need to create an Application Insights resource
8995
9096
::: zone-end
9197
92-
<!-- ::: zone pivot="java-jboss"
93-
94-
For **JBoss EAP**, `[TODO]`.
95-
96-
::: zone-end -->
97-
9898
# [Windows](#tab/windows)
9999
100100
1. Create a NewRelic account at [NewRelic.com](https://newrelic.com/signup)
@@ -144,11 +144,11 @@ To enable via the Azure CLI, you need to create an Application Insights resource
144144
145145
::: zone-end
146146
147-
<!-- ::: zone pivot="java-jboss"
147+
::: zone pivot="java-jboss"
148148
149-
For **JBoss EAP**, `[TODO]`.
149+
<!-- For **JBoss EAP**, `[TODO]`. -->
150150
151-
::: zone-end -->
151+
::: zone-end
152152
153153
# [Windows](#tab/windows)
154154

0 commit comments

Comments
 (0)