DO NOT REPLY [Bug 44349] - mod_jk/1.2.26 module does not read worker.status.sticky_session_force property correctly

2008-02-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=44349





--- Additional Comments From [EMAIL PROTECTED]  2008-02-07 00:54 ---
(In reply to comment #19)
> The file contains sticky_session_force=0 (False/Off).
> Can you confirm, that the file belongs to the startup test which logged
> sticky_session_force=True, i.e. it's timestamp and PID are OK? I want to 
> exclude
> the possibility, that we are talking about a stale file.
> 
> I'll now think about ways, how the wrong information could get into the shm 
> file.

I have just:
- stopped the Apache processes.
- cleared out all [APACHE_INSTALL]/logs/jk.shm.* files.
- Checked that the workers.properties is configured with 
sticky_session_force=True.
- Started the Apache process up again.
- found the files:
- [APACHE_INSTALL]/logs/jk.shm.3597.lock
- [APACHE_INSTALL]/logs/jk.shm.3597
- checked the Apache process and it was 3597.
- I will attach jk.shm.3597 file to the ticket too.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 44349] - mod_jk/1.2.26 module does not read worker.status.sticky_session_force property correctly

2008-02-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=44349





--- Additional Comments From [EMAIL PROTECTED]  2008-02-07 00:57 ---
Created an attachment (id=21489)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=21489&action=view)
jk.shm.3597


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 40016] - SEVERE: Error filterStart

2008-02-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40016


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Additional Comments From [EMAIL PROTECTED]  2008-02-07 01:19 ---
(In reply to comment #0)
> If a servlet filter throws an exception inside its init() method, Tomcat 
outputs:
> 
> SEVERE: Error filterStart
> 
> which isn't very useful for tracking down the problem (in fact, it isn't even
> clear which class/method had the problem).
> 
> I am expecting Tomcat to display a stack-trace of the exception being thrown. 
As
> a workaround, I have to manually surround code in all my filters with try-
catch
> blocks and manually print out the stack-trace in case of errors.

I've spent some couple of days behind this problem...but no solution as of 
yet...is there any solution to this bug?...But in the first place i dont 
understand why did i get this error? what may have went wrong in the 
tomcat(5.5.23) im using(with struts1.1)?. Also no stack trace for this error 
which is even more frustrating.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33838] - Filter class not implementing javax.servlet.Filter causes silent "Error filterStart" error

2008-02-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33838


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|normal  |enhancement
 Status|RESOLVED|REOPENED
 OS/Version|Linux   |Windows XP
 Resolution|INVALID |
Version|5.0.25  |5.0.23




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 40016] - SEVERE: Error filterStart

2008-02-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40016





--- Additional Comments From [EMAIL PROTECTED]  2008-02-07 01:30 ---
To better analyse your problem  setup a InstanceListener at your context.


org.example.yourInstanceListener


A context InstanceListener are notify INIT, BEFORE, AFTER cycle...

Setup your InstanceListener class at common/classes.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r619349 - /tomcat/connectors/trunk/jk/README.txt

2008-02-07 Thread jfclere
Author: jfclere
Date: Thu Feb  7 02:24:19 2008
New Revision: 619349

URL: http://svn.apache.org/viewvc?rev=619349&view=rev
Log:
Arrange it (remove old stuff).

Modified:
tomcat/connectors/trunk/jk/README.txt

Modified: tomcat/connectors/trunk/jk/README.txt
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/README.txt?rev=619349&r1=619348&r2=619349&view=diff
==
--- tomcat/connectors/trunk/jk/README.txt (original)
+++ tomcat/connectors/trunk/jk/README.txt Thu Feb  7 02:24:19 2008
@@ -19,65 +19,15 @@
 Building
 
 
-* Install tomcat(3.3, 4.0, 4.1). Install Apache(1.3, 2.0). Any
-combination is fine, but j-t-c developers should have them all.
+* The java part is included in each tomcat build.
 
-* Copy build.properties.sample to build.properties
+Building native part:
 
-* Edit build.properties to taste. In particular it's important to set
-the paths to tomcat and apache.
+* You need to install the web server and go the native subdirectory
+  and process the instructions in its BUILDING.txt.
 
-* Run "ant". It'll build modules for all the detected containers.
+Building the doc:
 
-* If your system have a current working version of libtool, run "ant native". 
-  This will build the native connectors for the detected servers ( both jk
-  and jk2).
-
-  Alternatively, you can build using configure/make/dsp/apxs.
-
-* Run "ant install". This will copy the files in the right location
-  in your server/container. Optional: on unix systems you can create
-  symlinks ( XXX script will be provided ) and avoid copying. 
-
-Setting tomcat 3.3
-==
-
-Restart tomcat. 
-
-Setting tomcat 4.0
-==
-
-To use the ajp13 connector for tomcat 4:
-
-XXX Can we automate this ?
-
- 1) add the following to server.xml:
-
- 
-
-Setting tomcat 4.1
-==
-
-Restart tomcat. 
-
-( XXX this is not completely implemented. For now we'll use the same 
-mechanism as in 4.0 - i.e. add  in server.xml.  )
-
-Configuring JK1
-===
-
-
-
-Configuring JK2
-===
-
-
-Building the tests
-==
-( probably not working - the best test is to run watchdog/tester/3.3 test 
webapp )
-( XXX is it ok to remove this ? )
-
-* Download junit from http://www.junit.org (version 3.7 or greater is 
required).
-
-* "ant test"
\ No newline at end of file
+* Go to the subdirection xdocs and use ant
+  ant
+  The documentation will be in build/docs.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r619350 - /tomcat/connectors/trunk/jk/README.txt

2008-02-07 Thread jfclere
Author: jfclere
Date: Thu Feb  7 02:25:58 2008
New Revision: 619350

URL: http://svn.apache.org/viewvc?rev=619350&view=rev
Log:
Add a note to BUILD.txt

Modified:
tomcat/connectors/trunk/jk/README.txt

Modified: tomcat/connectors/trunk/jk/README.txt
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/README.txt?rev=619350&r1=619349&r2=619350&view=diff
==
--- tomcat/connectors/trunk/jk/README.txt (original)
+++ tomcat/connectors/trunk/jk/README.txt Thu Feb  7 02:25:58 2008
@@ -26,6 +26,8 @@
 * You need to install the web server and go the native subdirectory
   and process the instructions in its BUILDING.txt.
 
+* Read the BUILD.txt 
+
 Building the doc:
 
 * Go to the subdirection xdocs and use ant



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 40016] - SEVERE: Error filterStart

2008-02-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40016





--- Additional Comments From [EMAIL PROTECTED]  2008-02-07 03:01 ---
(In reply to comment #3)
> To better analyse your problem  setup a InstanceListener at your context.
> 
> 
> org.example.yourInstanceListener
> 
> 
> A context InstanceListener are notify INIT, BEFORE, AFTER cycle...
> 
> Setup your InstanceListener class at common/classes.

Its getting worse n worse...now my even my jsp pages have gone to 
sleep...thanks to this tomcat bug...the error that im getting is 
Exception creating bean of class publicity.abc : 
java.lang.ClassNotFoundException: 
in my  attribute...why has this stopped workinghas some jar file 
got truncated.



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 40016] - SEVERE: Error filterStart

2008-02-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40016


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2008-02-07 04:18 ---
(In reply to comment #4)
> (In reply to comment #3)
> > To better analyse your problem  setup a InstanceListener at your context.
> > 
> > 
> > org.example.yourInstanceListener
> > 
> > 
> > A context InstanceListener are notify INIT, BEFORE, AFTER cycle...
> > 
> > Setup your InstanceListener class at common/classes.
> 
> Its getting worse n worse...now my even my jsp pages have gone to 
> sleep...thanks to this tomcat bug...the error that im getting is 
> Exception creating bean of class publicity.abc : 
> java.lang.ClassNotFoundException: 
> in my  attribute...why has this stopped workinghas some jar 
file 
> got truncated.
> 
> 
For some reasons in my java-build path i had duplicate servlet-api.jar and jsp-
api.jar in them. removing those did the trick. If you use eclipse then click on 
the project name--->properties>java build path--->libraries tab
I hope it helps someone :)i have no idea on how duplicate copies came in 
there in the first place.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 6.0.16 RPM Package Available

2008-02-07 Thread Remy Maucherat
On Thu, 2008-02-07 at 07:42 -0800, Jason Brittain wrote:
> - Zero RPM package dependencies on any other RPM packages, for ease
>   of installation as a single file (other than Java itself, which you
> already have).

Hum, that last feature doesn't look so good to me :(

Rémy



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 6.0.16 RPM Package Available

2008-02-07 Thread Jason Brittain
People may easily change that if they'd like.  But, it was a
repeatedly requested
change -- too many users were complaining that they weren't able to install
other Tomcat RPMs because of dependencies they couldn't meet, and they
wished they had a package that didn't have that "problem".  They already had
Java installed, and it wasn't necessarily installed as an RPM package, and it
wasn't necessarily Sun's Java.  They just wanted to set JAVA_HOME and be
done with that.  You would be surprised how many users were asking for it to
be this way.  Also, 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:42 -0800, Jason Brittain wrote:
> > - Zero RPM package dependencies on any other RPM packages, for ease
> >   of installation as a single file (other than Java itself, which you
> > already have).
>
> Hum, that last feature doesn't look so good to me :(
>
> Rémy
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Jason Brittain

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tagging TOMCAT_NATIVE_1_1_13

2008-02-07 Thread jean-frederic clere

Hi,

I would like to tag tcnative to 1.1.13 to prepare a vote for a release. 
A minimal documentation has been prepared to plug in the tomcat-site 
pages like tomcat-connectors. The 1.1.12 had a broken configure that is 
why we need a 1.1.13.


Any pending fixes/improvements/comments?

Cheers

Jean-Frederic

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat 6.0.16 RPM Package Available

2008-02-07 Thread Jason Brittain
Hi all!

Now that Tomcat 6.0.16 is officially released, I have updated my
Tomcat RPM to version
6.0.16.  You can download it here:

http://www.webdroid.org:8080/archives/tomcat-package/tomcat-6.0.16-0.noarch.rpm

And, the source RPM is here:

http://www.webdroid.org:8080/archives/tomcat-package/tomcat-6.0.16-0.src.rpm

This should work on any RPM-based distro, but it has been heavily
tested on Fedora,
CentOS, and RedHat.  This is the same RPM package that is fully
documented in our
new book Tomcat: The Definitive Guide, 2nd Edition, which focuses on Tomcat 6.0.

Here is the readme for the RPM package:
http://www.webdroid.org:8080/repo/viewcvs.cgi/tomcat-package/trunk/README.txt?rev=98&view=markup

General features:
- Fully relocateable RPM package while still being software updateable.
- Two or more installations of the package may be installed and run at once,
  with just port and/or host address changes in each server.xml file.
- Each package installation has its own environment variable settings file
  that is used by the JVM process, which includes JVM startup parameters.
- Includes an init script that implements reliable restarts of the Tomcat JVM.
- Zero RPM package dependencies on any other RPM packages, for ease
  of installation as a single file (other than Java itself, which you
already have).

RPM Build features:
- Generates the source RPM (SRPM), the binary RPMs, and a tar.gz of each
  binary RPM's content.
- Package is renameable at build time without modifying any files.
  This feature, combined with the relocateable feature allow installation
  and operation without first removing any existing package named "tomcat".
- Supports per-developer build property settings overrides.
- Implements archiving release archives to an archival/distribution server.
- Implements a separate version properties file so that build file change
  history isn't obscured by numerous version number change commits.
- SRPM generates three binary RPMs: tomcat, tomcat-compat, and tomcat-admin.
- The spec file is written to make it as easy as possible for developers to
  upgrade the Tomcat 5.5 binary tar.gz files and pick up any new files that
  they contain, and package them in the correct package.
- Makes it easy to tag the packaging files in Subversion.

sha1sums:
e9962481f4c4b7fcc1b24bf8a011d774e7d2bb25  tomcat-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]



svn commit: r619460 - /tomcat/current/tc4.1.x/STATUS.txt

2008-02-07 Thread jim
Author: jim
Date: Thu Feb  7 07:39:21 2008
New Revision: 619460

URL: http://svn.apache.org/viewvc?rev=619460&view=rev
Log:
Cast some votes... mulling over:

   http://people.apache.org/~markt/patches/2008-01-17-tc4-lib-updates.patch


Modified:
tomcat/current/tc4.1.x/STATUS.txt

Modified: tomcat/current/tc4.1.x/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/current/tc4.1.x/STATUS.txt?rev=619460&r1=619459&r2=619460&view=diff
==
--- tomcat/current/tc4.1.x/STATUS.txt (original)
+++ tomcat/current/tc4.1.x/STATUS.txt Thu Feb  7 07:39:21 2008
@@ -27,26 +27,26 @@
 
 * Fix important vulnerability when webdav is enabled for write
   Patch: http://marc.info/?l=tomcat-dev&m=119245116910632&w=2
-  +1: markt, yoavs
+  +1: markt, yoavs, jim
   -1:
 
 * Improve fix for webdav vulnerability to workaround what looks like a parser
   bug
   http://people.apache.org/~markt/patches/2007-10-20-webdav.patch
-  +1: markt, yoavs
+  +1: markt, yoavs, jim
   -1:
 
 * Add feature to use system properties in server.xml.
   TC 5.0/5.5/6.0 already can do this, and since commons-digester
   in TC 4.1 is recent enough, it's easy for TC 4.1 to.
   
http://people.apache.org/~rjung/patches/replace_system_properties_20071018a.patch
-  +1: rjung, yoavs, markt
+  +1: rjung, yoavs, markt, jim
   -1:
 
 * Update TC4 with the new Cookie handling code from TC6. Request/Response
   only.
   http://svn.apache.org/viewvc?view=rev&revision=594968
-  +1: markt, yoavs
+  +1: markt, yoavs, jim
   -1:
 
 * Update to latest library versions (where possible). Tidy up build flags since



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r619413 - in /tomcat/connectors/trunk/jni: ./ xdocs/ xdocs/images/ xdocs/miscellaneous/ xdocs/news/

2008-02-07 Thread jfclere
Author: jfclere
Date: Thu Feb  7 05:55:54 2008
New Revision: 619413

URL: http://svn.apache.org/viewvc?rev=619413&view=rev
Log:
Commit a minimal documentation for tc-native.

Added:
tomcat/connectors/trunk/jni/xdocs/
tomcat/connectors/trunk/jni/xdocs/build.xml
tomcat/connectors/trunk/jni/xdocs/images/
tomcat/connectors/trunk/jni/xdocs/images/add.gif   (with props)
tomcat/connectors/trunk/jni/xdocs/images/code.gif   (with props)
tomcat/connectors/trunk/jni/xdocs/images/design.gif   (with props)
tomcat/connectors/trunk/jni/xdocs/images/docs.gif   (with props)
tomcat/connectors/trunk/jni/xdocs/images/fix.gif   (with props)
tomcat/connectors/trunk/jni/xdocs/images/printer.gif   (with props)
tomcat/connectors/trunk/jni/xdocs/images/tomcat.gif   (with props)
tomcat/connectors/trunk/jni/xdocs/images/update.gif   (with props)
tomcat/connectors/trunk/jni/xdocs/images/void.gif   (with props)
tomcat/connectors/trunk/jni/xdocs/miscellaneous/
tomcat/connectors/trunk/jni/xdocs/miscellaneous/changelog.xml
tomcat/connectors/trunk/jni/xdocs/miscellaneous/project.xml
tomcat/connectors/trunk/jni/xdocs/news/
tomcat/connectors/trunk/jni/xdocs/news/2008.xml
tomcat/connectors/trunk/jni/xdocs/news/project.xml
tomcat/connectors/trunk/jni/xdocs/project.xml
tomcat/connectors/trunk/jni/xdocs/style.css
tomcat/connectors/trunk/jni/xdocs/style.xsl
Modified:
tomcat/connectors/trunk/jni/CHANGELOG.txt

Modified: tomcat/connectors/trunk/jni/CHANGELOG.txt
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/CHANGELOG.txt?rev=619413&r1=619412&r2=619413&view=diff
==
--- tomcat/connectors/trunk/jni/CHANGELOG.txt (original)
+++ tomcat/connectors/trunk/jni/CHANGELOG.txt Thu Feb  7 05:55:54 2008
@@ -1,3 +1,25 @@
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+TOMCAT NATIVE CHANGELOG:   -*-text-*-
+Last modified at [$Date$]
+PLEASE DON'T WRITE IN THIS FILE BUT IN xdocs/miscellaneous/changelog.xml AND 
USE
+./jnirelease.sh
+TO BUILD THE TEXT VERSION.
+
+
 Fix: IFS problem in native/build/tcnative.m4 (rjung)
 Fix: Wrong gcc link flag in native/build/tcnative.m4 (rjung)
 Tag: 1_1.12

Added: tomcat/connectors/trunk/jni/xdocs/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/xdocs/build.xml?rev=619413&view=auto
==
--- tomcat/connectors/trunk/jni/xdocs/build.xml (added)
+++ tomcat/connectors/trunk/jni/xdocs/build.xml Thu Feb  7 05:55:54 2008
@@ -0,0 +1,168 @@
+
+
+
+
+
+  
+
+  
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+
+
+  
+  
+
+
+  
+
+
+  
+  
+
+
+
+  
+
+  
+
+
+  
+
+
+
+
+
+  
+
+
+
+
+  
+  
+
+
+
+
+  
+
+
+
+  
+  
+
+
+
+
+  
+
+
+
+  
+  
+
+ 
+  
+
+
+  
+  
+
+
+
+  
+
+
+  
+
+
+  
+  
+
+
+  
+  
+
+  
+
+
+  
+  
+
+  
+
+
+  
+  
+  
+  
+
+
+  
+  
+
+  
+
+
+  
+  
+
+
+

Added: tomcat/connectors/trunk/jni/xdocs/images/add.gif
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/xdocs/images/add.gif?rev=619413&view=auto
==
Binary file - no diff available.

Propchange: tomcat/connectors/trunk/jni/xdocs/images/add.gif
--
svn:mime-type = application/octet-stream

Added: tomcat/connectors/trunk/jni/xdocs/images/code.gif
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/xdocs/images/code.gif?rev=619413&view=auto
=

svn commit: r619415 - /tomcat/connectors/trunk/jni/xdocs/build.xml

2008-02-07 Thread jfclere
Author: jfclere
Date: Thu Feb  7 06:00:39 2008
New Revision: 619415

URL: http://svn.apache.org/viewvc?rev=619415&view=rev
Log:
Fix the ant warning:
the task name  is deprecated. Use  instead.

Modified:
tomcat/connectors/trunk/jni/xdocs/build.xml

Modified: tomcat/connectors/trunk/jni/xdocs/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/xdocs/build.xml?rev=619415&r1=619414&r2=619415&view=diff
==
--- tomcat/connectors/trunk/jni/xdocs/build.xml (original)
+++ tomcat/connectors/trunk/jni/xdocs/build.xml Thu Feb  7 06:00:39 2008
@@ -60,7 +60,7 @@
 
 
 
-