Is it possible to run the php on the web container and
be able to display debug message like what you do with servlet
running on the Tomcat going
System.out.println("this is debugging")?
I know php provide echo or print but this isn't good enought to
debug when becoming the big system.