Skip to content

Commit

Permalink
[BACKLOG-4167] Remove FullyQualifiedServerUrl param from web.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkafalas committed Aug 20, 2015
1 parent 008c747 commit d6c5b9f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
<param-value></param-value>
</context-param>

<!-- FullyQualifiedServerUrl is used only in the case of offline content generation and whenever something need to talk back to the server -->
<context-param>
<param-name>fully-qualified-server-url</param-name>
<param-value>http://localhost:8080/pentaho/</param-value>
</context-param>

<context-param>
<param-name>contextClass</param-name>
<param-value>org.pentaho.platform.web.http.context.PentahoSolutionSpringApplicationContext</param-value>
Expand Down

0 comments on commit d6c5b9f

Please sign in to comment.