View Single Post
Old 12-15-2004, 01:53 PM   #3 (permalink)
nextGoal100kVisitors
Inactive
 
Join Date: 04-15-04
Location: Out there ...
Posts: 197
iTrader: 0 / 0%
Latest Blog:
None

nextGoal100kVisitors is liked by many
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.
nextGoal100kVisitors is offline   Reply With Quote