On 02.04.2012 22:29, Mark Thomas wrote:
On 02/04/2012 19:30, Mark Thomas wrote:
On 01/04/2012 15:26, Rainer Jung wrote:
- AJP via httpd + mod_jk to BIO, NIO and APR/native
- AJP via httpd + mod_proxy_ajp to BIO, NIO and APR/native
I'm curious: which mod_jk version did you use?
1.2.3
All,
I recently implemented a Tomcat session manager that uses Cassandra for
session storage. Cassandra is a commonly used session store for
PHP-based applications, but I could not find one that would plug
seamlessly into Tomcat. My Cassandra session manager is fully working
and has gone through
2012/3/31 Mark Thomas :
> The proposed Apache Tomcat 7.0.27 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.27/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-132/
> Th
On 03/04/2012 09:56, Morten Jorgensen wrote:
> All,
>
> I recently implemented a Tomcat session manager that uses Cassandra for
> session storage. Cassandra is a commonly used session store for
> PHP-based applications, but I could not find one that would plug
> seamlessly into Tomcat. My Cassandr
On 03/04/2012 09:56, Morten Jorgensen wrote:
> All,
>
> I recently implemented a Tomcat session manager that uses Cassandra for
> session storage. Cassandra is a commonly used session store for
> PHP-based applications, but I could not find one that would plug
> seamlessly into Tomcat. My Cassandr
Hi,
Maybe it should be posted to cassandra list?
- Romain
Le 3 avr. 2012 18:52, "Pid" a écrit :
> On 03/04/2012 09:56, Morten Jorgensen wrote:
> > All,
> >
> > I recently implemented a Tomcat session manager that uses Cassandra for
> > session storage. Cassandra is a commonly used session stor
I would tend to view a Cassandra session manager as secondary to the
notion of a simple and extensible session manager interface that is
fundamentally disconnected from the tomcat infrastructure.
It would be valuable to use class serialization and session information in
a cross platform way across
Pid,
On 4/3/12 12:52 PM, Pid wrote:
> I can't speak for the committers/project, but one option would be to
> file an enhancement request and attach a patch in diff format.
+1
To get such a thing into Tomcat, it would probably have to have the
following features:
1. Be relatively self-contained
https://issues.apache.org/bugzilla/show_bug.cgi?id=53024
Christopher Schultz changed:
What|Removed |Added
OS/Version||All
--- Comment #1 from Chri
https://issues.apache.org/bugzilla/show_bug.cgi?id=52791
Konstantin Kolinko changed:
What|Removed |Added
OS/Version||All
--- Comment #2 from Konst
On 03/04/2012 21:08, Christopher Schultz wrote:
> Pid,
>
> On 4/3/12 12:52 PM, Pid wrote:
>> I can't speak for the committers/project, but one option would be to
>> file an enhancement request and attach a patch in diff format.
>
> +1
>
> To get such a thing into Tomcat, it would probably have t
Thanks to all for your feedback. I am providing some additional
information as requested:
That's interesting. Can you share some details about how it works?
Sure. It is quite simple. Cassandra is effectively a multi-level
distributed hash-map, so it lends itself very well do storing session
at
https://issues.apache.org/bugzilla/show_bug.cgi?id=53031
Bug #: 53031
Summary: Jasper Ant task should support Fork option
Product: Tomcat 6
Version: 6.0.35
Platform: All
OS/Version: All
Status: NEW
Severity: enha
https://issues.apache.org/bugzilla/show_bug.cgi?id=53031
Nick Williams changed:
What|Removed |Added
Summary|Jasper Ant task should |Ant Jasper task should
https://issues.apache.org/bugzilla/show_bug.cgi?id=53032
Bug #: 53032
Summary: Ant Jasper task fails to run when using XML
namespaces; no output; no errors
Product: Tomcat 6
Version: 6.0.35
Platform: All
OS/Version
https://issues.apache.org/bugzilla/show_bug.cgi?id=53012
--- Comment #1 from Nick Williams 2012-04-03
22:02:12 UTC ---
Relevant to 53011, 53012, 53031 and 53032: Per discussions with Chris Schultz
in the users list, we agree that it would probably make more sense to separate
the Ant task from th
https://issues.apache.org/bugzilla/show_bug.cgi?id=53011
--- Comment #2 from Nick Williams 2012-04-03
22:06:04 UTC ---
Note: While I don't disagree with your suggestion, Chris, and we can certainly
discuss it further, that's not how Ant's javac works. Javac failonerror
defaults to true, and when
https://issues.apache.org/bugzilla/show_bug.cgi?id=53031
--- Comment #1 from Nick Williams 2012-04-03
22:07:01 UTC ---
Relevant to 53011, 53012, 53031 and 53032: Per discussions with Chris Schultz
in the users list, we agree that it would probably make more sense to separate
the Ant task from th
https://issues.apache.org/bugzilla/show_bug.cgi?id=53032
--- Comment #1 from Nick Williams 2012-04-03
22:07:09 UTC ---
Relevant to 53011, 53012, 53031 and 53032: Per discussions with Chris Schultz
in the users list, we agree that it would probably make more sense to separate
the Ant task from th
Morten,
On 4/3/12 5:18 PM, Morten Jorgensen wrote:
> I also have an implementation of the Map interface that stores the
> values of each entry as a session attribute. The way many developers
> write web applications is to have a "session bean" (a session attribute)
> that contains a Map that maint
https://issues.apache.org/bugzilla/show_bug.cgi?id=53011
--- Comment #3 from Christopher Schultz
2012-04-03 22:11:01 UTC ---
(In reply to comment #2)
> Javac failonerror defaults to true, and when it's set to true, the behavior
> is to try compiling everything and wait until all compile errors h
Mark,
On 3/31/12 1:07 PM, Mark Thomas wrote:
> The proposed Apache Tomcat 7.0.27 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.27/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/or
2012/4/4 Christopher Schultz :
>
> Oddly, this file has the wrong Content-Type header (text/plain) returned
> by the server so it doesn't render properly in a web browser:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.27/README.html
>
You are just looking into repository how it is
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-validate has an issue affecting its community integration.
Th
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc7.0.x-validate has an issue affecting its community
integration.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51294
Michael changed:
What|Removed |Added
CC||michael.sonnleitner@gmail.c
https://issues.apache.org/bugzilla/show_bug.cgi?id=48550
Michael changed:
What|Removed |Added
CC||michael.sonnleitner@gmail.c
https://issues.apache.org/bugzilla/show_bug.cgi?id=52858
Michael changed:
What|Removed |Added
CC||michael.sonnleitner@gmail.c
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc7.0.x-test has an issue affecting its community integration.
This
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-test has an issue affecting its community integration.
This i
30 matches
Mail list logo