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-04 21:43:36
|
Hi Jost, Thanks for the reply, and sorry for my lack of clarity. > I need to confirm a call to com.dang through Tomcat:8080 without requiring local apache php > load. I am trying to connect my php front-end to my web application in the tomcat backend. I see from the INSTALL.J2EE that I must deploy my "myBackendApp.war", but that the example uses the JavaBridge.jar. I see that I must edit my Java.inc target to reflect this new web context, ie http://127.0.0.1:8080/myBackendApp. Am I to understand that all that is required is the Java.inc in order to access myBackendApp, and that I will not need any deployed JavaBridge.war in order to communicate via the apache php and the tomcat java? Building this particular backend war requires quite a bit of effort, but in addition - much of it includes production-ready deployment scripts, so knowing whether or not I must integrate the JavaBridge into deployment is very important. Thank you for all of your hard work and time, I shall be sure to try and answer some of the posts on the threads as I become more familiar / confident with the package. Thanks again, ~tim |
|
From: <php...@li...> - 2008-02-04 13:45:27
|
Hi,
> 1.) We already have JDK 1.4.2 at /usr/local/. Does this mean we already have java running or
> that php has java support?
Yes. Just type /usr/local/java -jar JavaBridge.jar SERVLET:somePort 3 logfile.log to enable PHP
Java support.
> 2.) If we were to use php-java-brdige, will it meet our gateway provider's requirement of having
> PHP with java support? Basically, the shopping cart is a php/mysql thing, so the php application
> needs to call certain .jar files relevant to the payment gateway.
The bridge uses fopen(somePort) and PHP fread/fwrite to communicate with Java. Please see the
README for details.
> 3.) If we install php-java-bridge, can we remove the jdk
If you keep the JRE or some other free "Java" like technology (e.g.: gcj), yes.
Regards,
Jost Boekemeier
Machen Sie Yahoo! zu Ihrer Startseite. Los geht's:
http://de.yahoo.com/set
|
|
From: <php...@li...> - 2008-02-04 10:23:38
|
Hi, For integrating a payment gateway for our web site, our org has been asked to configure PHP with java support. We thought of using WHM's (we use a cPanel linux server running CentOS) EasyApache to rebuild Apache and PHP with Java, but when we clicked on the 'More info' link next to Java in EasyApache, it took us to the following page: http://www.php.net/manual/en/ref.java.php Unfortunately, the page also warns that the php extension is unstable and may be given up in future php versions. The comments on that page then point to php-java bridge and recommend it highly: http://php-java-bridge.sourceforge.net/pjb/ Our questions are: 1.) We already have JDK 1.4.2 at /usr/local/. Does this mean we already have java running or that php has java support? 2.) If we were to use php-java-brdige, will it meet our gateway provider's requirement of having PHP with java support? Basically, the shopping cart is a php/mysql thing, so the php application needs to call certain .jar files relevant to the payment gateway. 3.) If we install php-java-bridge, can we remove the jdk We are running a VPS (Virtuozzo on 64-bit kernel), but we don't have a great IT team to support us as we are an org, so I am hoping someone here could guide us about the Java support. Thanks in advance, Ramdak --------------------------------- Looking for last minute shopping deals? Find them fast with Yahoo! Search. |
|
From: <php...@li...> - 2008-02-04 09:51:11
|
Sorry..Am a newbie runner and have another question to cut my time short!
Where shall I copy my own JARs that will be loaded using "java_autoload()"?
What kind of path definition needs to be given in this function call? Can
you give me or point me to some examples?
regds,
Bharti
On Feb 4, 2008 2:53 PM, Bharti Batra <bha...@gm...> wrote:
> Thanx a ton! It works for me!
>
> regds,
> Bharti
>
>
> On Feb 4, 2008 2:49 PM, <php...@li...>
> wrote:
>
> > Hi
> >
> > > require_once("http://localhost/JavaBridge/java/Java.inc");
> >
> > the port number is missing. It should be:
> >
> > require_once("http://localhost:8080/JavaBridge/java/Java.inc");
> >
> > or simply
> >
> > require_once ("java/Java.inc");
> >
> >
> > Please re-read the README for details.
> >
> >
> > Regards,
> > Jost Boekemeier
> >
> >
> >
> > Lesen Sie Ihre E-Mails jetzt einfach von unterwegs.
> > www.yahoo.de/go
> >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________
> > php-java-bridge-users mailing list
> > php...@li...
> > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
> >
>
>
|
|
From: <php...@li...> - 2008-02-04 09:23:44
|
Thanx a ton! It works for me!
regds,
Bharti
On Feb 4, 2008 2:49 PM, <php...@li...> wrote:
> Hi
>
> > require_once("http://localhost/JavaBridge/java/Java.inc");
>
> the port number is missing. It should be:
>
> require_once("http://localhost:8080/JavaBridge/java/Java.inc");
>
> or simply
>
> require_once ("java/Java.inc");
>
>
> Please re-read the README for details.
>
>
> Regards,
> Jost Boekemeier
>
>
>
> Lesen Sie Ihre E-Mails jetzt einfach von unterwegs.
> www.yahoo.de/go
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> php-java-bridge-users mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
>
|
|
From: <php...@li...> - 2008-02-04 09:19:13
|
Hi
> require_once("http://localhost/JavaBridge/java/Java.inc");
the port number is missing. It should be:
require_once("http://localhost:8080/JavaBridge/java/Java.inc");
or simply
require_once ("java/Java.inc");
Please re-read the README for details.
Regards,
Jost Boekemeier
Lesen Sie Ihre E-Mails jetzt einfach von unterwegs.
www.yahoo.de/go
|
|
From: <php...@li...> - 2008-02-04 06:37:33
|
Thanx Jost for your reply.
I have disabled mod_jk and enabled mod_proxy as per your suggestion, but th=
e
problem is still the same. If I put test123.php under JavaBridge, it works
fine. But whereas if I put test123.php under Apache DocumentRoot, it still
gives me the same error. The code I am trying to execute in test123.php is
following:
<?php
if(!extension_loaded("java"))
require_once("http://localhost/JavaBridge/java/Java.inc");
$s =3D new Java("java.lang.String", "hello");
phpinfo();
?>
I am able to access http://localhost/JavaBridge and execute PHP scripts
under this app.
Is my desired setup configuration i.e. PHP scripts on Apache htdocs and
JavaClasses on Tomcat correct? What are the better alternatives to this
setup?
regds,
Bharti
On Feb 4, 2008 1:38 AM, <php...@li...> wrote=
:
> Hi,
>
> >using mod_jk connectors
>
> you must forward *all* requests to the back end or none. Please consult
> the mod_jk dokumentation
> for details.
>
> However, mod_jk is slow and very difficult to set up. A much better
> approach is to use mod_rewrite
> or mod_proxy. Example httpd.conf:
>
> ProxyPass /JavaBridge balancer://mycluster maxattempts=3D3
> <Proxy balancer://mycluster>
> BalancerMember http://diego:8080/JavaBridge
> BalancerMember http://carlos:8080/JavaBridge
> BalancerMember http://localhost:8080/JavaBridge
> </Proxy>
>
>
>
> Regards,
> Jost Boekemeier
>
>
> Heute schon einen Blick in die Zukunft von E-Mails wagen? Versuchen
> Sie=B4s mit dem neuen Yahoo! Mail. www.yahoo.de/mail
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> php-java-bridge-users mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
>
|