Hello dear all !

I try to link apache and tomcat together.
I start tomcat and configure the httpd.conf file to add tomcat
connector:

#tomcat with apache
LoadModule webapp_module modules/mod_webapp.dll
WebAppConnection MyConnection warp localhost:8080
WebAppDeploy try MyConnection /try/

I have the following error when starting apache:
"Invalid virtual host name"
---------------------------------------------------
WebAppDeploy [application name] [connection name] [URL path] 
host name= application name ???
under tomcat I have the try project under webapps/try/....
Can anybody find the real problem?
Is that a naming problem??
Thank you for your help!
Arnaud.

Reply via email to