Skip to content
Snippets Groups Projects
Commit 574fb808 authored by Marco Del Tufo's avatar Marco Del Tufo
Browse files

Update openbis-webapps.md

parent 7c663626
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -25,8 +25,9 @@ openBIS. The name of the webapp defines the URL used to access it. See ...@@ -25,8 +25,9 @@ openBIS. The name of the webapp defines the URL used to access it. See
the example below. The file index.html is used as a welcome page if the the example below. The file index.html is used as a welcome page if the
user does not specifically request a particular page. user does not specifically request a particular page.
> :warning: **An openBIS webapp is *not* a J2EE webapp. It has more in common with an app for mobile devices.** ```{warning}
An openBIS webapp is *not* a J2EE webapp. It has more in common with an app for mobile devices.
```
### Example ### Example
...@@ -279,7 +280,9 @@ Even if the web app is accessible from other URLs, not using the URL ...@@ -279,7 +280,9 @@ Even if the web app is accessible from other URLs, not using the URL
configured on the DSS service.properties will lead to the DSS not configured on the DSS service.properties will lead to the DSS not
recognizing the app. recognizing the app.
> :warning: **As a consequence the DSS will not set the necessary header and the client will reject the responses.** ```{warning}
As a consequence the DSS will not set the necessary header and the client will reject the responses.
```
### Basic Configuration ### Basic Configuration
...@@ -304,7 +307,9 @@ using a reverse proxy like Apache or NGNIX. This way the web security ...@@ -304,7 +307,9 @@ using a reverse proxy like Apache or NGNIX. This way the web security
sandbox is respected. On this case the "Access-Control-Allow-Origin" sandbox is respected. On this case the "Access-Control-Allow-Origin"
header is unnecessary and will also work out of the box. header is unnecessary and will also work out of the box.
> :warning: **Even with this configuration, sometimes happens that a web app call the DSS using an auto detected URL given by openBIS. This auto detected URL not necessarily respects your proxy configuration, giving a different port or hostname to the DSS.** ```{warning}
Even with this configuration, sometimes happens that a web app call the DSS using an auto detected URL given by openBIS. This auto detected URL not necessarily respects your proxy configuration, giving a different port or hostname to the DSS.
```
On this case you will need to solve the problems with one of the methods On this case you will need to solve the problems with one of the methods
explained above or modify your web app. explained above or modify your web app.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment