sun 6.1--> sjsws7 log migration
I have 15 virtual servers setup in the 6.1 version. I setup each individual virtual server to store its own logfile in a separate directory by virtual server name. I also setup a log rotation every morning at 12am for the entire server. When using the migration feature to migrate from 6.1 to sjsws7, I notice that everything worked fine except for the fact that the logs aren't archiving (rotating) with a date stamp like they're supposed to on the version 7. So i went into the configuration of the instance--> General--> Log Preferences and created a new Event under log archiving to rotate logs every morning at 12am. Well, still no luck and the logs aren't rotating. Then my next step, I went into the virtual server configuration and under Log Preferences, both boxes for server log and access logs are unchecked. I'm sitting there wondering how in the world does sjsws7 know where to store the log files for each individual virtual server even if the boxes under Log Preferences are left unchecked. So i dug around in the server.xml file and found that during the migration, it creates this in the top <server> part,
<access-log>
<name>log7</name>
<file>D:/***/Logfiles/asr/access</file>
<format>%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] "%Req->reqpb.clf-request%" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length% "%Req->headers.referer%" "%Req->headers.user-agent%" %Req->reqpb.method% %Req->reqpb.uri% %Req->reqpb.query% "%Req->reqpb.protocol%" %vsid%</format>
</access-log>
I got log0 to log20. And I also found out that this part reads from the -obj.conf file to know where to look. The problem is, when i go into the user interface to configure each virtual server--> Log Preferences, and check the box for Access Log Enabled, and point it to the same directory, D:/***/Logfiles/asr/access I get duplicate log entries. But the good thing is that now my logs are archiving. What do I do to prevent the log entries from duplicating? How do I stop the log0-20 thing? Any suggestions?

