The PHP/Java Bridge is an implementation of a streaming, XML-based network protocol, which can be used to connect a native script engine, for example PHP, Scheme or Python, with a Java virtual machine.
2
votes
0answers
205 views
Java website on Tomcat PHP website on Apache - how to get PHP web pages into Java web pages?
We have a Java web application deployed on Tomcat. We also setup Apache and mod_proxy_ajp to route web requests (port 80/443) to Tomcat.
We would like to deploy a PHP application on the same Apache ...
1
vote
0answers
122 views
How to install tomcat and javabridge on cPanel server
is anybody installed tomcat and javabridge on cPanel server. if so please guide me I am struggling with some setup
skn
1
vote
0answers
131 views
Are there any dangers or drawbacks with running PHP inside Java/JSP engine (i.e PHP-Java bridge) such as Tomcat?
OS: Windows Server 2008 R2
Web Server: IIS 7.5
JSP Engine: Tomcat 5.5
PHP Engine: PHP 5.3
Note: IIS and JSP communicate using the Apache Tomcat Connector 1.5
Are there any dangers or drawbacks ...
1
vote
0answers
95 views
How can i increase Zend Java Bridge Log verbosity?
Is possible increase log verbosity using some directives within watchdog-jb.ini ?
I can enable file logging changing the value of this directive, from 0 to 1:
-Dzend.javamw.log=0
and adding this one:
...
1
vote
0answers
136 views
Derby doesn't work when using PHP-Java-Bridge, Why?
When I access derby through netbeans and log the results everything I get good data,
but when I do the exact same thing through PHP-Java Bridge I get no data.
In package:
com.m1sk.HelloBridge
...
0
votes
0answers
46 views
PHP-JAVA Bridge Not working in Spring Project
I am implementing ckeditor into my project which is created in spring and hibernate, in ckeditor I am implementing kcfinder Web file manager, for that i am installing php java bridge. I have copied ...
0
votes
0answers
127 views
The ireport exported document (PDF) is printed smaller than original size when printing using adobe acrobat and epson lx-310 dot matrix
I've develop a reporting application using iReport 5.2.0, PHP, Adobe Acrobat 9.0 Pro, and EPSON LX-310 Dot Matrix. The problem is the document(pdf) is printed smaller on paper than original size. How ...
0
votes
0answers
882 views
java.lang.OutOfMemoryError: PermGen space error, possible memory leak with Tomcat or PHP-Java Bridge?
OS: Windows Server 2008 R2 SP1
Web Server: IIS 7.5
JSP/Servlet Engine: Tomcat 5.5.28 (32-bit)
PHP: 5.4.14
Java: JRE SE 1.6.0_20 (32-bit)
Apache Isapi Connector hooks into Tomcat from IIS
PHP-Java ...
0
votes
0answers
37 views
javaclass does not work in PHP/JavaBridge
I have a PHP code like below:
private function fetchResult($statements, $parameters,$ipaddress){
require_once("D:\\javabridge\\java\\java.inc");
...
0
votes
0answers
105 views
PHP with PGSQL on Apache Tomcat 7
I need to execute a php file on apache tomcat server that needs to access postgresql database. The server is Centos Linux. I have apache tomcat 7 , php , postgresql and php-potgresql installed.
$ ...
0
votes
0answers
121 views
Java.inc File include Error in PHP
Hi I am using Java Bridge for connecting PHP through JAVA, i installed tomcat server and added java.inc file and i am including that file but i got error like this
Warning: ...
0
votes
0answers
75 views
PHP Java bridge with PDFbox
I want to use PDFbox with PHP/Java bridge, because the only other option after a lot of research involves XPDF and my host won't allow shell_exec(). I have managed to setup the PHP/Java bridge and I ...
0
votes
0answers
435 views
PHP/Java Bridge for Jasper Reports java.sql.SQLException
I try to use Jasper Reports via PHP/Java bridge
I use this sample:
https://github.com/tsuyu/jasper-report-php-integration
I do all instructions and more mentioned that sample. However I always get ...
0
votes
0answers
123 views
Including a JSP File in PHP-Java-Bridge
I'm trying to include a .jsp file from PHP, using PHP-Java-Bridge. I'm experienced in PHP, but new to Java.
If I just include it using java_virtual() it includes and displays correctly, unless the ...
0
votes
0answers
70 views
DNS resolution on Windows 2008 R2
Our admins provided us with a VM of Windows 2008 R2 on which we have installed Apache+PHP and Tomcat7. We also have dedicated MySQL server.
Testing Apache and Tomcat with a browser by typing ...