Skip to content

Commit f9eabe8

Browse files
Merge pull request #210505 from felipmiguel/patch-1
Fix typos for Tomcat context.xml
2 parents bf5cad1 + f7b8061 commit f9eabe8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -950,10 +950,10 @@ Next, determine if the data source should be available to one application or to
950950
<Resource
951951
name="jdbc/dbconnection"
952952
type="javax.sql.DataSource"
953-
url="${dbuser}"
953+
url="${connURL}"
954954
driverClassName="<insert your driver class name>"
955-
username="${dbpassword}"
956-
password="${connURL}"
955+
username="${dbuser}"
956+
password="${dbpassword}"
957957
/>
958958
</Context>
959959
```

0 commit comments

Comments
 (0)