|
From: <php...@li...> - 2009-06-12 20:05:26
|
I've followed the posted instructions and I have Tomcat running. When I deploy the JavaBridge.war servlet and go to localhost:8080/JavaBridge I get "Servlet PhpCGIServlet is not available". What am I doing wrong? Thanks |
|
From: <php...@li...> - 2009-06-13 08:12:03
|
Hi, Please either use Microsoft IIS/PHP or Apache/PHP as the PHP front end or please see our FAQ how to run php fastcgi within a security restricted servlet/jee container. Regards, Jost Boekemeier 12. Jun 2009 10:06 nachm. schrieb am < php...@li...>: I've followed the posted instructions and I have Tomcat running. When I deploy the JavaBridge.war servlet and go to localhost:8080/JavaBridge I get "Servlet PhpCGIServlet is not available". What am I doing wrong? Thanks ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
|
From: <php...@li...> - 2009-06-13 16:58:53
|
I'm using Apache/PHP, but I haven't even got that far yet; the example PHP code just displays the error from Tomcat, so I think I'm stuck on the deployment stage. Previously, the standalone/debug web server was being used but I got the impression this was not a good permanent solution. On Sat, Jun 13, 2009 at 1:11 AM, <php...@li...> wrote: > Hi, > > Please either use Microsoft IIS/PHP or Apache/PHP as the PHP front end or > please see our FAQ how to run php fastcgi within a security restricted > servlet/jee container. > > Regards, > Jost Boekemeier > > 12. Jun 2009 10:06 nachm. schrieb am < > php...@li...>: > > I've followed the posted instructions and I have Tomcat running. When > I deploy the JavaBridge.war servlet and go to > localhost:8080/JavaBridge I get "Servlet PhpCGIServlet is not > available". > > What am I doing wrong? > > Thanks > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
|
From: <php...@li...> - 2009-06-13 17:07:46
|
Hi, >I'm using Apache/PHP, You won't get this error in this case. > the example PHP code just displays the error > from Tomcat I don't understand. Which error message do you get from the PhpJavaServlet? Regards, Jost Boekemeier 13. Jun 2009 6:59 nachm. schrieb am < php...@li...>: I'm using Apache/PHP, but I haven't even got that far yet; the example PHP code just displays the error from Tomcat, so I think I'm stuck on the deployment stage. Previously, the standalone/debug web server was being used but I got the impression this was not a good permanent solution. On Sat, Jun 13, 2009 at 1:11 AM, < php...@li...> wrote: > Hi, > > Ple... |
|
From: <php...@li...> - 2009-06-15 23:25:54
|
Perhaps I'm doing this entirely wrong, so I'll explain exactly what I can perceive. I have apache running with PHP (port 80), and installed Tomcat running as a different service (port 8080). I add the JavaBridge.war file to the autodeployment folder, navigate to localhost:8080/JavaBridge, and it gives me the error about PhpCgiServlet. I don't have access to the computer running it at this moment, otherwise I would copy and paste the exact error. If I include http://localhost:8080/JavaBridge/java/Java.inc from PHP, that works, but as soon as I do anything (for example, running the example PHP scripts) it tells me the Java http server had an error and shows the 500 error Tomcat threw (same as when I go to localhost:8080/JavaBridge directly) Thanks On Sat, Jun 13, 2009 at 5:07 PM, <php...@li...> wrote: > Hi, > >>I'm using Apache/PHP, > > You won't get this error in this case. > >> the example PHP code just displays the error >> from Tomcat > > I don't understand. Which error message do you get from the PhpJavaServlet? > > Regards, > Jost Boekemeier > > 13. Jun 2009 6:59 nachm. schrieb am < > php...@li...>: > > I'm using Apache/PHP, but I haven't even got that far yet; the example > PHP code just displays the error from Tomcat, so I think I'm stuck on > the deployment stage. > > Previously, the standalone/debug web server was being used but I got > the impression this was not a good permanent solution. > > On Sat, Jun 13, 2009 at 1:11 AM, < > php...@li...> wrote: > Hi, > > Ple... > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
|
From: <php...@li...> - 2009-06-16 07:28:02
|
Hi, > and installed Tomcat running as a different service Have you downloaded/installed tomcat from http://tomcat.apache.org or do you use something else? If your tomcat cannot run standard java webapps, then there is something wrong with tomcat or your OS. > Perhaps I'm doing this entirely wrong Not entirely, no. I think you use Debian which -- how should I say it? -- packages/views sometimes conflict with the reality. :) If you install Debian Tomcat, it runs from a switch user script w/o setting the environment correctly. System.getProperty("user") displays "root" for example, even though the real user is tomcat, etc. If you want to use the Debian OS, please either use Andrè's debian package and follow the instructiones therein or else use a standard Tomcat and follow the stanard install instructions. Regards, Jost Boekemeier 16. Jun 2009 1:26 vorm. schrieb am < php...@li...>: Perhaps I'm doing this entirely wrong, so I'll explain exactly what I can perceive. I have apache running with PHP (port 80), and installed Tomcat running as a different service (port 8080). I add the JavaBridge.war file to the autodeployment folder, navigate to localhost:8080/JavaBridge, and it gives me the error about PhpCgiServlet. I don't have access to the computer running it at this moment, otherwise I would copy and paste the exact error. If I include http://localhost:8080/JavaBridge/java/Java.inc from PHP, that works, but as soon as I do anything (for example, running the example PHP scripts) it tells me the Java http server had an error and shows the 500 error Tomcat threw (same as when I go to localhost:8080/JavaBridge directly) Thanks On Sat, Jun 13, 2009 at 5:07 PM, <php...@li...> wrote: > Hi, > >>I'm using Apache/PHP, > > You won't g... > ------------------------------------------------------------------------------ > Crystal Reports -... > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > ----------------------------... php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
|
From: <php...@li...> - 2009-06-17 20:19:31
|
Yep, that did it. I installed it from tomcat.apache.org and everything worked immediately. Only my development machine is running debian (ubuntu) so I'll have to figure this out for gentoo and red hat as well, but I think that'll be easy enough, I really just needed a proof of concept. thanks On Tue, Jun 16, 2009 at 12:27 AM, <php...@li...> wrote: > Hi, > >> and installed Tomcat running as a different service > > Have you downloaded/installed tomcat from http://tomcat.apache.org or do > you use something else? If your tomcat cannot run standard java webapps, > then there is something wrong with tomcat or your OS. > >> Perhaps I'm doing this entirely wrong > > Not entirely, no. I think you use Debian which -- how should I say it? -- > packages/views sometimes conflict with the reality. :) If you install Debian > Tomcat, it runs from a switch user script w/o setting the environment > correctly. System.getProperty("user") displays "root" for example, even > though the real user is tomcat, etc. > > If you want to use the Debian OS, please either use Andrè's debian package > and follow the instructiones therein or else use a standard Tomcat and > follow the stanard install instructions. > > Regards, > Jost Boekemeier > > > 16. Jun 2009 1:26 vorm. schrieb am < > php...@li...>: > > Perhaps I'm doing this entirely wrong, so I'll explain exactly what I > can perceive. > > I have apache running with PHP (port 80), and installed Tomcat running > as a different service (port 8080). > > I add the JavaBridge.war file to the autodeployment folder, navigate > to localhost:8080/JavaBridge, and it gives me the error about > PhpCgiServlet. I don't have access to the computer running it at this > moment, otherwise I would copy and paste the exact error. > > If I include http://localhost:8080/JavaBridge/java/Java.inc from PHP, > that works, but as soon as I do anything (for example, running the > example PHP scripts) it tells me the Java http server had an error and > shows the 500 error Tomcat threw (same as when I go to > localhost:8080/JavaBridge directly) > > Thanks > > On Sat, Jun 13, 2009 at 5:07 PM, > > <php...@li...> wrote: > Hi, > >>I'm using > Apache/PHP, > > You won't g... > >> > ------------------------------------------------------------------------------ >> Crystal Reports -... > >> php...@li... > >> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > > ----------------------------... > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |