-3.3.1.zip
# - Tomcat native library -
tomcat-native.home=${base.path}/tomcat-native-1.1.10
Cheers.
--
Jason Brittain
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On 8/23/06, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote:
Yoav Shapira wrote:
> Hi,
> It's not only in the 4.1.31 release, it's even in the latest stable
> 5.5.17. Let's change it in the next releases of 4.x and 5.x, starting
> with 5.5.18 which should happen any day now.
>
> I think the advi
Hi guys.
On 8/29/06, Yoav Shapira <[EMAIL PROTECTED]> wrote:
Hi,
We need to clarify the message according to Bill's comments from a
thread on this list last week.
Clarifying it would be preferable.
The message is still correct for some
users, especially those using Tomcat 4.1, JDK 1.4, and
ctors
- JMX metrics: connector, context, and others
- Stopping, starting, and reloading contexts
Thanks.
--
Jason Brittain
, it would be easy to customize the spec file of this package
and rebuild it to depend on the Java one wants it to depend on. It would be
a 1 line change to the RPM spec file.
--
Jason
On Feb 7, 2008 9:58 AM, Remy Maucherat <[EMAIL PROTECTED]> wrote:
> On Thu, 2008-02-07 at 07:
mcat-6.0.16-0.noarch.rpm
6913c85760e25d12b287e8fa1db2034ea1ad6a4c tomcat-6.0.16-0.src.rpm
Enjoy!
--
Jason Brittain
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
e would love to hear more feedback from users of our Tomcat RPMs, including
what you'd like to see change, if anything, and/or what features you've found
missing, or what features you use the most. It's difficult to know
which features
people want without much feedback.
Thanks!
--
J
!
--
Jason Brittain
On Tue, Jul 15, 2008 at 10:06 AM, Michael Bailey
<[EMAIL PROTECTED]> wrote:
> Can someone in the know comment on this? Is it intended behavior for tomcat
> to follow symlinks when deleting the exploded directory during undeploy? Or
> should I file a bug and attached t
rst class container object. More features are available, even
if they are Tomcat specific. Features that are not meant to be
available to Filters.
I think Filters and Valves are two different things (even if there are
similarities), and should be two different types, and I think both of
these features should be available in Tomcat, including Tomcat lite.
Thanks.
--
Jason Brittain
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi all!
[X] Beta - go ahead and release as 7.0.2 Beta
>
It seems very close to stable, to me.
One thing I noticed while testing 7.0.2 is that the WebModule MBean
ObjectNames differ slightly from those of Tomcat 6. Example:
Tomcat 7.0.2, ObjectName for the context "/":
Catalina:j2eeType=WebMo
Thanks Mark!
It's probably from a very long time ago, in which case there could be years
worth of code that depends on these slashes being there.
--
Jason
On Fri, Sep 3, 2010 at 6:21 AM, Mark Thomas wrote:
> On 05/08/2010 22:09, Jason Brittain wrote:
> > One thing I noticed
I don't run Mac OS, but for our book Tomcat: The Definitive Guide, 2nd
Edition, a couple of other Mac OS Tomcat users wrote a launchd script and
the associated files (such as a .plist), and we wrote a section about it in
the book. It's on page 32, Automatic Startup on Mac OS X. The section
isn't
P and HTTPS JIO connectors
- JMX connector and context statistics
All of the above worked great, as one would expect them to work for Tomcat
6.0.x. Looks like it wouldn't take much for this to be voted stable.
Thanks!
--
Jason Brittain
On Wed, Nov 24, 2010 at 10:52 AM, Mark Thomas wrote:
>
r all of my
tests, on Linux. I tested:
- tar.gz binary bundle
- deployments via the manager
- ran several different webapps, both simple and complex
- HTTP and HTTPS JIO connectors
- JMX connector and context statistics
- No new errors in the logs
Thanks.
--
Jason Brittain
Mulesoft <http://www.mulesoft.com>
makes Tomcat 7 the best choice.
I'm happy to vote stable on Tomcat 7. Congratulations, all around!
Cheers!
--
Jason Brittain
Congratulations and thanks for all your great work on this! It's a big next
step for Tomcat.
--
Jason Brittain
MuleSoft <http://www.mulesoft.com>
On Thu, Jan 14, 2010 at 2:47 PM, Mark Thomas wrote:
> The subject says it all really. Still no sign of the TCK so there are
> p
http://tomcat.apache.org/dev/dist/m2-repository/org/apache/tomcat/catalina/
Thanks!
--
Jason Brittain
MuleSoft http://www.mulesoft.com
On Thu, Jan 21, 2010 at 7:47 AM, jean-frederic clere wrote:
> The Apache Tomcat team announces the immediate availability of Apache
> Tomcat 6.0.24 stable. T
Filip Hanik - Dev Lists wrote:
> it appears that the Maven/ant/scp tasks are busted. how fun and much
> excitement that can be
>
> I've manually uploaded them
>
> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/tomcat/
>
> Filip
>
>
> On 01/27/2010 05:2
On Thu, Jan 28, 2010 at 4:57 PM, Filip Hanik - Dev Lists wrote:
> The mvn-pub.xml ant script used to work to publish all our stuff, but is no
> longer working on the SCP front. If we can get that fixed fairly easily,
> then we can get back to working order
>
What's the error you get? If it's sa
Maybe you have a conflicting jsch jar file that ends up getting loaded in
front of the
correct/newer version. Look for all jsch jars on your machine and see what
versions
they are, and maybe temporarily (re)move older ones.
--
Jason
On Thu, Jan 28, 2010 at 6:25 PM, Filip Hanik - Dev Lists wrot
I just added one to discuss the various solutions for running Tomcat
stand-alone
on port 80 or 443. There are several popular ways people tend to configure
their
non-Windows Tomcat instances to do this, and I thought there might be some
interest in discussing the advantages and disadvantages of th
Interesting.
1. sounds wrong to me because it would end up being an implementation just
like the existing AccessLogValve, but not one that the Tomcat administrator
configures? Or, maybe each connector would/could own its own AccessLogValve
instance? And, an admin can configure it like this if th
Hi all.
Some of us at eBay noticed that Tomcat currently does not implement CORS (
http://www.w3.org/TR/cors/ ), but that some other modern web servers and
servlet containers do. We were wondering whether you're interested in
including our implementation of the spec, written by Mohit Soni <
mohit
23 matches
Mail list logo