|
From: <php...@li...> - 2012-06-05 15:01:46
|
Thanks for the great details in your request for help.
Tomcat6 works, PHP Java bridge works, but Tomcat5 doesn't seem to work.
And it's 100% custom code.
I think you've got the wrong mailing list.
Thanks,
Brandon
On Tue, Jun 5, 2012 at 1:29 AM, <php...@li...
> wrote:
> Hi,
>
> I have installed Java/PHP bridge on CentOS 6.0 and Tomcat6. Successfully
> and also run my custom class very successfully without any problem.
>
> Now I have new environment with Fedora Release 7 and Tomcat 5. I have
> installed Java/PHP bridge on it successfully. When I test following code
>
> <?php
> require_once("http://localhost:8080/KPG/java/Java.inc");
> echo java("java.lang.System")->getProperties();
> ?>
>
> It works perfectly. But when I run my custom class, it did not works. The
> custom class which is working very good in CentOS 6.0 with Tomcat6. I am
> not understanding what can be the problem and how can solve it. Any help on
> this will be very appriciate.
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> php-java-bridge-users mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
>
|