Hi,
> Apache Tomcat Connectors 1.2.23 is:
> [x] Stable - no major issues, no regressions
> [ ] Beta - at least one significant issue -- tell us what it is
> [ ] Alpha - multiple significant issues -- tell us what they are
tested on NetWare with our standard Tomcat applications.
Binaries uploaded
Hi all,
> The Apache Tomcat team is pleased to announce the immediate availability
> of version 1.2.23 of the Apache Tomcat Connectors.
somehow I've a problem with our distribution directories..
currently I see:
http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/aix/
empty folde
Hi Mark,
>> 1) why do some folders list older versions while others do not?
> Probably because they are the latest stable version for that platform.
>> 2) why do we have a history of the last 3 versions with Win32 but no
>> history for any other platform?
> Because the old version weren't cleaned
Hi Henri,
> The iSeries (i5/OS) version need stuff added after 1.22 so it will be
> available in 1.24...
dont get me wrong - I didnt want to kick here, it was only a question why we
had different handling for each platform
Guen.
-
Hi Rainer,
> Yes, I tried to delete all older versions of binaries (tried = as far as
> permissions allowed), but for sme platforms we don't have 1.2.23
> binares, so I kept the latest available ones.
that was what I expected.
> There is an open point, if we can find a way of distributing contribu
Hi,
> I agree. Remove 1.2.24 and include all the patches.
> Let's roll that ASAP.
+1, same oppinion here.
Guen.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi,
> Apache Tomcat Connectors 1.2.25 is:
> [x] Stable - no major issues, no regressions
Guen.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi Mark,
> Alternatively, if anyone knows a workaround so I can just double click and
> edit that would be fine too.
not directly what you might expect - however much better than the open selector:
open the menue tree with right-click on the start button, then in the 'All
users' or in your persona
Hi,
> The Apache Tomcat team is pleased to announce the immediate availability
> of version 1.2.21 of the Apache Tomcat Connectors.
I've just uploaded NetWare binaries to my directory:
http://people.apache.org/~fuankg/mod_jk/1.2.21/
can please someone with commit rights copy them over to the releas
> [ ] Try to improve the header files for a 1.2.21.1
> [x] Simply release 1.2.22
> [ ] Don't release at all, wait for more fixes or features before
> releasing.
Guenter.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
Hi Henri,
> Testing jk 1.2.22 on iSeries :
> A little quirk on this OS (variables defined inside code ) :)
yes, same here on NetWare:
--- jk_map.c.orig Fri Mar 09 22:42:06 2007
+++ jk_map.cMon Mar 12 17:37:42 2007
@@ -718,12 +718,12 @@
unsigned int i;
for (i = 0; i <
Hi Rainer,
> I'll take care of your comments (before 1.2.22).
ok; beside this small build issue I can say that two other testers and I found
no other issues so far with our applications using Tomcat on NetWare, so:
+ for NetWare platform.
greetz, Guenter.
-
Hi Rainer,
> - Fix whitespace in Netware make file
non-important, was more a test that commit works again; please drop from the
list.
Guenter.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
Hi,
> Hi there is new quality check release available from:
> http://people.apache.org/~mturk/jk-1.2.22-dev/
> It contains few minor fixes mostly for documentation
> and release script (owner/group for .tar)
> I'll give it 24 hours before making a tag for any
> last minute checks.
+1 for NetWare,
> Apache Tomcat Connectors 1.2.22 is:
> [x] Stable - no major issues, no regressions
> [ ] Beta - at least one significant issue -- tell us what it is
> [ ] Alpha - multiple significant issues -- tell us what they are
Guenter.
Hi,
> We have those routines twice (in jk_util.c and jk_status.c).
> We are also assuming that the platforms always have snprintf() in
> jk_lb_worker.c for example.
yes, and that was one reason why I couldnt build post-1.2.15 versions for
NetWare Apache 1.3.x and Netscape.
> In jk_global.h there
Hi Henri,
>> anybody out there who can test this with AS400?
> I could test on AS400 but mod_jk didn't works on AS400, seems to me a
> thread/log problem and I can't figure it where
I've just put the stuff into SVN, perhaps you can check it that builds at least;
if you see linkage errors then you
Hi Henri,
> Well I add to remove the JkWorkersFile directive to make mod_jk start
> and have some debug.
> I suspect the problem is that in the first stage of init the user
> profile on i5/OS is different than the real user profile in the second
> stage.
> This profile didn't have access to JkWor
Hi all,
since I often test with different Tomcat versions I would find it useful to see
the TC version too with the snoop sample, f.e. something like that (or also at
the end added):
--- snoop.jsp.orig Wed Apr 18 18:35:12 2007
+++ snoop.jsp Wed Apr 18 18:41:46 2007
@@ -19,6 +19,8 @@
R
Hi,
> Well the latest mod_jk working on i5/OS v5R3 was 1.2.19. 1.2.20,
> 1.2.21 and 1.2.22 didn't works and you could see on the dev list the
> various problems encoutered.
hmm, interesting;
I did just apply my recent sp_snprintf() hack to 1.1.19 and 1.2.20 so that I
could now compile it for
Hi,
> yes, very interesting, it could explain why there is core under i5/OS,
> this platform is very sensible when memory leak or buffer overflow
> happens...
I can add that I currently assume the leak in Apache-1.3/mod_jk.c since I dont
see the leak when I build the Apache2 module
NetWare is
Hi Rainer,
> What's the cycle of the leak:
> - per request
> - per restart
> - ??
per start/stop (restart isnt possible with AP 1.3 on NetWare) - request or no
request doesnt matter;
leak is reported after unload...; unfortunately AP 1.3 is build upon old clib,
and there I dont have the cool deb
Hi,
> My question will be, could we make APR mandatory, even for Apache 1.3 or
> IIS ?
-1 from my side; APR cant be used on NetWare with Apache 1.3 / Netscape due to
other lib version APR depends on. This would again break my just fixed things
with AP13 mod_jk and the Netscape connectors...
isnt
Hi Henri,
> I can adapt some by defines (allready commited) but others require
> more code (to be commited) and of course code less readable...
you may be able to reduce some ifdefs in jk_utils.c with f.e.:
#ifdef AS400
#define S_IFREG _S_IFREG
#endif
> BTW, I will replace call to stat() by calls
Hi Henri,
suggestion (otherwise we would also have 2 unused vars rc and ptr on all
non-AS400 platforms):
int jk_file_exists(const char *f)
{
if (f) {
struct stat st;
int rc;
#ifdef AS400
#define S_IFREG _S_IFREG
char *ptr;
/**
* i5/OS V5R4 expect filename in ASCII for
Hi,
> Well jk_stat was defined as stat in jk_util.h
> #define jk_stat(a, b) stat(a, b)
> but at the bad location ;(
sorry, just realized that and was going to revert the change and change *.h
instead...
do you fix, or should I?
-
Hi Henry,
in jk_util.h we have:
#define jk_stat(a, b) stat(a, b)
in jk_map.c we have now:
if (jk_stat(f, &statbuf) != -1)
return JK_FALSE;
previously in 1.2.22 code we had:
if ((rc = stat(f, &statbuf)) == -1)
return JK_FALSE;
am I missing something, or
Hi Henri,
we still need to take care of the change in jk_map_read_properties():
-if (jk_file_exists(f) != JK_TRUE)
+if ((rc = jk_stat(f, &statbuf)) == -1)
otherwise we cant return time_t *modified since the statbuf isnt initialized.
Guen.
Hi Henri,
I've commited the change below because I think this is an oversight with all
your recent changes;
the stat struct was not initialized with your change to jk_file_exists(f), and
thus later on
*modified = statbuf.st_mtime
was set from the uninitialized struct, and could never return somet
Hi,
Mark Thomas schrieb:
> +1. If we get feedback from users that suggests changes we can re-evaluate.
I got in the past every now and then feedbacks from users who wanted to
upgrade TC from a previous version: they were really confused by the
single packages, and always asking 'what do I really ne
Hi,
jean-frederic clere schrieb:
> On 11/23/2009 03:23 PM, jean-frederic clere wrote:
>> It seems there is a bunch of KEYS file in the
>> https://svn.apache.org/repos/asf/tomcat and in the web site.
>>
>> Should we only have one of those?
>
> The most problematic is ./tomcat-connectors/KEYS (Which
Hi Mladen,
> But that is exactly what we should *not* do.
> Tomcat comes with it's native, so if you upgrade the
> Tomcat, upgrade its native as well (if changed)
> Like said, all that can be easy done by simply
> extending requirements for building Tomcat release.
> One will need Python and a set
Hi,
> Still need to figure out what to do with all the other versions in
> a.o/dist though - we can't just leave them.
well, someone needs to commit them all to a project's SVN subdir like
'tagged_tarballs' or such;
this way the history would stay available...
Guen.
--
Hi all,
another user pointed out that Tomcat4 versions later than 4.1.34 dont work
properly on NetWare;
when you try to call any of the jsp examples, f.e. snoop.jsp, then you receive
an HTTP Status 500:
An error occurred at line: -1 in the jsp file: null
full error report here:
http://www.gknw.ne
Hi Mark,
> Not sure. It works for me with 1.4.2 on windows so it looks to be a
> platform specific issue.
> Is there anything else in any of the logs? There should be something on
> stderr if nothing else.
here's all what I could get:
http://www.gknw.net/test/tomcat/
thanks, Guenter.
-
Hi Mark,
> What I can't figure out is where the initial \ is coming from. Can you run
> the following code on your system and post the output?
now that you pointed this out I remember that I came over same issue already
with some other apps;
and it turned out that they do check for absolute paths,
Hi Mark,
> I see nothing unusual with that - NetWare behaves here exactly same as
> Windows;
> OS: NetWare
> VM: 1.4.2
> SYS:\nwtest
> SYS:\nwtest
> file:/SYS:/nwtest/
> SYS:\nwtest
> java: Class org.apache.markt.NetWareTest exited successfully
The above test was called with netware-specific -envCW
Hi Mark,
> Mark Thomas wrote:
> Found it. Test case was slightly wrong. Try the test case below. You
> should see a difference between Windows and NetWare.
yep:
java -cp sys:/nwtest org.apache.markt.NetWareTest %1
OS: NetWare
VM: 1.4.2
.
file:/SYS:/./
/SYS:/./
\SYS:\.
java: Class org.apache.markt.
Hi,
> we can't do this one
> https://issues.apache.org/bugzilla/attachment.cgi?id=21741
> that's a servlet spec class
well, that wasnt clever now!
You should first have commited, then made a trip to Kauai with your laptop, and
then from there at the Tomcat coding party via wireless *just found*
Hi all,
I've a prob with a Tomcat application.
This is an app which was bought by a customer which I work for.
The app runs on a plain WinXP box with nothing else installed on it but only
the Tomcat servive + MySQL server. The app is used through the standalone http
connector; Tomcat version is 5
Hi all,
> But since you describe "server" memory exhaustion, you should use Windows
> perfmon tool to log process memory (see HOW TO: Create and Configure
> Performance Monitor Trace Logs, http://support.microsoft.com/?kbid=302552
hmm, this link give's me a 'currently not available'.
> ) and deter
All,
while I was just looking at BZ I found a very old feature request for
NetWare:
https://issues.apache.org/bugzilla/show_bug.cgi?id=8441
what do you think? These 3 files are those we use for start/stop of TC
...; maybe we can add these files to TC 4/5, or are there any objections?
then another
42 matches
Mail list logo