|
From: <php...@li...> - 2008-07-22 20:05:27
|
Hi, I was able to install the PHP Java Bridge (version 3.2.1) a couple of years ago in a Linux environment successfully. Now, I must repeat the experience but on a Windows machine running IIS 6 (I have no choice). The PHP Bridge seems to have change a lot since version 3.2.1 and now I'm unable to make it work anymore. Is it because the PHP Java Bridge does not work on that platform? I was unable to make it work following tutorial : http://www.dsl.uow.edu.au/~sk33/pjb_iis5.htm . The files in the current version of the bridge does not match the files described in the tutorial. All I'll need to accomplish is to call a java function located in a jar file. That's it. In order to perform that, do I need to install a Java App Server (Tomcat or other)? Both INSTALL.J2SE and INSTALL.J2EE seems to required a Java App Server to work. Is there somewhere a tutorial that explain how to do this for IIS 6? Best regards, --Sebastien Roy |
|
From: <php...@li...> - 2008-07-22 20:12:17
|
I had the same issues when I first started with the bridge. What worked for me was removing everything in my php.ini file that has to do with any bridge module, installing Tomcat, and following the instructions in INSTALL.J2EE --Nathan Shaskin Web Programmer Compliance Publishing --- On Tue, 7/22/08, php...@li... <php...@li...> wrote: > From: php...@li... <php...@li...> > Subject: [Php-java-bridge-users] Installation of the PHP Bridge on IIS 6 > To: php...@li... > Date: Tuesday, July 22, 2008, 3:05 PM > Hi, > > I was able to install the PHP Java Bridge (version 3.2.1) a > couple of > years ago in a Linux environment successfully. Now, I must > repeat the > experience but on a Windows machine running IIS 6 (I have > no choice). > The PHP Bridge seems to have change a lot since version > 3.2.1 and now > I'm unable to make it work anymore. Is it because the > PHP Java Bridge > does not work on that platform? I was unable to make it > work following > tutorial : http://www.dsl.uow.edu.au/~sk33/pjb_iis5.htm . > The files in > the current version of the bridge does not match the files > described in > the tutorial. > > All I'll need to accomplish is to call a java function > located in a jar > file. That's it. In order to perform that, do I need to > install a Java > App Server (Tomcat or other)? Both INSTALL.J2SE and > INSTALL.J2EE seems > to required a Java App Server to work. > > Is there somewhere a tutorial that explain how to do this > for IIS 6? > > Best regards, > > --Sebastien > Roy------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move > Developer's challenge > Build the coolest Linux based applications with Moblin SDK > & win great prizes > Grand prize is a trip for two to an Open Source event > anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
|
From: <php...@li...> - 2008-07-22 20:18:20
|
Hi, Thanks for the quick answer. So this mean that I must absolutely have a Tomcat running in order to use the PHP Java Bridge, they is no way for me to perform a call to a method inside a jar file without an App server? Regards, --Sebastien php...@li... wrote: > I had the same issues when I first started with the bridge. What worked for me was removing everything in my php.ini file that has to do with any bridge module, installing Tomcat, and following the instructions in INSTALL.J2EE > > > --Nathan Shaskin > Web Programmer > Compliance Publishing > > --- On Tue, 7/22/08, php...@li... <php...@li...> wrote: > > >> From: php...@li... <php...@li...> >> Subject: [Php-java-bridge-users] Installation of the PHP Bridge on IIS 6 >> To: php...@li... >> Date: Tuesday, July 22, 2008, 3:05 PM >> Hi, >> >> I was able to install the PHP Java Bridge (version 3.2.1) a >> couple of >> years ago in a Linux environment successfully. Now, I must >> repeat the >> experience but on a Windows machine running IIS 6 (I have >> no choice). >> The PHP Bridge seems to have change a lot since version >> 3.2.1 and now >> I'm unable to make it work anymore. Is it because the >> PHP Java Bridge >> does not work on that platform? I was unable to make it >> work following >> tutorial : http://www.dsl.uow.edu.au/~sk33/pjb_iis5.htm . >> The files in >> the current version of the bridge does not match the files >> described in >> the tutorial. >> >> All I'll need to accomplish is to call a java function >> located in a jar >> file. That's it. In order to perform that, do I need to >> install a Java >> App Server (Tomcat or other)? Both INSTALL.J2SE and >> INSTALL.J2EE seems >> to required a Java App Server to work. >> >> Is there somewhere a tutorial that explain how to do this >> for IIS 6? >> >> Best regards, >> >> --Sebastien >> Roy------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move >> Developer's challenge >> Build the coolest Linux based applications with Moblin SDK >> & win great prizes >> Grand prize is a trip for two to an Open Source event >> anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________ >> php-java-bridge-users mailing list >> php...@li... >> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users >> > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > > |
|
From: <php...@li...> - 2008-07-22 20:31:40
|
No, there apparently are other ways. I cannot help you with them for I know only what I've worked with. I'm sure someone else (Jost for sure) would know. However, the Tomcat setup was the easiest way I came across. Tomcat is pretty simple to install. --Nathan Shaskin Web Programmer Compliance Publishing --- On Tue, 7/22/08, php...@li... <php...@li...> wrote: > From: php...@li... <php...@li...> > Subject: Re: [Php-java-bridge-users] Installation of the PHP Bridge on IIS 6 > To: php...@li... > Date: Tuesday, July 22, 2008, 3:18 PM > Hi, > > Thanks for the quick answer. So this mean that I must > absolutely have a > Tomcat running in order to use the PHP Java Bridge, they is > no way for > me to perform a call to a method inside a jar file without > an App server? > > Regards, > > --Sebastien > > > php...@li... wrote: > > I had the same issues when I first started with the > bridge. What worked for me was removing everything in my > php.ini file that has to do with any bridge module, > installing Tomcat, and following the instructions in > INSTALL.J2EE > > > > > > --Nathan Shaskin > > Web Programmer > > Compliance Publishing > > > > --- On Tue, 7/22/08, > php...@li... > <php...@li...> wrote: > > > > > >> From: php...@li... > <php...@li...> > >> Subject: [Php-java-bridge-users] Installation of > the PHP Bridge on IIS 6 > >> To: php...@li... > >> Date: Tuesday, July 22, 2008, 3:05 PM > >> Hi, > >> > >> I was able to install the PHP Java Bridge (version > 3.2.1) a > >> couple of > >> years ago in a Linux environment successfully. > Now, I must > >> repeat the > >> experience but on a Windows machine running IIS 6 > (I have > >> no choice). > >> The PHP Bridge seems to have change a lot since > version > >> 3.2.1 and now > >> I'm unable to make it work anymore. Is it > because the > >> PHP Java Bridge > >> does not work on that platform? I was unable to > make it > >> work following > >> tutorial : > http://www.dsl.uow.edu.au/~sk33/pjb_iis5.htm . > >> The files in > >> the current version of the bridge does not match > the files > >> described in > >> the tutorial. > >> > >> All I'll need to accomplish is to call a java > function > >> located in a jar > >> file. That's it. In order to perform that, do > I need to > >> install a Java > >> App Server (Tomcat or other)? Both INSTALL.J2SE > and > >> INSTALL.J2EE seems > >> to required a Java App Server to work. > >> > >> Is there somewhere a tutorial that explain how to > do this > >> for IIS 6? > >> > >> Best regards, > >> > >> --Sebastien > >> > Roy------------------------------------------------------------------------- > >> This SF.Net email is sponsored by the Moblin Your > Move > >> Developer's challenge > >> Build the coolest Linux based applications with > Moblin SDK > >> & win great prizes > >> Grand prize is a trip for two to an Open Source > event > >> anywhere in the world > >> > http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________ > >> php-java-bridge-users mailing list > >> php...@li... > >> > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > >> > > > > > > > > > > > ------------------------------------------------------------------------- > > This SF.Net email is sponsored by the Moblin Your Move > Developer's challenge > > Build the coolest Linux based applications with Moblin > SDK & win great prizes > > Grand prize is a trip for two to an Open Source event > anywhere in the world > > > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > _______________________________________________ > > php-java-bridge-users mailing list > > php...@li... > > > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > > > >------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move > Developer's challenge > Build the coolest Linux based applications with Moblin SDK > & win great prizes > Grand prize is a trip for two to an Open Source event > anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |