Modified: openmeetings/trunk/singlewebapp/docs/WebsiteGuide.html URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/WebsiteGuide.html?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/docs/WebsiteGuide.html (original) +++ openmeetings/trunk/singlewebapp/docs/WebsiteGuide.html Fri Sep 20 05:29:40 2013 @@ -313,6 +313,10 @@ limitations under the License. currentLocation = "Configuration"; currentLink = "/PostgresConfig.html".substr(1, "/PostgresConfig.html".length); } + else if (document.location.href.indexOf("/MSSQLConfig.html") > 0) { + currentLocation = "Configuration"; + currentLink = "/MSSQLConfig.html".substr(1, "/MSSQLConfig.html".length); + } else if (document.location.href.indexOf("/Internationalisation.html") > 0) { currentLocation = "Configuration"; currentLink = "/Internationalisation.html".substr(1, "/Internationalisation.html".length); @@ -584,6 +588,8 @@ limitations under the License. <br/> <a href="./PostgresConfig.html">Postgres</a> <br/> + <a href="./MSSQLConfig.html">MSSQL</a> +<br/> <b>Localization and languages</b><br/> <a href="./Internationalisation.html">Internationalisation</a> <br/>
Modified: openmeetings/trunk/singlewebapp/docs/commercial-support.html URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/commercial-support.html?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/docs/commercial-support.html (original) +++ openmeetings/trunk/singlewebapp/docs/commercial-support.html Fri Sep 20 05:29:40 2013 @@ -313,6 +313,10 @@ limitations under the License. currentLocation = "Configuration"; currentLink = "/PostgresConfig.html".substr(1, "/PostgresConfig.html".length); } + else if (document.location.href.indexOf("/MSSQLConfig.html") > 0) { + currentLocation = "Configuration"; + currentLink = "/MSSQLConfig.html".substr(1, "/MSSQLConfig.html".length); + } else if (document.location.href.indexOf("/Internationalisation.html") > 0) { currentLocation = "Configuration"; currentLink = "/Internationalisation.html".substr(1, "/Internationalisation.html".length); @@ -584,6 +588,8 @@ limitations under the License. <br/> <a href="./PostgresConfig.html">Postgres</a> <br/> + <a href="./MSSQLConfig.html">MSSQL</a> +<br/> <b>Localization and languages</b><br/> <a href="./Internationalisation.html">Internationalisation</a> <br/> Modified: openmeetings/trunk/singlewebapp/docs/demo.html URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/demo.html?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/docs/demo.html (original) +++ openmeetings/trunk/singlewebapp/docs/demo.html Fri Sep 20 05:29:40 2013 @@ -313,6 +313,10 @@ limitations under the License. currentLocation = "Configuration"; currentLink = "/PostgresConfig.html".substr(1, "/PostgresConfig.html".length); } + else if (document.location.href.indexOf("/MSSQLConfig.html") > 0) { + currentLocation = "Configuration"; + currentLink = "/MSSQLConfig.html".substr(1, "/MSSQLConfig.html".length); + } else if (document.location.href.indexOf("/Internationalisation.html") > 0) { currentLocation = "Configuration"; currentLink = "/Internationalisation.html".substr(1, "/Internationalisation.html".length); @@ -584,6 +588,8 @@ limitations under the License. <br/> <a href="./PostgresConfig.html">Postgres</a> <br/> + <a href="./MSSQLConfig.html">MSSQL</a> +<br/> <b>Localization and languages</b><br/> <a href="./Internationalisation.html">Internationalisation</a> <br/> Modified: openmeetings/trunk/singlewebapp/docs/dependencies.html URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/dependencies.html?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/docs/dependencies.html (original) +++ openmeetings/trunk/singlewebapp/docs/dependencies.html Fri Sep 20 05:29:40 2013 @@ -312,6 +312,10 @@ limitations under the License. currentLocation = "Configuration"; currentLink = "/PostgresConfig.html".substr(1, "/PostgresConfig.html".length); } + else if (document.location.href.indexOf("/MSSQLConfig.html") > 0) { + currentLocation = "Configuration"; + currentLink = "/MSSQLConfig.html".substr(1, "/MSSQLConfig.html".length); + } else if (document.location.href.indexOf("/Internationalisation.html") > 0) { currentLocation = "Configuration"; currentLink = "/Internationalisation.html".substr(1, "/Internationalisation.html".length); @@ -583,6 +587,8 @@ limitations under the License. <br/> <a href="./PostgresConfig.html">Postgres</a> <br/> + <a href="./MSSQLConfig.html">MSSQL</a> +<br/> <b>Localization and languages</b><br/> <a href="./Internationalisation.html">Internationalisation</a> <br/> Modified: openmeetings/trunk/singlewebapp/docs/documentation.html URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/documentation.html?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/docs/documentation.html (original) +++ openmeetings/trunk/singlewebapp/docs/documentation.html Fri Sep 20 05:29:40 2013 @@ -312,6 +312,10 @@ limitations under the License. currentLocation = "Configuration"; currentLink = "/PostgresConfig.html".substr(1, "/PostgresConfig.html".length); } + else if (document.location.href.indexOf("/MSSQLConfig.html") > 0) { + currentLocation = "Configuration"; + currentLink = "/MSSQLConfig.html".substr(1, "/MSSQLConfig.html".length); + } else if (document.location.href.indexOf("/Internationalisation.html") > 0) { currentLocation = "Configuration"; currentLink = "/Internationalisation.html".substr(1, "/Internationalisation.html".length); @@ -583,6 +587,8 @@ limitations under the License. <br/> <a href="./PostgresConfig.html">Postgres</a> <br/> + <a href="./MSSQLConfig.html">MSSQL</a> +<br/> <b>Localization and languages</b><br/> <a href="./Internationalisation.html">Internationalisation</a> <br/> Modified: openmeetings/trunk/singlewebapp/docs/downloads.html URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/downloads.html?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/docs/downloads.html (original) +++ openmeetings/trunk/singlewebapp/docs/downloads.html Fri Sep 20 05:29:40 2013 @@ -313,6 +313,10 @@ limitations under the License. currentLocation = "Configuration"; currentLink = "/PostgresConfig.html".substr(1, "/PostgresConfig.html".length); } + else if (document.location.href.indexOf("/MSSQLConfig.html") > 0) { + currentLocation = "Configuration"; + currentLink = "/MSSQLConfig.html".substr(1, "/MSSQLConfig.html".length); + } else if (document.location.href.indexOf("/Internationalisation.html") > 0) { currentLocation = "Configuration"; currentLink = "/Internationalisation.html".substr(1, "/Internationalisation.html".length); @@ -584,6 +588,8 @@ limitations under the License. <br/> <a href="./PostgresConfig.html">Postgres</a> <br/> + <a href="./MSSQLConfig.html">MSSQL</a> +<br/> <b>Localization and languages</b><br/> <a href="./Internationalisation.html">Internationalisation</a> <br/> Modified: openmeetings/trunk/singlewebapp/docs/get-involved.html URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/get-involved.html?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/docs/get-involved.html (original) +++ openmeetings/trunk/singlewebapp/docs/get-involved.html Fri Sep 20 05:29:40 2013 @@ -313,6 +313,10 @@ limitations under the License. currentLocation = "Configuration"; currentLink = "/PostgresConfig.html".substr(1, "/PostgresConfig.html".length); } + else if (document.location.href.indexOf("/MSSQLConfig.html") > 0) { + currentLocation = "Configuration"; + currentLink = "/MSSQLConfig.html".substr(1, "/MSSQLConfig.html".length); + } else if (document.location.href.indexOf("/Internationalisation.html") > 0) { currentLocation = "Configuration"; currentLink = "/Internationalisation.html".substr(1, "/Internationalisation.html".length); @@ -584,6 +588,8 @@ limitations under the License. <br/> <a href="./PostgresConfig.html">Postgres</a> <br/> + <a href="./MSSQLConfig.html">MSSQL</a> +<br/> <b>Localization and languages</b><br/> <a href="./Internationalisation.html">Internationalisation</a> <br/> Modified: openmeetings/trunk/singlewebapp/docs/index.html URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/index.html?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/docs/index.html (original) +++ openmeetings/trunk/singlewebapp/docs/index.html Fri Sep 20 05:29:40 2013 @@ -313,6 +313,10 @@ limitations under the License. currentLocation = "Configuration"; currentLink = "/PostgresConfig.html".substr(1, "/PostgresConfig.html".length); } + else if (document.location.href.indexOf("/MSSQLConfig.html") > 0) { + currentLocation = "Configuration"; + currentLink = "/MSSQLConfig.html".substr(1, "/MSSQLConfig.html".length); + } else if (document.location.href.indexOf("/Internationalisation.html") > 0) { currentLocation = "Configuration"; currentLink = "/Internationalisation.html".substr(1, "/Internationalisation.html".length); @@ -584,6 +588,8 @@ limitations under the License. <br/> <a href="./PostgresConfig.html">Postgres</a> <br/> + <a href="./MSSQLConfig.html">MSSQL</a> +<br/> <b>Localization and languages</b><br/> <a href="./Internationalisation.html">Internationalisation</a> <br/> Modified: openmeetings/trunk/singlewebapp/docs/installation.html URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/installation.html?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/docs/installation.html (original) +++ openmeetings/trunk/singlewebapp/docs/installation.html Fri Sep 20 05:29:40 2013 @@ -313,6 +313,10 @@ limitations under the License. currentLocation = "Configuration"; currentLink = "/PostgresConfig.html".substr(1, "/PostgresConfig.html".length); } + else if (document.location.href.indexOf("/MSSQLConfig.html") > 0) { + currentLocation = "Configuration"; + currentLink = "/MSSQLConfig.html".substr(1, "/MSSQLConfig.html".length); + } else if (document.location.href.indexOf("/Internationalisation.html") > 0) { currentLocation = "Configuration"; currentLink = "/Internationalisation.html".substr(1, "/Internationalisation.html".length); @@ -584,6 +588,8 @@ limitations under the License. <br/> <a href="./PostgresConfig.html">Postgres</a> <br/> + <a href="./MSSQLConfig.html">MSSQL</a> +<br/> <b>Localization and languages</b><br/> <a href="./Internationalisation.html">Internationalisation</a> <br/> @@ -696,6 +702,8 @@ limitations under the License. <a href="IBMDB2Config.html">IBM DB2</a> , or <a href="OracleConfig.html">Oracle</a> + , or + <a href="MSSQLConfig.html">MSSQL</a> </div> </li> <li> Modified: openmeetings/trunk/singlewebapp/docs/license.html URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/license.html?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/docs/license.html (original) +++ openmeetings/trunk/singlewebapp/docs/license.html Fri Sep 20 05:29:40 2013 @@ -312,6 +312,10 @@ limitations under the License. currentLocation = "Configuration"; currentLink = "/PostgresConfig.html".substr(1, "/PostgresConfig.html".length); } + else if (document.location.href.indexOf("/MSSQLConfig.html") > 0) { + currentLocation = "Configuration"; + currentLink = "/MSSQLConfig.html".substr(1, "/MSSQLConfig.html".length); + } else if (document.location.href.indexOf("/Internationalisation.html") > 0) { currentLocation = "Configuration"; currentLink = "/Internationalisation.html".substr(1, "/Internationalisation.html".length); @@ -583,6 +587,8 @@ limitations under the License. <br/> <a href="./PostgresConfig.html">Postgres</a> <br/> + <a href="./MSSQLConfig.html">MSSQL</a> +<br/> <b>Localization and languages</b><br/> <a href="./Internationalisation.html">Internationalisation</a> <br/> Modified: openmeetings/trunk/singlewebapp/docs/mail-lists.html URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/mail-lists.html?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/docs/mail-lists.html (original) +++ openmeetings/trunk/singlewebapp/docs/mail-lists.html Fri Sep 20 05:29:40 2013 @@ -313,6 +313,10 @@ limitations under the License. currentLocation = "Configuration"; currentLink = "/PostgresConfig.html".substr(1, "/PostgresConfig.html".length); } + else if (document.location.href.indexOf("/MSSQLConfig.html") > 0) { + currentLocation = "Configuration"; + currentLink = "/MSSQLConfig.html".substr(1, "/MSSQLConfig.html".length); + } else if (document.location.href.indexOf("/Internationalisation.html") > 0) { currentLocation = "Configuration"; currentLink = "/Internationalisation.html".substr(1, "/Internationalisation.html".length); @@ -584,6 +588,8 @@ limitations under the License. <br/> <a href="./PostgresConfig.html">Postgres</a> <br/> + <a href="./MSSQLConfig.html">MSSQL</a> +<br/> <b>Localization and languages</b><br/> <a href="./Internationalisation.html">Internationalisation</a> <br/> Modified: openmeetings/trunk/singlewebapp/docs/oauth2.html URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/oauth2.html?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/docs/oauth2.html (original) +++ openmeetings/trunk/singlewebapp/docs/oauth2.html Fri Sep 20 05:29:40 2013 @@ -311,6 +311,10 @@ limitations under the License. currentLocation = "Configuration"; currentLink = "/PostgresConfig.html".substr(1, "/PostgresConfig.html".length); } + else if (document.location.href.indexOf("/MSSQLConfig.html") > 0) { + currentLocation = "Configuration"; + currentLink = "/MSSQLConfig.html".substr(1, "/MSSQLConfig.html".length); + } else if (document.location.href.indexOf("/Internationalisation.html") > 0) { currentLocation = "Configuration"; currentLink = "/Internationalisation.html".substr(1, "/Internationalisation.html".length); @@ -582,6 +586,8 @@ limitations under the License. <br/> <a href="./PostgresConfig.html">Postgres</a> <br/> + <a href="./MSSQLConfig.html">MSSQL</a> +<br/> <b>Localization and languages</b><br/> <a href="./Internationalisation.html">Internationalisation</a> <br/> Modified: openmeetings/trunk/singlewebapp/docs/red5sip-integration_2.0.html URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/red5sip-integration_2.0.html?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/docs/red5sip-integration_2.0.html (original) +++ openmeetings/trunk/singlewebapp/docs/red5sip-integration_2.0.html Fri Sep 20 05:29:40 2013 @@ -313,6 +313,10 @@ limitations under the License. currentLocation = "Configuration"; currentLink = "/PostgresConfig.html".substr(1, "/PostgresConfig.html".length); } + else if (document.location.href.indexOf("/MSSQLConfig.html") > 0) { + currentLocation = "Configuration"; + currentLink = "/MSSQLConfig.html".substr(1, "/MSSQLConfig.html".length); + } else if (document.location.href.indexOf("/Internationalisation.html") > 0) { currentLocation = "Configuration"; currentLink = "/Internationalisation.html".substr(1, "/Internationalisation.html".length); @@ -584,6 +588,8 @@ limitations under the License. <br/> <a href="./PostgresConfig.html">Postgres</a> <br/> + <a href="./MSSQLConfig.html">MSSQL</a> +<br/> <b>Localization and languages</b><br/> <a href="./Internationalisation.html">Internationalisation</a> <br/> Modified: openmeetings/trunk/singlewebapp/docs/red5sip-integration_2.1.html URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/red5sip-integration_2.1.html?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/docs/red5sip-integration_2.1.html (original) +++ openmeetings/trunk/singlewebapp/docs/red5sip-integration_2.1.html Fri Sep 20 05:29:40 2013 @@ -311,6 +311,10 @@ limitations under the License. currentLocation = "Configuration"; currentLink = "/PostgresConfig.html".substr(1, "/PostgresConfig.html".length); } + else if (document.location.href.indexOf("/MSSQLConfig.html") > 0) { + currentLocation = "Configuration"; + currentLink = "/MSSQLConfig.html".substr(1, "/MSSQLConfig.html".length); + } else if (document.location.href.indexOf("/Internationalisation.html") > 0) { currentLocation = "Configuration"; currentLink = "/Internationalisation.html".substr(1, "/Internationalisation.html".length); @@ -582,6 +586,8 @@ limitations under the License. <br/> <a href="./PostgresConfig.html">Postgres</a> <br/> + <a href="./MSSQLConfig.html">MSSQL</a> +<br/> <b>Localization and languages</b><br/> <a href="./Internationalisation.html">Internationalisation</a> <br/> Modified: openmeetings/trunk/singlewebapp/docs/red5sip-integration_3.0.html URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/red5sip-integration_3.0.html?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/docs/red5sip-integration_3.0.html (original) +++ openmeetings/trunk/singlewebapp/docs/red5sip-integration_3.0.html Fri Sep 20 05:29:40 2013 @@ -311,6 +311,10 @@ limitations under the License. currentLocation = "Configuration"; currentLink = "/PostgresConfig.html".substr(1, "/PostgresConfig.html".length); } + else if (document.location.href.indexOf("/MSSQLConfig.html") > 0) { + currentLocation = "Configuration"; + currentLink = "/MSSQLConfig.html".substr(1, "/MSSQLConfig.html".length); + } else if (document.location.href.indexOf("/Internationalisation.html") > 0) { currentLocation = "Configuration"; currentLink = "/Internationalisation.html".substr(1, "/Internationalisation.html".length); @@ -582,6 +586,8 @@ limitations under the License. <br/> <a href="./PostgresConfig.html">Postgres</a> <br/> + <a href="./MSSQLConfig.html">MSSQL</a> +<br/> <b>Localization and languages</b><br/> <a href="./Internationalisation.html">Internationalisation</a> <br/> Modified: openmeetings/trunk/singlewebapp/docs/svn.html URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/svn.html?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/docs/svn.html (original) +++ openmeetings/trunk/singlewebapp/docs/svn.html Fri Sep 20 05:29:40 2013 @@ -313,6 +313,10 @@ limitations under the License. currentLocation = "Configuration"; currentLink = "/PostgresConfig.html".substr(1, "/PostgresConfig.html".length); } + else if (document.location.href.indexOf("/MSSQLConfig.html") > 0) { + currentLocation = "Configuration"; + currentLink = "/MSSQLConfig.html".substr(1, "/MSSQLConfig.html".length); + } else if (document.location.href.indexOf("/Internationalisation.html") > 0) { currentLocation = "Configuration"; currentLink = "/Internationalisation.html".substr(1, "/Internationalisation.html".length); @@ -584,6 +588,8 @@ limitations under the License. <br/> <a href="./PostgresConfig.html">Postgres</a> <br/> + <a href="./MSSQLConfig.html">MSSQL</a> +<br/> <b>Localization and languages</b><br/> <a href="./Internationalisation.html">Internationalisation</a> <br/> Modified: openmeetings/trunk/singlewebapp/docs/team-list-ru.html URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/team-list-ru.html?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/docs/team-list-ru.html (original) +++ openmeetings/trunk/singlewebapp/docs/team-list-ru.html Fri Sep 20 05:29:40 2013 @@ -313,6 +313,10 @@ limitations under the License. currentLocation = "Configuration"; currentLink = "/PostgresConfig.html".substr(1, "/PostgresConfig.html".length); } + else if (document.location.href.indexOf("/MSSQLConfig.html") > 0) { + currentLocation = "Configuration"; + currentLink = "/MSSQLConfig.html".substr(1, "/MSSQLConfig.html".length); + } else if (document.location.href.indexOf("/Internationalisation.html") > 0) { currentLocation = "Configuration"; currentLink = "/Internationalisation.html".substr(1, "/Internationalisation.html".length); @@ -584,6 +588,8 @@ limitations under the License. <br/> <a href="./PostgresConfig.html">Postgres</a> <br/> + <a href="./MSSQLConfig.html">MSSQL</a> +<br/> <b>Localization and languages</b><br/> <a href="./Internationalisation.html">Internationalisation</a> <br/> Modified: openmeetings/trunk/singlewebapp/docs/team-list.html URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/team-list.html?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/docs/team-list.html (original) +++ openmeetings/trunk/singlewebapp/docs/team-list.html Fri Sep 20 05:29:40 2013 @@ -313,6 +313,10 @@ limitations under the License. currentLocation = "Configuration"; currentLink = "/PostgresConfig.html".substr(1, "/PostgresConfig.html".length); } + else if (document.location.href.indexOf("/MSSQLConfig.html") > 0) { + currentLocation = "Configuration"; + currentLink = "/MSSQLConfig.html".substr(1, "/MSSQLConfig.html".length); + } else if (document.location.href.indexOf("/Internationalisation.html") > 0) { currentLocation = "Configuration"; currentLink = "/Internationalisation.html".substr(1, "/Internationalisation.html".length); @@ -584,6 +588,8 @@ limitations under the License. <br/> <a href="./PostgresConfig.html">Postgres</a> <br/> + <a href="./MSSQLConfig.html">MSSQL</a> +<br/> <b>Localization and languages</b><br/> <a href="./Internationalisation.html">Internationalisation</a> <br/> Modified: openmeetings/trunk/singlewebapp/docs/themes-and-branding.html URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/themes-and-branding.html?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/docs/themes-and-branding.html (original) +++ openmeetings/trunk/singlewebapp/docs/themes-and-branding.html Fri Sep 20 05:29:40 2013 @@ -313,6 +313,10 @@ limitations under the License. currentLocation = "Configuration"; currentLink = "/PostgresConfig.html".substr(1, "/PostgresConfig.html".length); } + else if (document.location.href.indexOf("/MSSQLConfig.html") > 0) { + currentLocation = "Configuration"; + currentLink = "/MSSQLConfig.html".substr(1, "/MSSQLConfig.html".length); + } else if (document.location.href.indexOf("/Internationalisation.html") > 0) { currentLocation = "Configuration"; currentLink = "/Internationalisation.html".substr(1, "/Internationalisation.html".length); @@ -584,6 +588,8 @@ limitations under the License. <br/> <a href="./PostgresConfig.html">Postgres</a> <br/> + <a href="./MSSQLConfig.html">MSSQL</a> +<br/> <b>Localization and languages</b><br/> <a href="./Internationalisation.html">Internationalisation</a> <br/> Modified: openmeetings/trunk/singlewebapp/docs/voip-sip-integration.html URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/voip-sip-integration.html?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/docs/voip-sip-integration.html (original) +++ openmeetings/trunk/singlewebapp/docs/voip-sip-integration.html Fri Sep 20 05:29:40 2013 @@ -313,6 +313,10 @@ limitations under the License. currentLocation = "Configuration"; currentLink = "/PostgresConfig.html".substr(1, "/PostgresConfig.html".length); } + else if (document.location.href.indexOf("/MSSQLConfig.html") > 0) { + currentLocation = "Configuration"; + currentLink = "/MSSQLConfig.html".substr(1, "/MSSQLConfig.html".length); + } else if (document.location.href.indexOf("/Internationalisation.html") > 0) { currentLocation = "Configuration"; currentLink = "/Internationalisation.html".substr(1, "/Internationalisation.html".length); @@ -584,6 +588,8 @@ limitations under the License. <br/> <a href="./PostgresConfig.html">Postgres</a> <br/> + <a href="./MSSQLConfig.html">MSSQL</a> +<br/> <b>Localization and languages</b><br/> <a href="./Internationalisation.html">Internationalisation</a> <br/> Modified: openmeetings/trunk/singlewebapp/src/main/java/org/apache/openmeetings/db/entity/server/Server.java URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/main/java/org/apache/openmeetings/db/entity/server/Server.java?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/src/main/java/org/apache/openmeetings/db/entity/server/Server.java (original) +++ openmeetings/trunk/singlewebapp/src/main/java/org/apache/openmeetings/db/entity/server/Server.java Fri Sep 20 05:29:40 2013 @@ -109,7 +109,7 @@ public class Server implements Serializa @Element(data = true, required = false) private String webapp; - @Column(name = "user", nullable = true) + @Column(name = "login", nullable = true) @Element(data = true, required = false) private String user; Added: openmeetings/trunk/singlewebapp/src/main/webapp/WEB-INF/classes/META-INF/mssql_persistence.xml URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/main/webapp/WEB-INF/classes/META-INF/mssql_persistence.xml?rev=1524905&view=auto ============================================================================== --- openmeetings/trunk/singlewebapp/src/main/webapp/WEB-INF/classes/META-INF/mssql_persistence.xml (added) +++ openmeetings/trunk/singlewebapp/src/main/webapp/WEB-INF/classes/META-INF/mssql_persistence.xml Fri Sep 20 05:29:40 2013 @@ -0,0 +1,90 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> +<!-- persistence.xml schema --> +<persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd" version="2.0"> + <persistence-unit name="openmeetings" transaction-type="RESOURCE_LOCAL"> + <provider>org.apache.openjpa.persistence.PersistenceProviderImpl</provider> + <class>org.apache.openmeetings.db.entity.basic.Configuration</class> + <class>org.apache.openmeetings.db.entity.basic.ErrorType</class> + <class>org.apache.openmeetings.db.entity.basic.ErrorValue</class> + <class>org.apache.openmeetings.db.entity.server.LdapConfig</class> + <class>org.apache.openmeetings.db.entity.basic.MailMessage</class> + <class>org.apache.openmeetings.db.entity.basic.Naviglobal</class> + <class>org.apache.openmeetings.db.entity.basic.Navimain</class> + <class>org.apache.openmeetings.db.entity.server.Sessiondata</class> + <class>org.apache.openmeetings.db.entity.server.SOAPLogin</class> + <class>org.apache.openmeetings.db.entity.server.Server</class> + <class>org.apache.openmeetings.db.entity.calendar.Appointment</class> + <class>org.apache.openmeetings.db.entity.calendar.AppointmentCategory</class> + <class>org.apache.openmeetings.db.entity.calendar.AppointmentReminderTyps</class> + <class>org.apache.openmeetings.db.entity.calendar.MeetingMember</class> + <class>org.apache.openmeetings.db.entity.basic.ChatMessage</class> + <class>org.apache.openmeetings.db.entity.user.Organisation</class> + <class>org.apache.openmeetings.db.entity.user.Organisation_Users</class> + <class>org.apache.openmeetings.db.entity.record.FlvRecording</class> + <class>org.apache.openmeetings.db.entity.record.FlvRecordingLog</class> + <class>org.apache.openmeetings.db.entity.record.FlvRecordingMetaData</class> + <class>org.apache.openmeetings.db.entity.record.FlvRecordingMetaDelta</class> + <class>org.apache.openmeetings.db.entity.room.Invitation</class> + <class>org.apache.openmeetings.db.entity.label.FieldLanguage</class> + <class>org.apache.openmeetings.db.entity.label.Fieldlanguagesvalues</class> + <class>org.apache.openmeetings.db.entity.label.Fieldvalues</class> + <class>org.apache.openmeetings.db.entity.log.ConferenceLog</class> + <class>org.apache.openmeetings.db.entity.log.ConferenceLogType</class> + <class>org.apache.openmeetings.db.entity.room.PollType</class> + <class>org.apache.openmeetings.db.entity.room.RoomPoll</class> + <class>org.apache.openmeetings.db.entity.room.RoomPollAnswers</class> + <class>org.apache.openmeetings.db.entity.room.Client</class> + <class>org.apache.openmeetings.db.entity.room.RoomModerator</class> + <class>org.apache.openmeetings.db.entity.room.Room</class> + <class>org.apache.openmeetings.db.entity.room.RoomType</class> + <class>org.apache.openmeetings.db.entity.room.Whiteboard</class> + <class>org.apache.openmeetings.db.entity.room.WhiteboardItem</class> + <class>org.apache.openmeetings.db.entity.room.RoomOrganisation</class> + <class>org.apache.openmeetings.db.entity.user.Address</class> + <class>org.apache.openmeetings.db.entity.user.State</class> + <class>org.apache.openmeetings.db.entity.user.PrivateMessage</class> + <class>org.apache.openmeetings.db.entity.user.PrivateMessageFolder</class> + <class>org.apache.openmeetings.db.entity.user.Salutation</class> + <class>org.apache.openmeetings.db.entity.user.UserContact</class> + <class>org.apache.openmeetings.db.entity.user.Userdata</class> + <class>org.apache.openmeetings.db.entity.user.Userlevel</class> + <class>org.apache.openmeetings.db.entity.user.User</class> + <class>org.apache.openmeetings.db.entity.file.FileExplorerItem</class> + <class>org.apache.openmeetings.db.entity.user.AsteriskSipUser</class> + <class>org.apache.openmeetings.db.entity.server.OAuthServer</class> + <exclude-unlisted-classes>false</exclude-unlisted-classes> + <properties> + <property name="openjpa.RuntimeUnenhancedClasses" value="unsupported" /> + <property name="openjpa.ConnectionDriverName" value="org.apache.commons.dbcp.BasicDataSource" /> + <property name="openjpa.ConnectionProperties" + value="DriverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver,Url=jdbc:sqlserver://localhost:1433;databaseName=openmeetings;user=Username;password=Password;" /> + <property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema" /> + <property name="openjpa.Log" value="DefaultLevel=WARN, Runtime=INFO" /> + <property name="openjpa.DataCache" value="true" /> + <!-- QueryCache disabled due to changes outside of JPA doesn't take effect with caching --> + <property name="openjpa.QueryCache" value="false" /> + <property name="openjpa.jdbc.DBDictionary" value="batchLimit=100" /> + <property name="openjpa.jdbc.QuerySQLCache" value="false" /> + </properties> + </persistence-unit> +</persistence> Added: openmeetings/trunk/singlewebapp/xdocs/MSSQLConfig.xml URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/xdocs/MSSQLConfig.xml?rev=1524905&view=auto ============================================================================== --- openmeetings/trunk/singlewebapp/xdocs/MSSQLConfig.xml (added) +++ openmeetings/trunk/singlewebapp/xdocs/MSSQLConfig.xml Fri Sep 20 05:29:40 2013 @@ -0,0 +1,94 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> +<document> + + <properties> + <title>MSSQL Configuration</title> + <author email="[email protected]"> + Apache OpenMeetings Documentation Team + </author> + </properties> + + <body> + <section name="MSSQL Configuration"> + + <subsection name="Before you start"> + <ul> + <li>You need Openmeetings 2.2 or later to use MSSQL integration</li> + <li>Make sure that you have set utf8 as collation for the openmeetings database + before you start the installation process of OpenMeetings! + </li> + <li> + make sure MSSQL is listening on TCP/IP connections! and username/password + authentication is enabled for it + <br /> + To verify if MSSQL connection is working: OpenMeetings will + automatically create all tables in the database and all tables + should have utf8 as encoding/collation! + </li> + <li>If you encounter issues, you can drop the db again and delete + the file $red5/webapps/openmeetings/conf/install.xml and then run + the web based installer again + </li> + </ul> + </subsection> + + <subsection name="Steps todo"> + <ul> + <li> + You need to download the JDBC driver from Microsoft + <a href="http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=11774" target="_BLANK" + rel="nofollow">http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=11774</a> + Unarchive appropriate file from it (sqljdbc.jar or sqljdbc4.jar) and place it into: + <tt>$red5/webapps/openmeetings/WEB-INF/lib/</tt> + </li> + <li> + Rename: + <br /> + $red5/webapps/openmeetings/WEB-INF/classes/META-INF/mssql_persistence.xml + <br /> + to + <br /> + $red5/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml + </li> + <li> + Prepare Database Settings - go to + openmeetings_version_no_xx/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml + <br /> + Alter config values in persistence.xml DB_HOST USER_NAME USER_PASS + with your values + </li> + <li> + Run red5-service and goto the web-based installer: + http://localhost:5080/openmeetings/install + </li> + </ul> + </subsection> + + <subsection name="MSSQL Sample Configuration"> + <p> + There is a sample configuration for MySQL that ships with + every release in: + <br /> + /webapps/openmeetings/WEB-INF/classes/META-INF/mssql_persistence.xml + </p> + </subsection> + + + </section> + + </body> + +</document> Modified: openmeetings/trunk/singlewebapp/xdocs/installation.xml URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/xdocs/installation.xml?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/xdocs/installation.xml (original) +++ openmeetings/trunk/singlewebapp/xdocs/installation.xml Fri Sep 20 05:29:40 2013 @@ -65,6 +65,8 @@ <a href="IBMDB2Config.html">IBM DB2</a> , or <a href="OracleConfig.html">Oracle</a> + , or + <a href="MSSQLConfig.html">MSSQL</a> </div> </li> <li> Modified: openmeetings/trunk/singlewebapp/xdocs/stylesheets/project.xml URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/xdocs/stylesheets/project.xml?rev=1524905&r1=1524904&r2=1524905&view=diff ============================================================================== --- openmeetings/trunk/singlewebapp/xdocs/stylesheets/project.xml (original) +++ openmeetings/trunk/singlewebapp/xdocs/stylesheets/project.xml Fri Sep 20 05:29:40 2013 @@ -84,6 +84,7 @@ <subitem name="Oracle" href="/OracleConfig.html" /> <subitem name="MySQL" href="/MySQLConfig.html" /> <subitem name="Postgres" href="/PostgresConfig.html" /> + <subitem name="MSSQL" href="/MSSQLConfig.html" /> </item> <item name="Localization and languages" > <subitem name="Internationalisation" href="/Internationalisation.html" />
