Deploy PHP Pages and JSP Pages Within the Same Web Context
Added 9 Aug 2008
In an ideal world,
businesses would select one technology platform and deploy it
throughout their entire enterprises. In the real world, information
systems are composed of a mix of operating systems, platforms, and
application environments. To add to this complexity, the systems nearly
always are a blend of modern and legacy.
For application developers, this can lead to a rather daunting challenge, particularly when two disparate technologies need to coexist within the same application. An example of this is side-by-side deployment of PHP-based content and JSP-based content within the same Web application. This 10-Minute Solution offers one approach for deploying PHP and JSP pages within the same Web context.