PHP on Application Server or only on Java Web Server?
I have installed Application Server 9 in order to explore and learn JavaEE.
What I would like is to use this server, as I today use my Apache webserver where I also have php-functionallity. Is it possible to use Application server as a webserver with php? or is it only Java Web Server that can fix this?
It would really be nice if I could use only one server if it is possible?
[397 byte] By [
sandsatera] at [2007-11-26 17:19:25]

# 3
>Notice that I dont mean Sun Java System Web Server
On the second thought, it is not possible because the one inside of application server is the web container not the web server. If there is the web server ( like Apache ) installed when installing the application server then, possible otherwise there is no way to do this.
It's like installing php module on tomcat. I belive for the module you need to have apache to run the php application, right?