You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/configure-language-java-apm.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,15 +69,21 @@ To enable via the Azure CLI, you need to create an Application Insights resource
69
69
70
70
# [Linux](#tab/linux)
71
71
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
+
72
78
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).
74
80
3. Copy your license key, you need it to configure the agent later.
75
81
4. [SSH into your App Service instance](configure-linux-open-ssh-session.md) and create a new directory */home/site/wwwroot/apm*.
76
82
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*.
77
83
6. Modify the YAML file at */home/site/wwwroot/apm/newrelic/newrelic.yml* and replace the placeholder license value with your own license key.
78
84
7. In the Azure portal, browse to your application in App Service and create a new Application Setting.
79
85
80
-
::: zone pivot="java-javase"
86
+
::: zone pivot="java-javase,java-jboss"
81
87
82
88
Create an environment variable named `JAVA_OPTS` with the value `-javaagent:/home/site/wwwroot/apm/newrelic/newrelic.jar`.
83
89
@@ -89,12 +95,6 @@ To enable via the Azure CLI, you need to create an Application Insights resource
89
95
90
96
::: zone-end
91
97
92
-
<!-- ::: zone pivot="java-jboss"
93
-
94
-
For **JBoss EAP**, `[TODO]`.
95
-
96
-
::: zone-end -->
97
-
98
98
# [Windows](#tab/windows)
99
99
100
100
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
0 commit comments