On 10/01/2010, Konstantin Kolinko wrote:
> 2010/1/9 sebb :
>
> > On 09/01/2010, Konstantin Kolinko wrote:
> >> 2010/1/4 Konstantin Kolinko :
> >>
> >> > Hi, all!
> >> >
> >> > I removed the libtcnative-1.dll files of Tomcat Native 1.1.18 from
> >> > www.apache.org/dist/tomcat/tomcat-conn
2010/1/9 sebb :
> On 09/01/2010, Konstantin Kolinko wrote:
>> 2010/1/4 Konstantin Kolinko :
>>
>> > Hi, all!
>> >
>> > I removed the libtcnative-1.dll files of Tomcat Native 1.1.18 from
>> > www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.18/binaries
>> >
>
> Agreed.
>
>>
>> 5 days pas
Author: markt
Date: Sat Jan 9 13:14:58 2010
New Revision: 897442
URL: http://svn.apache.org/viewvc?rev=897442&view=rev
Log:
Rename to fit expected naming convention
Added:
tomcat/trunk/test/org/apache/catalina/valves/TestRemoteIpValve.java
- copied, changed from r896946,
tomcat/trunk/
On 09/01/2010, Konstantin Kolinko wrote:
> 2010/1/4 Konstantin Kolinko :
>
> > Hi, all!
> >
> > I removed the libtcnative-1.dll files of Tomcat Native 1.1.18 from
> > www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.18/binaries
> >
>
>
> 5 days passed, and the current status is the foll
https://issues.apache.org/bugzilla/show_bug.cgi?id=48513
--- Comment #1 from Patrice LACHANCE 2010-01-09
04:40:10 UTC ---
Created an attachment (id=24822)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24822)
xdocs/generic_howto/quick.xml patch
--
Configure bugmail: https://issues.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48513
Summary: IIS Quick setup instructions
Product: Tomcat Connectors
Version: 1.2.28
Platform: All
OS/Version: Windows Server 2003
Status: NEW
Severity: enhancement
On 09/01/2010, Konstantin Kolinko wrote:
> 2010/1/4 Konstantin Kolinko :
>
> > Hi, all!
> >
> > I removed the libtcnative-1.dll files of Tomcat Native 1.1.18 from
> > www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.18/binaries
> >
Agreed.
>
> 5 days passed, and the current status is
On 09/01/2010 10:57, Arnab Ghosh wrote:
> Actually I kept the existing code. With that I addeda a static set. And I am
> keeping the generated session in set also. While generating Id I am trying
> to add that to set. if successfully added then I will return that key.
Please don't cross-post to th
Deare Friends,
Tomcat is using ManagerBase generateSessionId() to generate session Id. But
I want a generation mechnism where each sessionId will be unique in whole
tomcat. Right now it is unique in a single context. But I want uniqueness
will be among all context running under the tomcat. How can