OutSystems Forge 日本語データベース

OutSystems Cloud Entry Point

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2014-11-05 1.0.0 Acácio Porta Nova 8.0.1.27 All Java Plug-ins
このアプリケーションは、入力されたURLに基づいてエントリポイントを定義するメカニズムを提供し、プラットフォームの.NETスタックで使用されるSEOメカニズムの代替として利用することができます。 このアプリケーションは、Javaスタックでのみ使用してください。 .NETシステムでは、SEOの使用を推奨します。:www.outsystems.com/goto/install-seo
バックオフィスアクセス バックオフィスは、エントリポイント/OSCloud__Entry/BackOffice.jsfからアクセスできます。 インストールの手順 このコンポーネントをインストールするには、このeSpaceをロードするようにJBossルートアプリケーションを設定する必要があります。これは一連の方法で行うことができます。最も簡単な方法は、以下のファイルを以下のようなサンプルコンテンツに変更することです。 ファイル: 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 コンテンツ: <!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> JBoss 7の追加ノート: これをJBoss 7で動作させるには、 "enable-welcome-root"がtrueに設定されていることを確認してください。これはファイルで行われます /opt/jboss-as-7.1.1.Final/standalone/configuration/standalone-outsystems.xml ファイルに、次のような行があるはずです。 <virtual-server name="default-host" enable-welcome-root="true"> 設定が "false"の場合はtrueに変更し、JBossを再起動して有効にします。

[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.
戻る