Is it possible to run java code with php/JavaBridge but without installing tomcat?
I'm using laravel framework.
Yes its possible you need tomcat or another webserver only if you need a servlet container. You can start the bridge without tomcat with the following command.
When you click on the link there is an example in the documentation.
#java -classpath JavaBridge.war TestInstallation