You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(6) |
Nov
(8) |
Dec
(2) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(19) |
Feb
(15) |
Mar
(10) |
Apr
(8) |
May
(7) |
Jun
(9) |
Jul
(13) |
Aug
(31) |
Sep
(111) |
Oct
(52) |
Nov
(72) |
Dec
(42) |
| 2006 |
Jan
(21) |
Feb
(32) |
Mar
(33) |
Apr
(24) |
May
(15) |
Jun
(40) |
Jul
(32) |
Aug
(19) |
Sep
(38) |
Oct
(37) |
Nov
(63) |
Dec
(37) |
| 2007 |
Jan
(18) |
Feb
(39) |
Mar
(69) |
Apr
(49) |
May
(71) |
Jun
(59) |
Jul
(71) |
Aug
(85) |
Sep
(46) |
Oct
(14) |
Nov
(25) |
Dec
(56) |
| 2008 |
Jan
(24) |
Feb
(77) |
Mar
(104) |
Apr
(44) |
May
(41) |
Jun
(11) |
Jul
(31) |
Aug
(59) |
Sep
(44) |
Oct
(86) |
Nov
(66) |
Dec
(93) |
| 2009 |
Jan
(88) |
Feb
(41) |
Mar
(49) |
Apr
(135) |
May
(22) |
Jun
(31) |
Jul
(60) |
Aug
(71) |
Sep
(76) |
Oct
(18) |
Nov
(52) |
Dec
(20) |
| 2010 |
Jan
(8) |
Feb
(50) |
Mar
(35) |
Apr
(48) |
May
(46) |
Jun
(84) |
Jul
(38) |
Aug
(61) |
Sep
(51) |
Oct
(31) |
Nov
(17) |
Dec
(18) |
| 2011 |
Jan
(51) |
Feb
(14) |
Mar
(17) |
Apr
(23) |
May
(15) |
Jun
(11) |
Jul
(5) |
Aug
(5) |
Sep
(15) |
Oct
(8) |
Nov
(5) |
Dec
(25) |
| 2012 |
Jan
(2) |
Feb
(4) |
Mar
(6) |
Apr
(9) |
May
(27) |
Jun
(32) |
Jul
(36) |
Aug
(10) |
Sep
(16) |
Oct
(3) |
Nov
(13) |
Dec
(7) |
| 2013 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(4) |
Oct
(2) |
Nov
(1) |
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
(2) |
Apr
(1) |
May
(2) |
Jun
(9) |
Jul
(5) |
Aug
(2) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
(3) |
Feb
(2) |
Mar
(4) |
Apr
(3) |
May
(1) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
(5) |
Oct
(1) |
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(5) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
(6) |
Feb
|
Mar
|
Apr
(10) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
| 2018 |
Jan
(2) |
Feb
(5) |
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
| 2021 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2023 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
|
1
(3) |
2
(2) |
|
3
(2) |
4
(7) |
5
(4) |
6
(1) |
7
|
8
|
9
|
|
10
(8) |
11
|
12
(2) |
13
(6) |
14
(5) |
15
(1) |
16
|
|
17
|
18
(3) |
19
(3) |
20
(3) |
21
(4) |
22
(2) |
23
(1) |
|
24
(2) |
25
(10) |
26
(4) |
27
|
28
(3) |
29
(1) |
|
|
From: <php...@li...> - 2008-02-12 23:11:43
|
I think I got it, but I am still having some trouble getting at my custom java classes.
Despite apache / tomcat being on the same server, it seems promiscuous needs to be on, as well as allow_url_include.
So now I can load the Java.inc via:
require_once("http://192.168.15.62:8080/JavaBridge/java/Java.inc");
But now, I cannot get java_require or java_autoload to get at my classes packaged within my web app.
Do I have to serve up the jar and reference it something like this?
java_require("http://localhost:8080/JavaBridge/myapp.jar");
As I understand it, simply using java_require("myapp.jar") should be able to resolve correctly, considering the context of the Java.inc being within the JavaBridge web app. In other words, if indeed the Java.inc is setup correctly within the JavaBridge web app, by just doing java_require("myapp.jar"), the PhpJavaServlet will be called upon to load up that class from within its local lib, no?
I am almost there!!
Thanks again,
~tim
Message: 8
Date: Tue, 12 Feb 2008 15:41:42 -0500
From: php...@li...
Subject: Re: [Php-java-bridge-users] bridge setup - missing something
To: <php...@li...>
Message-ID: <4BE...@EV...>
Content-Type: text/plain; charset="iso-8859-1"
Hi Jost,
I see the need for JavaBridge.jar and php-servlet.jar (which includes the PhpJavaServlet). I see how it is an example web app, that happens to include the required modules for apache <--> tomcat, as well as a couple of handy files such as test.php.
My JavaBridge.war deployment loads fine, and I can access test.php, as well as settings.php. The JSP's load fine too. The test.php in particular loads, and has all of the java system properties, as well as the "PHP says that Java says: hello PHP from Java!" and php_java_bridge_Util::type()->VERSION
produces 5.0.0 too.
This suggests that it is working fine on Tomcat - however...
The following test.php on apache:
<?php
require_once("http://127.0.0.1:8080/JavaBridge/java/Java.inc");
$System = java("java.lang.System");
echo $System->getProperties();
?>
produces nothing in the page, and::
PHP Warning: require_once(http://127.0.0.1:8080/JavaBridge/java/Java.inc) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: no suitable wrapper could be found in C:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdocs\\test.php on line 2
in the apache error logs.
I am sure I am missing an apache setting, but I have been unable to figure out what.
Please help, thanks so much, and sorry for bothering you with this crap.
~tim
|
|
From: <php...@li...> - 2008-02-12 20:42:04
|
Hi Jost,
I see the need for JavaBridge.jar and php-servlet.jar (which includes the PhpJavaServlet). I see how it is an example web app, that happens to include the required modules for apache <--> tomcat, as well as a couple of handy files such as test.php.
My JavaBridge.war deployment loads fine, and I can access test.php, as well as settings.php. The JSP's load fine too. The test.php in particular loads, and has all of the java system properties, as well as the "PHP says that Java says: hello PHP from Java!" and php_java_bridge_Util::type()->VERSION
produces 5.0.0 too.
This suggests that it is working fine on Tomcat - however...
The following test.php on apache:
<?php
require_once("http://127.0.0.1:8080/JavaBridge/java/Java.inc");
$System = java("java.lang.System");
echo $System->getProperties();
?>
produces nothing in the page, and::
PHP Warning: require_once(http://127.0.0.1:8080/JavaBridge/java/Java.inc) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: no suitable wrapper could be found in C:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdocs\\test.php on line 2
in the apache error logs.
I am sure I am missing an apache setting, but I have been unable to figure out what.
Please help, thanks so much, and sorry for bothering you with this crap.
~tim
------------------------------
Message: 8
Date: Wed, 6 Feb 2008 12:03:44 +0100 (CET)
From: php...@li...
Subject: Re: [Php-java-bridge-users] bridge setup - missing something
To: php...@li...
Message-ID: <377...@we...>
Content-Type: text/plain; charset=iso-8859-1
Hi,
> I am trying to connect my php front-end to my web application in the tomcat backend.
all you need is the PhpJavaServlet in the back end and, if you don't want to call
the back end trough raw PHP fread/fwrite calls, the Java.inc (you can fetch the
Java.inc from the Servlet, or store it locally).
> myBackendApp.war", and that the example uses the
> JavaBridge.jar
It needs JavaBridge.jar and php-servlet.jar and the web.xml which declares the servlet stored
in php-servlet.jar.
You can use the JavaBridge.war as a template; JavaBridge.war is actually just a sample web archive
which contains some PHP examples.
> I will not need any deployed JavaBridge.war
> in order to communicate via the apache php and the tomcat java
Right. Just rename JavaBridge.war to foo.war and change your apache PHP script to
require_once ("http://localhost:8080/foo/java/Java.inc");
:)
> Building this particular backend war requires quite a bit of effort
Just rename JavaBridge.war to myBackendApp.war, add the libraries and/or PHP files you need
to the myBackendApp.war zip archive and you're done.
Note that the Java files are distributed under the MIT License, so you can do whatever you want
with that code.
Regards,
Jost Boekemeier
Lesen Sie Ihre E-Mails jetzt einfach von unterwegs.
www.yahoo.de/go
|