Error message I get is, "Invalid virtual host name".
I tried putting 127.0.0.1 as well, and one of the followings is the code I'd like to add in my apache configuration file:
Code:
<IfModule mod_webapp.c>
WebAppConnection conn warp 127.0.0.1:8008
WebAppDeploy jsp conn /jsp/
</IfModule>
Code:
<IfModule mod_webapp.c>
WebAppConnection conn warp localhost:8008
WebAppDeploy jsp conn /jsp/
</IfModule>
I'd like to install Tomcat and connect it with Apache. Tomcat has been installed in fact, but the connection is not made yet. Once I figure out how to solve this problem, I should be able to wrap this up.