[jboss-user] [Beginners Corner] - JBoss 4.2.2.GA with PHP servlet - POST params not found wit

2008-06-23 Thread gkincade
We're running JBoss 4.2.2.GA on Windows XP with the PHP 5 servlet set. PHP 5.1.6 is installed for compatibility with the servlet. We have two .php pages, one calling the next via a complex Javascript script. The second page is called with the POST method and parameters are passed so that when

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: PHP $_POST not working in JBoss 4.2.2.GA?

2008-06-23 Thread gkincade
We're working with Flexigrid so the scripts aren't small! I'll email you the files and some of the server debug code! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159978#4159978 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - PHP $_POST not working in JBoss 4.2.2.GA?

2008-06-20 Thread gkincade
We're implementing a system that will rely upon a PHP script that is called via POST. The script has calls to the PHP super array $_POST to get the post parameters. We can see the parameters in JBoss debug so we know they're being passed but the script fails with 'undefined index' on all the