Hello, i have installed bonita server as the requirement to deploy project. My portal won’t be able to run after i installed the server. Suddenly this error “Tomcat Can’t be Launched” as seen in this link https://www.dropbox.com/s/gqww9ar6yls2zud/Capture%2011.PNG?dl=0 appeared after loading progress bar. I can’t continue my deploy process. Does anybody here have a solution of this? I’m afraid that i did a mistake while installing the bonita server. I would be very glad if someone able to show me the procedure of installing it. thank
Are you trying to install both Bonita Studio and a Tomcat bundle on the same computer?
Note that Bonita Studio run an embedded Tomcat for testing purpose. Listening ports of the embedded Tomcat and the Tomcat bundle might conflict.
I recommend to customize the listening ports of your Tomcat bundle.
To do so, locate the server.xml
file in server/conf
folder of your Tomcat bundle
Edit the file server.xml
and edit the port values 8080, 8005 and 8009 to different values (e.g. 9080, 9005, 9009).
Restart the Tomcat bundle, restart your Studio and error should be gone.