proxy

Remove subpath (context bonita) in nginx or apache

Hello,
I'm having trouble removing path /bonita from the url

I try with two ways APCHE or NGINX result is the same

````


ServerName bonita.befirst.com

ErrorLog ${APACHE_LOG_DIR}/bonita_befirst_com/error.log
CustomLog ${APACHE_LOG_DIR}/bonita_befirst_com/access.log combined

RewriteEngine on
RewriteRule "^(?!/bonita)(.*)$" "/bonita$1" [R,L]
RewriteRule "^/(.*)" "http://127.0.0.1:8080/$1" [P]

ProxyRequests Off
ProxyPreserveHost on

Exclude pattern does not match with this url

HEllo do someone already have this problem? Remove subpath (context root) in nginx for a java app
i tried to remove /bonita in url

==> /var/log/apache2/access.log <==
81.220.52.20 - - [15/Oct/2022:22:11:18 +0000] "GET /bonita/apple-touch-icon.png HTTP/1.1" 404 1149 "-" "Safari/17614.1.25.9.10 CFNetwork/1335.0.3 Darwin/21.6.0"

cacher bonita dans l'url

Bonjour, j'ai mis le serveur bonita derrière un apache selon l'exemple : https://documentation.bonitasoft.com/bonita/2022.1/runtime/reverse-proxy...

sauf que mes urls sont réécrite toujours avec bonita dedans

je souhaite cacher bonita dans l'url et avoir
http://ec2-3-251-241-249.eu-west-1.compute.amazonaws.com/apps/appDirecto...

Using a SOAP Web Service Connector through proxy

Hello Community,

I do not succeed in consuming a SOAP Webservice from Bonita Studio through a proxy. Even though I set the proxy-settings correctly in Bonita Studio and system-wide, I always get the error: Exception trying to call remote webservice

At home (without any proxy) I am able to consume the webservice correctly. That´s why I know that the Web Service connector is correctly configured. At work, I get the mentioned error. I changed proxy settings in Bonita Sutdio to manual and added the correspondent url. But the mentioned error still occured.

Notifications