forked from pentaho/pentaho-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BACKLOG-4167] Remove FullyQualifiedServerUrl param from web.xml
- Loading branch information
Showing
2 changed files
with
27 additions
and
6 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
assembly/package-res/biserver/pentaho-solutions/system/server.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# FullyQualifiedServerUrl is used only in the case of offline content generation | ||
# and whenever something need to talk back to the server | ||
fully-qualified-server-url=http://localhost:8080/pentaho/ | ||
|
||
# for example 'fr' for French, 'de' for German, da for danish | ||
locale-language= | ||
|
||
# for example 'FR' for France, 'CA' for Canada | ||
locale-country= | ||
|
||
pentahoObjectFactory=com.pentaho.platform.web.http.context.WebSpringPentahoObjectFactory | ||
# The param-value for objectFactoryCreatorCfgFile must be one of the following: | ||
# - just the file name of the spring configuration file for the pentaho | ||
# object factory, in which case the code will look in the solution | ||
# repository's system folder for the file with that name. | ||
# - The full path to the spring configuration file (including file name). | ||
# - Empty or non-existent, the system will look for the file called | ||
# pentahoObjects.spring.xml in the solution's system folder | ||
pentahoObjectFactoryCfgFile=pentahoObjects.spring.xml | ||
|
||
# This defaults to UTF-8. Change the value for other encodings. Also change | ||
# the URIEncoding in Tomcat's server.xml. | ||
encoding=UTF-8 | ||
|
||
# This defaults to LTR (left to right), uncomment this property and | ||
# change the value for other text directions. | ||
#text-direction=RTL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters