How to deploy drupal on tomcat
Posted by govinda_roul on October 3, 2011 at 7:16am
It is little bit surprising that can we really able to deploy drupal applications in a java servlet container like tomcat.This post will describe deployment of drupal on tomcat in fedora.
Install the following packages php5-cgi php5-gd php5-mysql tomcat mysql-server in your system.
Download the PHP/Java Bridge from http://sourceforge.net/projects/php-java-bridge/files/Binary%20package/p...
Download and extract drupal in your system.
Read more