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
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
(3) |
14
|
15
(1) |
16
(1) |
17
|
18
|
19
|
20
|
21
(2) |
22
(1) |
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
|
From: <php...@li...> - 2011-10-22 13:00:35
|
Hi, if you forward all requests to the Tomcat back-end, the context you've setup in Apache is lost. Run you PHP scripts from Apache and use the PHP/Java Bridge protocol to access the Tomcat back-end. Please see http://php-java-bridge.sourceforge.net/pjb/ Regards, Jost Bökemeier |
From: <php...@li...> - 2011-10-21 21:16:02
|
I am out of the office until 10/24/2011. I will be out of the office until June 6. I will respond to your message when I return. Note: This is an automated response to your message "[Php-java-bridge-users] Apache -> Tomcat: SSL_CLIENT_CERT in bridged php?" sent on 10/21/2011 2:57:56 PM. This is the only notification you will receive while this person is away. |
From: <php...@li...> - 2011-10-21 20:15:25
|
I have an Apache server connected with a secure https connection which is interfaced to a Tomcat server with: ProxyPass / ajp://x.x.x.x:8009/ ProxyPassReverse / ajp://x.x.x.x:8009/ I've enabled SSLOptions +ExportCertData and +StdEnvVars in Apache. I've setup the php/Java bridge to run .php files under Tomcat. That works but unfortunately the $_SERVER['SSL_CLIENT_CERT'] isn't getting filled in my php code running under the Bridge. While staying the the bridged php environment, how can I get the SSL_CLIENT_CERT information? Regards, Rob |
From: <php...@li...> - 2011-10-16 01:45:33
|
Thanks Jost...exactly what I was looking for... Thanks, Tony On Sat, Oct 15, 2011 at 9:21 AM, < php...@li...> wrote: > Hi, > > => > > http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html#JDBC_Data_Sources > > BTW: Our JNDI example at > > http://php-java-bridge.sourceforge.net/pjb/examples/source.php?source=documentClient.phpuses > an obsolete syntax. > > Instead of javax_naming_InitialContext it should be > javax\naming\InitialContext (php >=5.3) or > java("javax.naming.InitialContext")->($serverArgs) (php4) > > > Regards, > Jost Bökemeier > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2d-oct > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
From: <php...@li...> - 2011-10-15 13:22:00
|
Hi, => http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html#JDBC_Data_Sources BTW: Our JNDI example at http://php-java-bridge.sourceforge.net/pjb/examples/source.php?source=documentClient.phpuses an obsolete syntax. Instead of javax_naming_InitialContext it should be javax\naming\InitialContext (php >=5.3) or java("javax.naming.InitialContext")->($serverArgs) (php4) Regards, Jost Bökemeier |
From: <php...@li...> - 2011-10-13 15:03:54
|
Thanks Brandon for the quick response! I should have provided more details...I am using yet another open source java component for which I need to leverage its core functionality. However the component requires jdbc connection information to initialize. It is this component's functionality that I really need to access from PHP. I don't know, nor concerned how it is performing its work...I am interested in its results but want it to be efficient. I am wanting to know the rules for working with the PHP-JAVA bridge component when the java code to be called will have reusable resources like opening files or jdbc connections. Thanks, Tony On Thu, Oct 13, 2011 at 10:51 AM, < php...@li...> wrote: > Hi Tony, > Using the Java Bridge as a JDBC wrapper incurs a fair amount of > technical overhead to your project. If at all possible, I would > encourage you to first look for a suitable ODBC driver so that way you > can natively access the driver within PHP. > > But if JDBC is your only option, it can be done. I've used the bridge > on a Linux host to connect to SQL Server by JDBC and everything seemed > to work OK. I did not go much further than executing some queries and > iterating result sets, but it worked pretty quickly on an idle dev > server. > > As far as your connection questions go: You can explicitly shut down > any open database connections by calling the close() method on the > JDBC driver. But I have no idea if you can keep a persistent > connection open across multiple PHP script executions.. Like I said, I > was mostly playing around just to see what could be done. It was very > quick, but I don't know how well it performs under load. > > Good luck! > > Brandon Kirsch > bra...@gm... > http://perceptionilluminates.com > > > On Thu, Oct 13, 2011 at 10:27 AM, > <php...@li...> wrote: > > Hi... > > > > Can someone provide me some advise on best practices for the use of jdbc > > connection resources in the hosted JVM. > > > > I want to call java code that performs jdbc from a php-developed web > > application. I am concerned about the JVM not > > releasing connections. Also, is it practical (or possible) to keep jdbc > > connections open during php sessions? Is this advised? > > > > Thanks, > > Tony > > > ------------------------------------------------------------------------------ > > All the data continuously generated in your IT infrastructure contains a > > definitive record of customers, application performance, security > > threats, fraudulent activity and more. Splunk takes this data and makes > > sense of it. Business sense. IT sense. Common sense. > > http://p.sf.net/sfu/splunk-d2d-oct > > _______________________________________________ > > php-java-bridge-users mailing list > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > > > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2d-oct > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
From: <php...@li...> - 2011-10-13 14:51:37
|
Hi Tony, Using the Java Bridge as a JDBC wrapper incurs a fair amount of technical overhead to your project. If at all possible, I would encourage you to first look for a suitable ODBC driver so that way you can natively access the driver within PHP. But if JDBC is your only option, it can be done. I've used the bridge on a Linux host to connect to SQL Server by JDBC and everything seemed to work OK. I did not go much further than executing some queries and iterating result sets, but it worked pretty quickly on an idle dev server. As far as your connection questions go: You can explicitly shut down any open database connections by calling the close() method on the JDBC driver. But I have no idea if you can keep a persistent connection open across multiple PHP script executions.. Like I said, I was mostly playing around just to see what could be done. It was very quick, but I don't know how well it performs under load. Good luck! Brandon Kirsch bra...@gm... http://perceptionilluminates.com On Thu, Oct 13, 2011 at 10:27 AM, <php...@li...> wrote: > Hi... > > Can someone provide me some advise on best practices for the use of jdbc > connection resources in the hosted JVM. > > I want to call java code that performs jdbc from a php-developed web > application. I am concerned about the JVM not > releasing connections. Also, is it practical (or possible) to keep jdbc > connections open during php sessions? Is this advised? > > Thanks, > Tony > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2d-oct > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
From: <php...@li...> - 2011-10-13 14:27:20
|
Hi... Can someone provide me some advise on best practices for the use of jdbc connection resources in the hosted JVM. I want to call java code that performs jdbc from a php-developed web application. I am concerned about the JVM not releasing connections. Also, is it practical (or possible) to keep jdbc connections open during php sessions? Is this advised? Thanks, Tony |