Connecting Apache to Tomcat with AJP
问题 I am trying to launch a localhost application on Ubuntu with Apache and proxy it to Tomcat so that I can use .jsp pages in my application. It seems that this is possible and I think that I am pretty close, but I can't seem to get it quite right. Any help is greatly appreciated! I've never used apache or tomcat before, so please don't hate me if any of this seems stupid. I've got Apache hosting a site at localhost with this code for the host: <VirtualHost *:80> ServerName localhost ServerAlias