What error? Oscar
On Mon, 3 Feb 2003, tomcat guy wrote: > Has anyone come across this warning? Any guesses as to what is wrong? > > Here is the httpd.conf definition: > > NameVirtualHost * > > <VirtualHost *> > ServerName cde.com > ServerAlias www.cde.com > DocumentRoot /apache/Tomcat4.1/CDE > JkMount /*.jsp ajp13 > JkMount /servlet/* ajp13 > ErrorLog logs/cde.com-error_log > CustomLog logs/cde.com-access_log common > </VirtualHost> > > <VirtualHost *> > ServerName qv.com > ServerAlias www.qv.com > DocumentRoot /apache/Tomcat4.1/QV > JkMount /*.jsp ajp13 > JkMount /servlet/* ajp13 > ErrorLog logs/qv.com-error_log > CustomLog logs/qv.com-access_log common > </VirtualHost> > > <VirtualHost *> > ServerName abc.com > ServerAlias www.abc.com > DocumentRoot /apache/Tomcat4.1/AMW > JkMount /*.jsp ajp13 > JkMount /servlet/* ajp13 > ErrorLog logs/abc.com-error_log > CustomLog logs/abc.com-access_log common > </VirtualHost> > > > # <!-- !!! added workers file for apache tomcat integration --> > JkWorkersFile "d:\Apache\Tomcat4.1\conf\jk\workers.properties" > JkLogFile "d:\Apache\Tomcat4.1\logs\mod_jk.log" > Include d:/Apache/Tomcat4.1/conf/auto/mod_jk.conf > > > everything appears to be working normally but why the error??? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]