Apache configuration error: Invalid virtual host name

I have the following code:
Code:
<IfModule mod_webapp.c>
	WebAppConnection conn warp localhost:8008
	WebAppDeploy jsp conn /jsp/
</IfModule>
But I keep getting the following error message, "Invalid virtual host name" and the error comes from the third line in the given code which is the following:
Code:
WebAppDeploy jsp conn /jsp/
What is wrong with this particular line? Why do I get this error message "Invalid virtual host name"?

 

 

 

 

Top