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]
# 1
You still need to install the php module.
skoizumi2133a at 2007-7-8 23:47:24 > top of Java-index,Application & Integration Servers,Application Servers...
# 2
Yes, but that is possible then? at the Java Application Server? Notice that I dont mean Sun Java System Web Server
sandsatera at 2007-7-8 23:47:24 > top of Java-index,Application & Integration Servers,Application Servers...
# 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?

skoizumi2133a at 2007-7-8 23:47:24 > top of Java-index,Application & Integration Servers,Application Servers...