How to configure the default application in apache to point to tomcat?? 2003-12-09 - By Natarajan Arun
Back Hi, I have integrated tomcat and apache. Now when I type http://localhost/myapp i get the page from the tomcat myapp application. However now, I want http://localhost to point to this application, since this is my default application. What configuration would I have to change ?? I tried using + Redirect / http://localhost/myapp in the apache httpd.conf but that did not work. + Changing the alias in mod_jk.conf to / instead of /myapp also did not help. It lists the directory but then invoking any pages results in a file not found because it is probably looking in apcahe's document root.
Thanks for any help. Arun N.
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|