On 12 April 2010 11:25, Pid * wrote:
> On 11 April 2010 14:56, Pid * wrote:
>
>>
>> On 11 April 2010 00:17, Konstantin Kolinko wrote:
>>
>>> 2010/4/10 Pid :
>>> > In lieu of of a Bugzilla enhancement (and hoping that I have the right
>>> end
>>> > of the stick).
>>> >
>>>
>>> If I guess your int
On 11 April 2010 14:56, Pid * wrote:
>
> On 11 April 2010 00:17, Konstantin Kolinko wrote:
>
>> 2010/4/10 Pid :
>> > In lieu of of a Bugzilla enhancement (and hoping that I have the right
>> end
>> > of the stick).
>> >
>>
>> If I guess your intention correctly,
>> you want to prevent deployment
On 11 April 2010 00:17, Konstantin Kolinko wrote:
> 2010/4/10 Pid :
> > In lieu of of a Bugzilla enhancement (and hoping that I have the right
> end
> > of the stick).
> >
>
> If I guess your intention correctly,
> you want to prevent deployment of a war file that is still open for
> writing?
>
2010/4/10 Pid :
> In lieu of of a Bugzilla enhancement (and hoping that I have the right end
> of the stick).
>
If I guess your intention correctly,
you want to prevent deployment of a war file that is still open for writing?
If that is the case, then asking for modification time probably will
no
In lieu of of a Bugzilla enhancement (and hoping that I have the right
end of the stick).
In class:
org.apache.catalina.startup.HostConfig
In method:
protected void deployWARs(File appBase, String[] files) {
if (files == null) {
return;
}
for (int i = 0; i