in my apache httpd.conf file i have in virtual domains:
<VirtualHost www.domain.com>
ServerName www.domain.com
DocumentRoot /opt/jakarta/webapps/domain
</VirtualHost>
And in jakarta server.xml fle:
<VirtualHost www.domain.com>
DocumentRoot /opt/jakarta/webapps/domain
ApjServMount /servlet /ROOT
</VirtualHost>
If i star the tomcat it says me:
errro readin server.xml file
At Next charter must be "=" after attribute www.domain.com
What can i make? what is the mistake, error?
Thaks
Anybody can send me a sever.xml conf file with virtual domains?
thansk
Carlos