Google Site SearchFN Site Search FN Blog Login FN Blog Login
Site Navigation:
 
 

TUTORIAL: mod_jk2 (Apache Jakarta Connector)


Your Apache should already work (I hope), and we did a test of Tomcat earlier.
  1. Now restart Apache
    [root@localhost SPECS]# exit
    [casper@localhost SPECS]$ su -
    Password:
    [root@localhost root]# service httpd restart
    service httpd restart
    Stopping httpd:                                            [  OK  ]
    Starting httpd:                                            [  OK  ]
    [root@localhost root]#
    
  2. In a browser use this URL:http://localhost/examples and you should see something like this:
  3. No go to jsp and Execute Date URL:http://localhost/examples/jsp/dates/date.jsp and you should see this:
You should also try some of the other jsp pages, and also some of the servlets
Next, what did you actually do to your system...