Apache

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...

Bonita 2022-1: LOG4j2 not working on Apache Tomcat 9

Hello, I can't configure the logs with LOG4J2 in Bonita 2022-1 with an Apache Tomcat 9.
If I run start-bonita.bat it works perfectly. If it is run as Service it doesn't work. Any ideas ?
Does anyone know how to configure it?

Thank you

Can I upgrade Apache Tomcat to the newer version?

Hi,

We'd used Bonita (7.7) as part of the system. Last month, the client had told us that they wanted to upgrade Apache Tomcat to the latest version. My concern is that when we firstly implemented the system, Bonita was installed with Tomcat bundle, so I'm not sure will there be any issue if Apache Tomcat was upgraded separately.

Is it ok if I upgrade Apache Tomcat without upgrading Bonita? Are there anything I need to concern after upgrading?

Thank you in advance.

When I start Portal the 404 page opens

When I start Portal for the first time, the 404 page appears with the below details:

HTTP Status 404 – Not Found

Type Status Report

Message The requested resource [/bonita/loginservice] is not available

Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.

Como puedo Comunicar Apache y Tomcat-Bonita con el conector AJP

Hola Como puede hacer para poder comunicar Apache y Tomcat Bonita con el conector AJP y habilitar el https solo de Apache

Notifications