On 9/8/06, jbashir <[EMAIL PROTECTED]> wrote:
I think I could not communicate my problem in a right way.
What actually happens is, Apache runs first and then it serve the requests
for tomcat and the tomcat displays pages. What I want is, to run tomcat
first (by default) and then send requests fr
I think I could not communicate my problem in a right way.
What actually happens is, Apache runs first and then it serve the requests
for tomcat and the tomcat displays pages. What I want is, to run tomcat
first (by default) and then send requests from tomcat to apache to display
php pages. This I
On 9/8/06, jbashir <[EMAIL PROTECTED]> wrote:
Configuring apache and tomcat via mod_jk is done by installing apache on port
80 and tomcat on port 8080, and when we write http://localhost/ it's apache
server which runs by default (being installed on port 80), and then through
mod_jk.conf file we
Configuring apache and tomcat via mod_jk is done by installing apache on port
80 and tomcat on port 8080, and when we write http://localhost/ it's apache
server which runs by default (being installed on port 80), and then through
mod_jk.conf file we instruct the server when to switch to tomcat.
B