----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
in httpd.conf:
<VirtualHost 199.11.11.11>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /usr/local/apache/htdocs/servlet1
ServerName www.servlet1.com.tr
ErrorLog logs/servlet1-error_log
CustomLog logs/servlet1-access_log common
<IfModule mod_jserv.c>
ApJServMount /servlet /servlet1
ApJServLogFile /usr/local/jserv/var/servlet1.log
</IfModule>
</VirtualHost>
ApJServMount work correctly but
ApJServLogFile stops logging. What could be the reason. How can i define
separate logs for each domain or subdomain?
Thanks!!
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]