|
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 |