Hi guys,
Trying to implement PHP-Java Bridge to implement utilize Birt reporting tools. I successfully installed and can run ApacheTomcat on Ubuntu Linux. (on port 8080). However, when I try to run the JavaBridge (http://localhost:8080/JavaBridge), I keep getting a series of exceptions, starting with the servlet:
(javax.servlet.ServletException: php.java.bridge.http.FCGIConnectException: Could not connect to server)The other alternative is to copy the JavaBridge directory to the webserver root (http://localhost/JavaBridge). That runs ok but with a lot of limitations). It simply can't do much. I'd highly appreciate any help on this. Or an alternative.