2014-11-05
1.0.0
Acácio Porta Nova
8.0.1.27
All
Java
Plug-ins
[Overview]
This application provides an mechanism to define entry points based on the typed URL, and can be seen as an alternative to the SEO mechanism that is used in the .NET stack of the platform. Use this application in the Java stack only. In .NET systems the use of SEO should be preferred: www.outsystems.com/goto/install-seo
[Detail]
Back office access
The backoffice is accessible in entry point /OSCloud__Entry/BackOffice.jsf
Install instructions
To install this component, you need to configure JBoss root application to load this eSpace. You can do this in a series of ways - the simplest being changing the following files to a sample content like the one below.
Files:
Jboss5: /opt/jboss-5.1.0.GA/server/outsystems/deploy/ROOT.war/index.html
Jboss7: /opt/jboss-as-7.1.1.Final/welcome-content/index.html
WildFly: /opt/wildfly-8.2.0.Final/welcome-content/index.html
Content:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="refresh" content="0; url=/OSCloud__Entry/">
<title>.</title>
</head>
<body> </body>
</html>
Additional note for JBoss 7:
For this to work in JBoss 7, confirm that "enable-welcome-root" is set to true. This is done in file
/opt/jboss-as-7.1.1.Final/standalone/configuration/standalone-outsystems.xml
You should have, in the file, a line stating:
<virtual-server name="default-host" enable-welcome-root="true">
If the setting is "false", change it to true and then restart JBoss for it to become effective.