Tomcat bundle in Linux

Hi
I’ve downloaded and extracted the BonitaBPMCommunity-7.2.0-Tomcat-7.0.67 to my Linux server /opt/BonitaBPM.
When I run the startup.sh and then enter this address myServerIP:80 in a browser the tomcat test page appears: Apache 2 Test Page powered by CentOS, which means Tomcat is working.
But when I enter this address : myServerIP:80/bonita I get this error:

Not Found
The requested URL /bonita was not found on this server.
Apache/2.2.15 (CentOS) Server at 192.168.190.128 Port 80

Does anyone know the reason and the solution?
Thank you in advance

Hi,

The reason is that you access to your Apache2 server and not the Tomcat.
Please use myServerIP:8080/bonita instead like described into http://documentation.bonitasoft.com/first-steps-after-setup-1#check

Regards,

Jérémy

Thank you Jeremy
When I use myServiIP:8080 the Tomcat page is opened which means that Tomcat is working, but when I use this address: myServerIP:8080/bonita nothing happens and the page keeps waiting and finally shows this error message : 500 Can’t retrieve default tenant id
Do you know what the problem may be?
Thank you

Hi,

Did you modify some configuration before the startup?
Could you please check more details into the logs directory?
Especially bonita.YYYY-MM-DD.log and catalina.out