I am trying to get tomcat to work under Apache.  I have verified that tomcat is 
listening on port 8009.

I tried doing the following:
Apache Web Server Settings
Add the following to the /etc/httpd/conf.d/proxy_ajp.conf file or if that file 
does not exist you can add it to the end of the /etc/httpd/conf/httpd.conf file 
instead:

<IfModule mod_proxy_ajp.c>
  ProxyPass / ajp://localhost:8009/
</IfModule>

Once I put this in my html pages will not render:
[cid:image001.png@01D07202.009EC2D0]

What am I doing wrong?  Any help would be greatly appreciated.  Thanks.


Andrew J. Leggio | MBIA Services Corporation | Assistant Vice President | Phone 
* (914) 765-3206 | Fax * (914) 765-3095 | * 
andrew.leg...@mbia.com<mailto:andrew.leg...@mbia.com>



------------------------------------------------------------------------------
This e-mail, including any attachments, is intended only for use by the 
addressee(s) named herein and may contain legally privileged and/or 
confidential information.  If you are not the intended recipient of this 
e-mail, you are hereby notified any dissemination, distribution or copying of 
any part of this e-mail is strictly prohibited; please contact the sender and 
permanently delete the original and any copies of it.
------------------------------------------------------------------------------

Reply via email to