Mark Thomas wrote:
I have something like this for TC5 & TC4. I do keep the files up to
date because I use them every time I look at Tomcat code.
I need to migrate my development areas from the old CVS structure to
the SVN set-up. Once I have updated my eclipse files, I'll add them to
the rep
If you don't feel special enough, I can do it in two seconds and can
get you a cool membership to the "dev-deny" list :)
Maybe we could just filter out yahoo, hotmail and the other free fake
web domains so that people who want to post abusive comments and
use really original insults that we've
Henri Yandell wrote:
Now that tomcat.apache.org contains a site, anyone mind if I remove
/www/jakarta.apache.org/tomcat and tomcat-temp?
I think the old site can be torn down. It's archived someplace (still in
CVS?), if anybody needs it.
Ian
---
- do we maintain servletapi for 6.0?
No for the api stuff proper. We don't host it, can't change it and our
own implementation would be more trouble than it is worth.
Maybe for the examples. It is useful to be able to fix problems with
them. The examples could always be merged in with the co
Costin Manolache wrote:
Re. source folders versus modules - we can have both of them, it's not
exclusive.
Single source tree makes it easy to navigate, more IDE-friendly, etc.
The build file can compile as many modules as needed - either by compiling a
subset of the tree, or by compiling the enti
So let's make it:
- tc6.0.x/trunk:
- src: all the relevant sources go there
- webapps: all our current webapps, including the examples webapps
- resources: misc resources, such as configuration files
(server.xml), readmes, etc
+1
One of the patches I need to get TC working with JSP in EBCDIC is the
following:
Any comments?
Yes. Fix your clock. You live in the future :)
What!? EBCDIC makes a comeback in the future? :-) Quick, let me phone
my stock broker...
Remy Maucherat wrote:
[EMAIL PROTECTED] wrote:
Author: costin
Date: Mon Mar 27 22:45:43 2006
New Revision: 389421
URL: http://svn.apache.org/viewcvs?rev=389421&view=rev
Log:
Add eclipse files
This sort of thing is an unwanted convenience (for example, it trashes
my own files, and I would lik
The current doc scheme of writing in abstract XML and converting to HTML
was fine for its day. But now that all modern browsers can render XHTML
directly,
could we do the TC6 docs directly in XHTML? It would certainly simplify
building.
We could use jsp:include to include common elements :-)
-
Yoav Shapira wrote:
There were other reasons for using XML, like the ability for Jakarta
to have some common elements that would get automagically resolved
into the bug tracking URLs, etc. For example, when I edit the
changelog it's great to just put in n and have it be
resolved to the proper Bu
Remy Maucherat wrote:
Mladen Turk wrote:
It would be nice to have colored .eps.
My Photoshop does not support .svg :)
Bleh. I would recommend using Gimp (and svg) instead, and I think it's a
great contribution from Javier.
+1 :-)
It's nice if *someone* provides good reference examples; consider the mess
in PHP development-by-example that's left the web in a half-usable state.
Good reference examples? Do you want to encourage people to code
getRequestDispatcher.forward() by hand? Or do you want them using one of
the "
William L. Thomson Jr. wrote:
Just FYI, on Gentoo we do not install or provide the examples by
default. One must set the examples USE flag for examples to be
installed. Because of such they were kinda moot issues for the recent
security issues for us on Gentoo.
Same thing on OpenBSD; there's a
Leech, Jonathan wrote:
My 2 cents:
- Don't install the examples by default.
- Implement them in straight .jsp / servlets etc w/o using frameworks.
- Encourage each framework to implement the same examples using their
framework.
Fair enough. How about installing by default a very simple exampl
Yoav Shapira wrote:
Hi,
Larry, thanks for these efforts. I've been wondering for a while who
was maintaining this support, and never got around to checking. It's
much appreciated, at least by me, but I'm sure by many others as well
+1 here too!
---
Good stuff. Minor typo in the 5-x page:
>If directory listings are enabled,
>a diretcory listing will be shown.
^^
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Remy Maucherat wrote:
Hi,
I'd like to nominate Fabian Carrion as a committer on the Apache Tomcat
project. Fabian contributed many useful patches, including helping add
support for Servlet 2.5 in Apache Tomcat 6.0.
+1
-
To
Questions about Servlet filters belong on the Tomcat user's list.
This list is for people developing Tomcat itself, not people developing
Servlets and related web application components.
-
To unsubscribe, e-mail: [EMAIL PROTEC
+1
Ian
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Henri Gomez wrote:
While rebuild trunk from mod_jk I got an error on iSeries about
missing mktemp in iSeries.
if (!jk_shmem.lockname) {
if (shm_lock_reopen) {
int i;
jk_shmem.fd_lock = -1;
mode_t mask = umask(0);
for (i = 0; i < 8; i++) {
Henri Gomez wrote:
Well I5, also known as iSeries or AS/400, run on i5/OS which is not
Unix but IBM proprietary (called OS/400 previously)
Oh well, it's been broken longer :-) I stand by my suggestion on how
to fix it.
Ian
--
Neelesh wrote:
Hello all!
Joined the group today. The reason I joined the group is to understand
more about the excellent container and contribute, if possible. As a
starter
I've implemented a very simple and basic SQLRealm, to execute arbitrary SQL
queries against a database to retrieve the
And honestly, people who want to filter these messages out can do so,
whether they are on their own list or on this one. It's quite easy to
create rules for them, including temporary filters like to handle
today's unusual amount of messages.
That is the wrong answer:-) You are ignoring the an
Wade Chandler wrote:
Yes this sucks. We can't even easily filter the mails
out on our ends because of the way they are sent. We
could look for svn, but what if a message is really
related to svn.
This is unlikely to happen again but, of course, if it does
you can just (as I imagine most ppl d
I'm interested in customize the default HttpSession, but I don't know how
can I custom it? I should like when form my servlet I execute
req.getSession(), it returns me my customized HttpSession:
HttpSession session = req.getSession(true);
Custo
Releases:
- mod_jk 1.2.17 and 1.2.18 were released. 1.2.18 is currently the
stable release (it was put out on July 20th). mod_jk 1.2.19 is in the
works, expected to release in September.
- Tomcat 4.1.34 is being voted on right now, with expected final
release next week. This is a bug fix, docum
Remy Maucherat wrote:
Hi,
The release plan is located here:
http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/RELEASE-PLAN-6.0.txt
[X] +1
[ ] +0
[ ] -1
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
> I'd like to volunteer the Tomcat website. Any objections? I'm happy to
> take on fixing any teething problems.
>
> ...
>
> My own view is that a staging site isn't necessary. Our site is simple.
> We can test locally before committing and with commits affecting the
> live site within a few seco
Isn't the naming a bit harsh? OpenSSl names it legacy renegotiation (to
make it differ from the future renegotiation with TLS extension). So
maybe enableLegacyRenegotiation would be better? Of course it wouldn't
keep people from activating as much as the proposed name does, but on
the other han
If you are going to answer questions that are asked in the wrong list,
rather than waiting until they are re-posted on the users list,
please do so privately, or on the user list. Answering them on the
wrong list leads to search engines finding the answer in the wrong
list's archive and this leads
> On 7/1/2011 4:32 AM, Mark Thomas wrote:
> > On 14/06/2011 14:09, Mark Thomas wrote:
> >> The changelog is getting quite long for 6.0.x. Is it time for another
> >> release? Jean-Frederic - are you able to RM this or do we need to find a
> >> volunteer for this one?
> >
> > No replies to this. Is
> Are there any objections or comments?
Go for it! JUnit 4.x has been out and stable for like a hundred years
now :-).
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.
Rahul Saxena wrote:
If we derive several servlets form a generic servlet and then if we specify
a filter for that generic servlet, will that filter work for all derived
servlets or not???
Indeed. It should make no difference how the servlets are derived; what
matters
is the filter-mapping in
Filip Hanik - Dev Lists wrote:
I'm generally against this find bugs 'may be bugs' issues.
is there an actual bug here?
It's generally making the code "better". What do you object to about it?
-
To unsubscribe, e-mail: dev-unsu
While running an automated code testing tool of my own design I found
that a few of the accessors on this class are incorrect, or at least,
"setter silently ignored, getter returns hard-coded value".
Can anybody please tell me if this was intentional, or just something that's
not used anyway?
Is there a policy on how we store localized files?
The file java/org/apache/catalina/manager/LocalStrings_es.properties
appears mostly to be ASCII characters but it has a few 16-bit unicode
chars stuck
in it, which then get interpreted as 2 8-bit chars because there is no
Unicode
mark at the t
cavillac wrote:
Installed them and both processes are running. mod_jk2 is in place and got
copied to conf/auto so everything seems to be working.
However, when I go to http://localhost:8080 I get this
http://www.nabble.com/file/p23258316/apache.png
One thing possibly worthy of mentio
On Thu, Jun 03, 2010 at 03:50:06PM +0200, Rainer Jung wrote:
> >
> >-
++
> ...
> Should we add an example pattern to server.xml? Or would it be easier
> understandable if we removed the abbreviation "common" from the default
> config and replace it with the full pattern?
How about:
> One more regression due to bug47977 fix:
> If the empty tag contains a comment, Tomcat barks that "tag .. must be empty
> but is not".
I have never heard a cat bark. Not even a Tomcat.
-
To unsubscribe, e-mail: dev-unsubscr...@
On Thu, Jul 15, 2010 at 01:51:04PM +0100, Mark Thomas wrote:
> I'm teaching a Tomcat course today and tomorrow and one of the students
> raised the question why is the default host called localhost? The
> implied relationship to 127.0.0.1 was causing confusion. That got me
> thinking:
I am abou
> Dumb question: what is a "CI build"?
Continuous Integration.
See http://www.martinfowler.com/articles/continuousIntegration.html
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev
On Sun, Sep 26, 2010 at 10:00:29PM +1300, Tim Whittington wrote:
> Bah. Trying to convince Eclipse not to use tabs is proving tricky -
> will be more vigilent..
Then, once you get it right, document it!
I think most settings like that can be done at a project level or
globally; if project level o
> In this case, both threads will
> continue running the function with ?replaced? bit turned on and the oldValue
> of both thread will point to the same location. This means that the value of
> the first thread that did the put operation will not be treated as a value
> that was replaced.
>
> Cou
> > I am new to this forum. Please move redirect me to ant users forum with this
> > thread.
>
> It is not a forum. It is a mailing list.
More precisely, the "real" version of this list is a mailing list.
It is copied to several forum sites, which google leads people to
instead of the list archiv
> No. It all worked. The only issue is that the commit e-mail that ws sent
> to the dev list is lost. It is possible to re-create it but I don't
> think it is worth it. If others disagree, I'll dig through the infra
> docs and remind myself how to do that.
I see no need for you to spend time diggi
On 01/19/11 13:47, Mark Thomas wrote:
> On 19/01/2011 18:45, bugzi...@apache.org wrote:
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=22405
>>
>> --- Comment #5 from Mark Thomas 2011-01-19 13:45:40 EST
>> ---
>> Created an attachment (id=26519)
>> --> (https://issues.apache.org/bugzilla/
On 02/21/11 10:21, Mark Thomas wrote:
> The ASF Sonar installation managed to generate 46GB of identical log
> messages [1] today in the 8 hours it took to notice it was down.
Continuing to drive down the cost of disk storage :-)
> While better monitoring would/should have identified the problem
On Thu, Dec 17, 2009 at 03:23:14AM +0300, Konstantin Kolinko wrote:
> I think that adding @Override or generics to the existing API is,
> at least formally, an API change, and thus TC 7 is the right place to fix it.
@Override is just a compile time annotation to check the override
status, so I'm n
On Wed, Jan 20, 2010 at 07:31:47PM +0100, Shan, Justine wrote:
> Hi,
>
> As far as I know, the only encryption implemented by Tomcat itself
> is SSL. But I need to know what exactly algorithms have been
> implemented and distributed with the binary from Apache Tomcat 5.X
> and 6.
Sorry, but your
BTW, I saw you have "Becoming a Tomcat 7 super user".
Perhaps "Introducing Tomcat 7" would be a logical forerunner to this
talk ?
Filip, Tim, Yoav. Anyone of you guys interesed ?
I was thinking about that last night, but I have to check my schedule
and funding.
There could be two sessions
> I was told this will look better as a welcome
> installer image :)
>
> WDYT?
+1
Ian
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
51 matches
Mail list logo