----------------------------------------------------------------
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!!!
----------------------------------------------------------------
[EMAIL PROTECTED] wrote:
>
> ----------------------------------------------------------------
> 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!!
You can't. And so can't you automatically start a separate jserv for
each vhost.
Each httpd process would have to deal with a lot of file descriptors :-(
but you still can start manually as many jservs as you need. each one
with its own log file.
And use different TCP ports/addresses for each host.
Jean-Luc
--
--------------------------------------------------------------
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]