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
(1) |
8
(1) |
9
(4) |
10
(1) |
11
|
12
(2) |
13
(2) |
14
(1) |
15
(6) |
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
(3) |
30
(3) |
31
(1) |
From: <php...@li...> - 2011-12-31 12:33:42
|
Hi, > Can i know how to call the below JSP function in PHP. > Mainly this below line: > *configFile.load(application.getResourceAsStream("/WEB-INF/config.txt")); > * $application = java_context()->getServletContext(); $configFile = new java("java.util.Properties"); $configFile->load($application->getResourceAsStream("/WEB-INF/config.txt")); Please see our FAQ for details. |
From: <php...@li...> - 2011-12-30 13:15:14
|
Hi, ok. Can i know how to call the below JSP function in PHP. * * *Properties configFile = new Properties(); * * configFile.load(application.getResourceAsStream("/WEB-INF/config.txt")); * * * * * * // set properties* * e24PaymentPipe pipe = new e24PaymentPipe();* Mainly this below line: *configFile.load(application.getResourceAsStream("/WEB-INF/config.txt")); * Thanks and Regards, Rajasekar.R On Fri, Dec 30, 2011 at 6:31 PM, < php...@li...> wrote: > Hi, > please ask a php guru to help you to ioterpret the php error log. We > can't help you to debug your php code or -setup. > > Our php code runs fine w/ zend engine 2 and above (php 5.0.5 and > future versions). > > On 12/30/11, php...@li... > <php...@li...> wrote: > > Hi, > > > > I used PHP-Java bridge in PHP 5.1 and it works fine. > > > > When the PHP is updated to 5.2 PHP-Java bridge didnt work. After the line > > Java.inc included using require_once, the next line didnt executes i.e., > > some error occurred in Java.inc file, but works fine in PHP 5.1. > > > > Thanks for your support. > > > > Regards, > > Rajasekar > > > ------------------------------------------------------------------------------ > > Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex > > infrastructure or vast IT resources to deliver seamless, secure access to > > virtual desktops. With this all-in-one solution, easily deploy virtual > > desktops for less than the cost of PCs and save 60% on VDI infrastructure > > costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox > > _______________________________________________ > > php-java-bridge-users mailing list > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > > > > > ------------------------------------------------------------------------------ > Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex > infrastructure or vast IT resources to deliver seamless, secure access to > virtual desktops. With this all-in-one solution, easily deploy virtual > desktops for less than the cost of PCs and save 60% on VDI infrastructure > costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
From: <php...@li...> - 2011-12-30 13:01:25
|
Hi, please ask a php guru to help you to ioterpret the php error log. We can't help you to debug your php code or -setup. Our php code runs fine w/ zend engine 2 and above (php 5.0.5 and future versions). On 12/30/11, php...@li... <php...@li...> wrote: > Hi, > > I used PHP-Java bridge in PHP 5.1 and it works fine. > > When the PHP is updated to 5.2 PHP-Java bridge didnt work. After the line > Java.inc included using require_once, the next line didnt executes i.e., > some error occurred in Java.inc file, but works fine in PHP 5.1. > > Thanks for your support. > > Regards, > Rajasekar > ------------------------------------------------------------------------------ > Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex > infrastructure or vast IT resources to deliver seamless, secure access to > virtual desktops. With this all-in-one solution, easily deploy virtual > desktops for less than the cost of PCs and save 60% on VDI infrastructure > costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
From: <php...@li...> - 2011-12-30 04:43:27
|
Hi, I used PHP-Java bridge in PHP 5.1 and it works fine. When the PHP is updated to 5.2 PHP-Java bridge didnt work. After the line Java.inc included using require_once, the next line didnt executes i.e., some error occurred in Java.inc file, but works fine in PHP 5.1. Thanks for your support. Regards, Rajasekar |
From: <php...@li...> - 2011-12-29 22:18:08
|
I am out of the office until 01/03/2012. Note: This is an automated response to your message "Re: [Php-java-bridge-users] $_SERVER variable access" sent on 12/29/2011 3:45:42 PM. This is the only notification you will receive while this person is away. |
From: <php...@li...> - 2011-12-29 21:45:48
|
mod_auth is an apache-specific module. run your scripts from apache, pls. see our faq. or use the jee api to access tomcat's credentials. pls. see tomcat docs. |
From: <php...@li...> - 2011-12-29 16:36:52
|
Ok, to be more specific: when I call "error_log ("user: " & $_SERVER['PHP_AUTH_USER']);" I get the following error message: "PHP Notice: Undefined index: PHP_AUTH_USER in " This code works in PHP (e.g. after a basic authentication has been filled in, $_SERVER['PHP_AUTH_USER'] normally contains the username) Any ideas why this variable is not accesible? I'm using tomcat 7 and PHP 5.3.8 best, Bo van Weert 2011/12/15 <php...@li...> > > What I notice is that the php code can't access the $_SERVER variables > > Both, the Apache and the FastCGI SAPI (i.e. Apache Tomcat or any other > servlet engine) support it. > > ------------------------------------------------------------------------------ > 10 Tips for Better Server Consolidation > Server virtualization is being driven by many needs. > But none more important than the need to reduce IT complexity > while improving strategic productivity. Learn More! > http://www.accelacomm.com/jaw/sdnl/114/51507609/ > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
From: <php...@li...> - 2011-12-15 22:18:46
|
Hi, > JavaCodage2.jar (I unzipped the jar and found it under config/P12/DM.p12), > but apparently it doesn't look there. Sounds like a classloader issue. Please check w/ your application server vendor. Please see the getResource Java documentation for details. http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html#getResourceAsStream%28java.lang.String%29 |
From: <php...@li...> - 2011-12-15 22:14:19
|
> What I notice is that the php code can't access the $_SERVER variables Both, the Apache and the FastCGI SAPI (i.e. Apache Tomcat or any other servlet engine) support it. |
From: <php...@li...> - 2011-12-15 19:30:31
|
Hi, I've set up the bridge successfully and am able to ejecute php files from with a java app. What I notice is that the php code can't access the $_SERVER variables anymore. Is this correct? Is there anything I can do to activate it? This access is needed by the php execution. Thanks in advance. Best regards, Bo van Weert |
From: <php...@li...> - 2011-12-15 17:15:22
|
Just a quick reply: $lambda = function() { function q() {...} } binds q local to $lambda. If you wrap the include("java.inc"), all bindings should be local to that function. |
From: <php...@li...> - 2011-12-15 10:04:35
|
I am out of the office until 12/19/2011. Note: This is an automated response to your message "Re: [Php-java-bridge-users] Multiple Servlets" sent on 12/15/2011 3:32:56 AM. This is the only notification you will receive while this person is away. |
From: <php...@li...> - 2011-12-15 09:33:07
|
Hi Jost, I've tried to set it up, but without success so far. Sorry for maybe repeating the question, but I still find below issues unclear. > If you change these to use getter/setters, your problem is solved. Where should these getter/setters be defined? Within Java.inc - if yes then I have again the same problem of having different "environments" for different instances of bridge. > It's not static.The bindings are created in the current top-level > environment, not in the global environment. Since there is no specific namespace defined in Java.inc, how can we change/influence current "top-level environment" of Java.inc so that we can have two separate instances of client? I always stuck on this part because only of first call client is created and on subsequent calls existing one is returned. function *__javaproxy_Client_getClient*() { * static $client=null;* * if(!is_null($client)) return $client;* if (function_exists("java_create_client")) $client=java_create_client(); else { global $java_initialized; $client=new java_Client(); $java_initialized=true; } return $client; } btw. from what I understood, as far as you know, this hasn't been tried/tested so far? Kind Regards, Zvonimir 2011/12/12 <php...@li...> > Hi Zvonimir, > > The only problem are the three globals, JAVA_SERVLET, JAVA_HOSTS and a > global to prevent the shutdown function from running too early. > > If you change these to use getter/setters, your problem is solved. > > > > client that is returned is static variable > > It's not static.The bindings are created in the current top-level > environment, not in the global environment. > > > Regards, > Jost Bökemeier > > > ------------------------------------------------------------------------------ > Learn Windows Azure Live! Tuesday, Dec 13, 2011 > Microsoft is holding a special Learn Windows Azure training event for > developers. It will provide a great way to learn Windows Azure and what it > provides. You can attend the event by watching it streamed LIVE online. > Learn more at http://p.sf.net/sfu/ms-windowsazure > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
From: <php...@li...> - 2011-12-14 12:06:59
|
Hi, > at php.java.bridge.http.HttpResponse$1.write(HttpResponse.java:62) please see our FAQ entry "Do I need a Java Application Server or Servlet Engine?" and the beginning of the setup page: http://php-java-bridge.sourceforge.net/pjb/installation.php In other words: No support. Regards, Jost Bökemeier |
From: <php...@li...> - 2011-12-13 21:36:00
|
Hi, this is a simple question. I got the following error: *Fatal error*: Uncaught [[o:Exception]:"java.lang.Exception: Invoke failed: [[o:JavaCodage2]]->Encode((o:String)[o:String]). Cause: be.ehealth.technicalconnector.exception.TechnicalConnectorException: Invalid url to invalid resource: ./config/P12/DM.p12 file VM: 1.6.0_20@ http://java.sun.com/" at: #-20 sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) #-19 sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) #-18 sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) #-17 java.lang.reflect.Constructor.newInstance(Constructor.java:532) #-16 be.ehealth.technicalconnector.exception.ExceptionFactory.createException(ExceptionFactory.java:37) #-15 be.ehealth.technicalconnector.utils.IOUtils.getResourceAsString(IOUtils.java:206) #-14 be.ehealth.technicalconnector.service.sts.security.KeyStoreInfo.getKeystoreLoc(KeyStoreInfo.java:86) #-13 be.ehealth.technicalconnector.service.sts.security.KeyStoreInfo.<init>(KeyStoreInfo.java:68 in *http://localhost:8080/JavaBridge/java/Java.inc* on line *195* It looks for ./config/P12/DM.p12. The file is already in the JavaCodage2.jar (I unzipped the jar and found it under config/P12/DM.p12), but apparently it doesn't look there. Where do I have to put the config folder? Sincerely, Koen -- *Koen Thomeer*, MD, MSc http://koen.thomeer.be |
From: <php...@li...> - 2011-12-13 18:16:41
|
Guys/Gals, I am receiving the following errors in the JavaBridge.log. Dec 13 18:14:31 VMBridge ERROR: An exception occured: java.net.SocketException: Broken pipe java.net.SocketException: Broken pipe at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109) at java.net.SocketOutputStream.write(SocketOutputStream.java:153) at java.io.BufferedOutputStream.write(BufferedOutputStream.java:122) at php.java.bridge.http.HttpResponse$1.write(HttpResponse.java:62) at java.io.FilterOutputStream.write(FilterOutputStream.java:97) at php.java.bridge.JavaBridgeRunner.handleDoGet(JavaBridgeRunner.java:458) at php.java.bridge.JavaBridgeRunner.doGet(JavaBridgeRunner.java:419) at php.java.bridge.http.HttpServer.service(HttpServer.java:237) at php.java.bridge.http.HttpServer$Runner.run(HttpServer.java:161) at php.java.bridge.ThreadPool$Delegate.run(ThreadPool.java:60) Dec 13 18:14:32 VMBridge ERROR: An exception occured: java.net.SocketException: Broken pipe java.net.SocketException: Broken pipe at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109) at java.net.SocketOutputStream.write(SocketOutputStream.java:153) at java.io.BufferedOutputStream.write(BufferedOutputStream.java:122) at php.java.bridge.http.HttpResponse$1.write(HttpResponse.java:62) at java.io.FilterOutputStream.write(FilterOutputStream.java:97) at php.java.bridge.JavaBridgeRunner.handleDoGet(JavaBridgeRunner.java:458) at php.java.bridge.JavaBridgeRunner.doGet(JavaBridgeRunner.java:419) at php.java.bridge.http.HttpServer.service(HttpServer.java:237) at php.java.bridge.http.HttpServer$Runner.run(HttpServer.java:161) at php.java.bridge.ThreadPool$Delegate.run(ThreadPool.java:60) Both systems are hosted on the same box and are using loop back to communicate. I am using OpenJDK Runtime Environment (IcedTea6 1.6) and apache 2.2.8-1 on RHEL 5. Any assistance with this issue would be appreciated. Thanks! |
From: <php...@li...> - 2011-12-12 20:31:16
|
Hi Zvonimir, The only problem are the three globals, JAVA_SERVLET, JAVA_HOSTS and a global to prevent the shutdown function from running too early. If you change these to use getter/setters, your problem is solved. > client that is returned is static variable It's not static.The bindings are created in the current top-level environment, not in the global environment. Regards, Jost Bökemeier |
From: <php...@li...> - 2011-12-12 09:33:52
|
Hi, Sorry, maybe I do not understand exactly the idea you are suggesting. Yes, introduction of namespace for these constants would solve initial issue of having "variable" JAVA_SERVLET and JAVA_HOSTS within Java.inc. But, when java_context is called: function java_context() { $client=__javaproxy_Client_getClient(); return $client->getContext(); } it calls __javaproxy_Client_getClient function that returns current client: function __javaproxy_Client_getClient() { static $client=null; if(!is_null($client)) return $client; if (function_exists("java_create_client")) $client=java_create_client(); else { global $java_initialized; $client=new java_Client(); $java_initialized=true; } return $client; } client that is returned is static variable that it is created only once and reused in subsequent calls. So I think that further customizations of Java.inc are needed to remove static instances of objects. Or your suggestion for use of namespace is somehow broader and covers also this issue? Kind Regards, Zvonimir 2011/12/10 <php...@li...> > Hi, > > > Within Java.inc, constants JAVA_HOSTS and JAVA_SERVLET are used and then > > based on them servlet is retrieved > > PHP's define() ignores namespaces and creates bindings in a global scope. > > Please modify Java.inc so that it looks for those bindings in the > current namespace: > > namespace t1; > const JAVA_SERVLET=... > const JAVA_HOSTS=... > include "Java.inc"; > > should do what you want. > > > Regards, > Jost Bökemeier > > > ------------------------------------------------------------------------------ > Learn Windows Azure Live! Tuesday, Dec 13, 2011 > Microsoft is holding a special Learn Windows Azure training event for > developers. It will provide a great way to learn Windows Azure and what it > provides. You can attend the event by watching it streamed LIVE online. > Learn more at http://p.sf.net/sfu/ms-windowsazure > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
From: <php...@li...> - 2011-12-10 18:29:06
|
Hi, > Within Java.inc, constants JAVA_HOSTS and JAVA_SERVLET are used and then > based on them servlet is retrieved PHP's define() ignores namespaces and creates bindings in a global scope. Please modify Java.inc so that it looks for those bindings in the current namespace: namespace t1; const JAVA_SERVLET=... const JAVA_HOSTS=... include "Java.inc"; should do what you want. Regards, Jost Bökemeier |
From: <php...@li...> - 2011-12-09 15:22:01
|
thanks Brandon, what about simultaneos request? we can do it using standalone, right? |
From: <php...@li...> - 2011-12-09 14:46:35
|
You can use it in a production environment if you want. But if you want extra performance and stability, throw it on a Tomcat instance. It's too easy not to. -Brandon Kirsch http://perceptionilluminates.com On Fri, Dec 9, 2011 at 9:44 AM, <php...@li... > wrote: > Hi, > > I'm using this bridge in standalone mode, and it works very well, why > I can't use this mode in production environment? > does standalone mode support simultaneous request? > > - Walter > > > ------------------------------------------------------------------------------ > Cloud Services Checklist: Pricing and Packaging Optimization > This white paper is intended to serve as a reference, checklist and point > of > discussion for anyone considering optimizing the pricing and packaging > model > of a cloud services business. Read Now! > http://www.accelacomm.com/jaw/sfnl/114/51491232/ > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
From: <php...@li...> - 2011-12-09 14:44:29
|
Hi, I'm using this bridge in standalone mode, and it works very well, why I can't use this mode in production environment? does standalone mode support simultaneous request? - Walter |
From: <php...@li...> - 2011-12-09 08:05:07
|
Hi, Within Java.inc, constants JAVA_HOSTS and JAVA_SERVLET are used and then based on them servlet is retrieved e.g. <?php define("JAVA_HOSTS", "localhost:8080"); define("JAVA_SERVLET", "/MyWebApp/MyServlet"); require_once("java/Java.inc"); $servlet = java_context()->getServlet(); In our case we would need two different servlets based on two different JAVA_HOSTS and JAVA_SERVLET. As I see client variable within Java.inc is defined as static. Should we customize only Java.inc to fit our needs, or this can be solved differently? Kind regards, Zvonimir 2011/12/8 <php...@li...> > Hi, > > > We have a need to send requests from PHP to two different servlets > running > > on separate JBoss servers on separate machines. > > Is this supported with php/JAVA bridge? > > Yes. PHP can open multiple socket connections to different servers. > > > > If yes, how it should be configured? > > Not sure what you mean. You cannot "configure" the bridge; you give it a > HTTP connection to the back-end and it will use that connection. > > > Regards, > Jost Bökemeier > > ------------------------------------------------------------------------------ > Cloud Services Checklist: Pricing and Packaging Optimization > This white paper is intended to serve as a reference, checklist and point > of > discussion for anyone considering optimizing the pricing and packaging > model > of a cloud services business. Read Now! > http://www.accelacomm.com/jaw/sfnl/114/51491232/ > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
From: <php...@li...> - 2011-12-08 20:32:17
|
Hi, > We have a need to send requests from PHP to two different servlets running > on separate JBoss servers on separate machines. > Is this supported with php/JAVA bridge? Yes. PHP can open multiple socket connections to different servers. > If yes, how it should be configured? Not sure what you mean. You cannot "configure" the bridge; you give it a HTTP connection to the back-end and it will use that connection. Regards, Jost Bökemeier |
From: <php...@li...> - 2011-12-07 11:24:55
|
Hello, We have a need to send requests from PHP to two different servlets running on separate JBoss servers on separate machines. Is this supported with php/JAVA bridge? If yes, how it should be configured? Kind Regards, Zvonimir |