Maybe someone who knows how JRun does its logging will contradict, but I
don't think there is another way around your problem other than
restarting the server. I would imagine JRun has a process with a file
handle and that file handle is lost since you deleted the file. If they
checked for errors when writing to that file, they might be able to
re-open or re-create it, but I don't think they do that since I've
deleted my log files in the past and they didn't reappear unless I
restarted the server. I don't think touching a file with the correct
name will work either, since if the server would be smart enough to
re-establish the broken connection to the log file, it would be smart
enough to re-create the file if it didn't exist. I've probably used the
wrong terms, but I think this is how it is working and I think you have
to restart your server.

Lloyd


Kevin Li wrote:
> 
> I don't want restart the server, is there any smart ways ?
> 
> On Thursday, November 29, 2001, at 10:44 AM, Lloyd H. Meinholz wrote:
> 
> > Restart the server.
> >
> > Lloyd
> >
> >
> > Kevin Li wrote:
> >>
> >> I accidently delete the log files, now I cann't see the stdout.log, is
> >> there any way to get it back?
> >>
> >> Thanks
> >>
> >> Kevin
> >>
> >
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to