Re: Apache + Tomcat Integration

2007-11-01 Thread Sierra
Hi, I have made the integration work. I did changes to the indexpage of apache (i.e. I included frameset and called my tomcat page) I have removed virtual host from http file and made it simple by inlusind only location.. JkUriSet worker ajp13:127.0.0.1:8009 Its redirecting to my tom

Re: Apache + Tomcat Integration

2007-11-01 Thread Sierra
Hi, I have made the integration work. I did changes to the indexpage of apache (i.e. I included frameset and called my tomcat page) I have removed virtual host from http file and made it simple by inlusind only location.. JkUriSet worker ajp13:127.0.0.1:8009 Its redirecting to my tomcat. T

Re: Apache + Tomcat Integration

2007-10-31 Thread Sierra
Hi Filip, I have done with mod_jk2 and I have included the following in httpd.conf NameVirtualHost 192.168.139.202:80 ServerAdmin [EMAIL PROTECTED] DocumentRoot /usr/Images AllowOverride AuthConfig ServerName warriors ServerAlias 192.168.139.202:80 ErrorLog /home/error.log CustomLog

Re: Apache + Tomcat Integration

2007-10-30 Thread Filip Hanik - Dev Lists
ouch, JK2 has been deprecated for almost three years now, use mod_jk, it's being maintained and patches kept up to date or use mod_proxy for http proxying Filip Sierra wrote: Hi All, I am very bew to Linux and I have been given a task to integrate Apache and Tomcat. I got a document and in

Re: Apache + Tomcat Integration

2007-10-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kranthi, Sierra wrote: > I got a document and integrated but the output I am getting is [B]It > works[/B]. Sounds like it works ;) > I want to get my home page with my IP. but If I give Ip followed by > 7080(full URL) I am able to see the home page