PHP setup using tomcat

Romolo Manfredini romoloman at HOTMAIL.COM
Fri Sep 22 03:01:09 EDT 2006


----- Original Message ----- 
....
Subject: [UMN_MAPSERVER-USERS] PHP setup using tomcat


Do I need to download and install a php class library (jar) to run as a
servlet - as in these instructions? -- 

OR is there something simple I'm missing in the system configuration
(web.xml....)????

...
----- End of Original Message ----- 

Probably from a performance point of view it would be better to run apache
httpd server with php installed as module,
then to run tomcat on the same machine using the coyote connector.
Furthermore tomcat by default has troubles when running on port 80 using an
unpriviledged user due to restrictions of the JRE
so the coyote solution is commonly the most used one to override this
problem, as tomcat runs on 8080 but apache handles jsp request on 80 using
the connector.

Romolo.



More information about the mapserver-users mailing list