GoogleCalendar

In the documentation it states:
Edit the following values...
<context-param>
<param-name>jdbc.username</param-name>
<param-value>SomeUserName</param-value>
</context-param>
<context-param>
<param-name>jdbc.password</param-name>
<param-value>SomePassword</param-value>
</context-param>
<context-param>
Where are these values? I don't see them anywhere in this file:
Library/FileMaker Server/Web Publishing/publishing-engine/cwpe-tomcat/conf/web.xml
I tried adding them to the end (before the closing </web-app> tag) but at least one problem is you have one too-many <context-param> tags....and anyways it didn't work. Google just said nope.
Edit the following values...
<context-param>
<param-name>jdbc.username</param-name>
<param-value>SomeUserName</param-value>
</context-param>
<context-param>
<param-name>jdbc.password</param-name>
<param-value>SomePassword</param-value>
</context-param>
<context-param>
Where are these values? I don't see them anywhere in this file:
Library/FileMaker Server/Web Publishing/publishing-engine/cwpe-tomcat/conf/web.xml
I tried adding them to the end (before the closing </web-app> tag) but at least one problem is you have one too-many <context-param> tags....and anyways it didn't work. Google just said nope.