Difference between revisions of "Version 10.1 Installable (Apr 2014)"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Β 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
Release Notes for the {{PAGENAME}} platform.<br>
Release Notes for the installable version of the {{EnterpriseBrand}}.
Β 
:{| border="1" align="right" cellpadding="5" cellspacing="1"
|
'''''See also:'''''
* [[All Release Notes]]
* [[Release calendar]]
|}
Β 
__TOC__
__TOC__
==Coming in the Next Release==
<blockquote>
==== Enhanced Collision Warnings ====
: When viewing a [[Case]] a dialog alert warns when others are viewing the same record, to help prevent editing collisions. This option causes that warning to be displayed for all other objects in the system.
: ''Learn more:'' [[Collision Warnings for All Objects]]
</blockquote>
==About the Installable Version==
==About the Installable Version==
The installable version of the platform lets you create and manage a private cloud behind your corporate firewall. It can also be used to set up a public cloud that serves multiple clients--generally with a shared application and global data. This page highlights changes to the installation process, along with features of the new release.
The installable version of the platform lets you create and manage a private cloud behind your corporate firewall. It can also be used to set up a public cloud that serves multiple clients--generally with a shared application and global data. This page highlights changes to the installation process, along with features of the new release.
Line 13: Line 28:


For either a [[Installing and Upgrading the Application Server#First-Time Installation|First-Time Installation]] or [[Installing and Upgrading the Application Server#Upgrades|platform upgrade]], ensure that dependent utilities are at the minimum levels specified in the [[Software Requirements]].
For either a [[Installing and Upgrading the Application Server#First-Time Installation|First-Time Installation]] or [[Installing and Upgrading the Application Server#Upgrades|platform upgrade]], ensure that dependent utilities are at the minimum levels specified in the [[Software Requirements]].
===Special Upgrade Instructions===
This version of the platform installs Tomcat 7.0.47.
# Before upgrading, back up any custom entries added to <tt>tomcat/webapps/networking/WEB-INF/web.xml</tt>,<br>because that file will be overwritten during the upgrade process.
# After the upgrade, add back your custom entries.
<blockquote>
'''Important:'''<br>
The format of servlet entries that include several URL patterns has changed in Tomcat 7.0.47. With the new format, all of the url patterns are included in single servlet-mapping as shown here:
:'''Old:'''
::<syntaxhighlight lang="xml" enclose="div">
<servlet>
Β  Β  <servlet-name>MultiUrlPatternServlet</servlet-name>
Β  Β  <servlet-class>com.abc.MultiUrlPatternServlet</servlet-class>
</servlet>
<servlet-mapping>
Β  Β  <servlet-name>MultiUrlPatternServlet</servlet-name>
Β  Β  <url-pattern>/a</url-pattern>
</servlet-mapping>
<servlet-mapping>
Β  Β  <servlet-name>MultiUrlPatternServlet</servlet-name>
Β  Β  <url-pattern>/b</url-pattern>
</servlet-mapping>
</syntaxhighlight>
:'''New:'''
::<syntaxhighlight lang="xml" enclose="div">
<servlet-mapping>
Β  Β  <servlet-name>MultiUrlPatternServlet</servlet-name>
Β  Β  <url-pattern>/a</url-pattern>
Β  Β  <url-pattern>/b</url-pattern>
</servlet-mapping>
</syntaxhighlight>
</blockquote>


==Installable Version Functionality==
==Installable Version Functionality==
These features are of primary interest to installers.<br>
These features are of primary interest to installers.<br>
''See also:'' Platform [[Release Notes]]
''See also:'' Platform [[Release Notes]]
<blockquote>
<blockquote>
====LDAP Integration====
<!--
:Configure the platform to automatically authenticate users against an LDAP Server when they log in.
====Feature====
:''Learn more:'' [[LDAP Configuration]]
:Descr
Β 
:''Learn more: [[xx]]
====Global Data====
-->
:Data added to a global tenancy can be seen and used by all tenants, with a single point of control for additions, updates, and deletes.
====Tenant Subdomains====
:''Learn more: [[Global Data]]
:This feature gives each tenant a unique URL with which to access platform, allowing individual [[LDAP Configuration|LDAP]] authentication for each tenant, along with the ability to run the [[ServiceDesk application]] and provide a [[Service Portal]] that allows case tracking, knowledge base, and a hosted community. Β 
:''Learn more: [[Tenant Subdomains]]


====New Licensing Mechanism====
====Community Marketplace====
:Beta installers did the installation first and then requested a license. In this production-ready release, a license is obtained first. Supplying it is part of the installation process.
:The new [[Community Marketplace]] provides a richer interface than the older [[Catalog]], and allows much more information to be displayed for an application package.
:''Learn more:'' [[Platform License]]
</blockquote>


==Platform Functionality==
====Community Tenant====
These features are coming to the cloud soon. But they're in the installable version now.<br>
:The [[Community Tenant]] feature is enabled by default, allowing the use of the Community Marketplace. Disable it in [[Service Provider Settings#Community Site Configuration]] to continue using the older [[Catalog]] functionality.
''See also:'' Platform [[Release Notes]]
<blockquote>
==== <font color="purple">''Web Services Production-Ready with these Enhancements!''</font> ====
:* External Lookup fields allow users to select a record from an external database.
:* Fault-handling paths for Web Services can be defined in a Process
:''Learn more:'' [[Web Services]]


==== <font color="purple">''Language Packs''</font> ====
====Specify Catalog Information when Publishing a Package====
: The platform interface can be presented in a variety of different languages, including French, Italian, German, and Spanish, as well as English. The choices available to users are determined by your Company Settings.
:Information that will appear in a catalog can be specified for a published package, including images, icons, descriptions, and frequently asked questions.
:''Learn more:'' [[Company Information#Available Language Settings]]
:''Learn more:'' [[Packages#Editing Catalog Information]]


====MIME Types====
====New in the Docs====
: Additional MIME Types can be added to the Apache Web Server configuration, so that documents and [[Static Resources]] are processed properly, when delivered to the end user's browser.
:* [[Setting Up a MySQL Replication Server]]
:''Learn more:'' [[Adding MIME Types]]
:* [[Monitoring MySQL Replication]]
</blockquote>
</blockquote>
<noinclude>
<noinclude>


[[Category:Platform Administration]]
[[Category:ISV Release Notes]]
[[Category:ISV Release Notes]]
</noinclude>
</noinclude>

Latest revision as of 07:00, 21 February 2017

Release Notes for the installable version of the AgileApps Cloud platform.

See also:

Coming in the Next Release

Enhanced Collision Warnings

When viewing a Case a dialog alert warns when others are viewing the same record, to help prevent editing collisions. This option causes that warning to be displayed for all other objects in the system.
Learn more: Collision Warnings for All Objects

About the Installable Version

The installable version of the platform lets you create and manage a private cloud behind your corporate firewall. It can also be used to set up a public cloud that serves multiple clients--generally with a shared application and global data. This page highlights changes to the installation process, along with features of the new release.

See also:

Installation Notes

For either a First-Time Installation or platform upgrade, ensure that dependent utilities are at the minimum levels specified in the Software Requirements.

Installable Version Functionality

These features are of primary interest to installers.
See also: Platform Release Notes

Tenant Subdomains

This feature gives each tenant a unique URL with which to access platform, allowing individual LDAP authentication for each tenant, along with the ability to run the ServiceDesk application and provide a Service Portal that allows case tracking, knowledge base, and a hosted community.
Learn more: Tenant Subdomains

Community Marketplace

The new Community Marketplace provides a richer interface than the older Catalog, and allows much more information to be displayed for an application package.

Community Tenant

The Community Tenant feature is enabled by default, allowing the use of the Community Marketplace. Disable it in Service Provider Settings#Community Site Configuration to continue using the older Catalog functionality.

Specify Catalog Information when Publishing a Package

Information that will appear in a catalog can be specified for a published package, including images, icons, descriptions, and frequently asked questions.
Learn more: Packages#Editing Catalog Information

New in the Docs