is also able to process pages containing php
I guess No.
I found this on SO but i can´t answer how to adapt jetty
I want to configure so that jetty runs PHP files, but have been unsuccessful so far. I have Jetty WTP tools installed in my Eclipse IDE. When I start up the Jetty server. I got the exception: java...
Imagine a php-script which, when it runs, output full HTML-Code.
You can call the php-interpreter on commandline starting the phpscript and capturing its output which you then can send over your server. You can use jshell to start the cli-interpreter.
Note that you need to have a working php-installation on your server which you can call by jShell.