cvs commit: jakarta-tomcat-connectors/jk/native/common jk_version.h

2005-05-16 Thread mturk
mturk   2005/05/15 23:31:34

  Modified:jk/native/common jk_version.h
  Log:
  Bump the version to 1.2.13
  
  Revision  ChangesPath
  1.42  +2 -2  jakarta-tomcat-connectors/jk/native/common/jk_version.h
  
  Index: jk_version.h
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_version.h,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- jk_version.h  7 May 2005 10:39:43 -   1.41
  +++ jk_version.h  16 May 2005 06:31:34 -  1.42
  @@ -32,7 +32,7 @@
   #define JK_VERBETA  0
   #define JK_BETASTRING   0
   /* set JK_VERISRELEASE to 1 when release (do not forget to commit!) */
  -#define JK_VERISRELEASE 0
  +#define JK_VERISRELEASE 1
   #define JK_VERRC0
   #define JK_RCSTRING 0
   
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/xdocs/news 20050101.xml

2005-05-16 Thread mturk
mturk   2005/05/15 23:40:31

  Modified:jk/xdocs changelog.xml index.xml
   jk/xdocs/config workers.xml
   jk/xdocs/news 20050101.xml
  Log:
  Add notes about 1.2.13 test release.
  
  Revision  ChangesPath
  1.32  +4 -0  jakarta-tomcat-connectors/jk/xdocs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/changelog.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- changelog.xml 15 May 2005 11:10:12 -  1.31
  +++ changelog.xml 16 May 2005 06:40:31 -  1.32
  @@ -26,6 +26,10 @@
 subsection name=Native
   changelog
 update
  +  Added lock directive for load balancer that allows more acurate
  +  load balancing in case of burst load. (mturk)
  +  /update  
  +  update
 Added worker.maintain directive to allow customizing default 10
 second timeout. On busy servers this value needs to be set on
 higher value. (mturk)
  
  
  
  1.36  +10 -0 jakarta-tomcat-connectors/jk/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/index.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- index.xml 7 May 2005 10:29:52 -   1.35
  +++ index.xml 16 May 2005 06:40:31 -  1.36
  @@ -28,6 +28,16 @@
   section name=Headlines
   br /
   ul
  +lia href=news/20050101.html#20050516.116 May 2005 - bJK-1.2.13 
released/b/a
  +pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability
  +of Jakarta Tomcat Connectors 1.2.13 tarrbals for testing.
  +/p
  +pDownlad the a 
href=http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jk-1.2.13/jakarta-tomcat-connectors-1.2.13-src.tar.gz;JK
 1.2.13 release sources/a
  + | a 
href=http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jk-1.2.13/jakarta-tomcat-connectors-1.2.13-src.tar.gz.asc;PGP
 signature/a
  +/p
  +pDownload the a 
href=http://www.apache.org/dist/jakarta/tomcat-connectors/jk/binaries/;binaries/a
 for selected platforms.
  +/p
  +/li
   lia href=news/20050101.html#20050507.17 May 2005 - bJK-1.2.12 
released/b/a
   pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability
   of Jakarta Tomcat Connectors 1.2.12.
  
  
  
  1.19  +12 -0 jakarta-tomcat-connectors/jk/xdocs/config/workers.xml
  
  Index: workers.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/config/workers.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- workers.xml   15 May 2005 11:10:12 -  1.18
  +++ workers.xml   16 May 2005 06:40:31 -  1.19
  @@ -281,6 +281,18 @@
   /p
   /directive
   
  +directive name=lock default=Optimistic required=false
  +Specifies what lock method the load balancer will use for synchronizing
  +shared memory runtime data.
  +If lock is set to bO[ptimistic]/b balancer will not use shared memory 
lock
  +to find the best worker. If set to bP[essimistic]/b balancer will use
  +shared memory lock. The balancer will work more accurately in case of
  +Pessimistic locking, but can slow down the average response time.
  +p
  +This feature has been added in bjk 1.2.13/b.
  +/p
  +/directive
  +
   directive name=secret default= required=false
   Set a default secret word for all defined workers. 
   See worker secret attribute description for more info.
  
  
  
  1.4   +19 -0 jakarta-tomcat-connectors/jk/xdocs/news/20050101.xml
  
  Index: 20050101.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/news/20050101.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- 20050101.xml  7 May 2005 10:29:52 -   1.3
  +++ 20050101.xml  16 May 2005 06:40:31 -  1.4
  @@ -21,6 +21,25 @@
   /a
   hr size=1 noshade=noshade /
   --
  +a name=20050516.1 
  +h37 May - JK-1.2.13 released/h3
  +pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability
  +of Jakarta Tomcat Connectors 1.2.13. This is development release and contains
  +few bug fixes found in 1.2.12 version.
  +/p
  +p
  +We expect it to be ratified as a Stable release and to be re-tagged to 
1.2.14 version
  +within next two weeks.
  +/p
  +p
  + Please see the a href=../changelog.htmlChangeLog/a for a full list of 
changes.
  +/p
  +pIf you find any bugs while using this release, please fill in the
  +a 
href=http://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%205;Bugzilla/a
  +Bug Report. When entering bug select bNative:JK/b Component.
  +/p
  +/a
  +hr size=1 noshade=noshade /
   a name=20050507.1 
   h37 

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_version.h

2005-05-16 Thread mturk
mturk   2005/05/15 23:43:56

  Modified:jk/native/common jk_version.h
  Log:
  Bump the version to 1.2.14-dev after JK_1_2_13 tag.
  
  Revision  ChangesPath
  1.43  +4 -4  jakarta-tomcat-connectors/jk/native/common/jk_version.h
  
  Index: jk_version.h
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_version.h,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- jk_version.h  16 May 2005 06:31:34 -  1.42
  +++ jk_version.h  16 May 2005 06:43:56 -  1.43
  @@ -25,14 +25,14 @@
   /** START OF AREA TO MODIFY BEFORE RELEASING */
   #define JK_VERMAJOR 1
   #define JK_VERMINOR 2
  -#define JK_VERFIX   13
  -#define JK_VERSTRING1.2.13
  +#define JK_VERFIX   14
  +#define JK_VERSTRING1.2.14
   
   /* Beta number */
   #define JK_VERBETA  0
   #define JK_BETASTRING   0
   /* set JK_VERISRELEASE to 1 when release (do not forget to commit!) */
  -#define JK_VERISRELEASE 1
  +#define JK_VERISRELEASE 0
   #define JK_VERRC0
   #define JK_RCSTRING 0
   
  
  
  

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



GERMAN SPAM

2005-05-16 Thread Shey Rab Pawo
Is eeryone one else being spammed mercilously with German spam to this list?

-- 
No one ever went blind looking at the bright side of life.

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



Réf. : GERMAN SPAM

2005-05-16 Thread jeanclaude . mailhot
Is eeryone one else being spammed mercilously with German spam to this 
list?

YES AND I AM FED UP WITH THOSE SPAMS


Jean Claude MAILHOT
Nexans China
tel : 00 86 21 50462990 ext 601
mob ; 00 86 13901832542
Fax : 00 86 21 50462980
Nexans Shanghai Wires  Cables Co Ltd
N 1, Middle Fute road, Waigaoqiao Free Trade Zone,
Shanghai 200131,P.R China





Shey Rab Pawo [EMAIL PROTECTED]
05/16/2005 02:44 PM
Veuillez répondre à Tomcat Developers List

 
Pour :  Tomcat Users List tomcat-dev@jakarta.apache.org
cc : 
Objet : GERMAN SPAM


Is eeryone one else being spammed mercilously with German spam to this 
list?

-- 
No one ever went blind looking at the bright side of life.

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




DO NOT REPLY [Bug 34931] New: - Built-in webapps should be W3C standard compliant

2005-05-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=34931.
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=34931

   Summary: Built-in webapps should be W3C standard compliant
   Product: Tomcat 5
   Version: 5.5.9
  Platform: Other
OS/Version: All
Status: NEW
  Severity: minor
  Priority: P3
 Component: Webapps:Manager
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


The webapps provided with Tomcat include: ROOT, manager, admin (available
separately now), documentation and examples.

It would make sense to demonstrate best practice if these are upgraded to
produce W3C standard compliant XHTML, using CSS for layout and presentation.

-- 
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 34931] - Built-in webapps should be W3C standard compliant

2005-05-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=34931.
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=34931





--- Additional Comments From [EMAIL PROTECTED]  2005-05-16 09:44 ---
Created an attachment (id=15044)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=15044action=view)
This patch fixes ROOT/index.jsp to be XHTML using CSS


-- 
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: Web standards in Tomcat webapps

2005-05-16 Thread Rick Beton
Mark Thomas wrote:
Bugzilla item with patch for review is the way to go. I suggest 
starting small in case there is something the committers don't like ;)

The other thing to bear in mind is that many of the docs and the 
Tomcat web-site are actually generated from xml using style sheets. 
See the CVS repository Jakarta-tomcat-site for details.

Roger wilco.
See http://issues.apache.org/bugzilla/show_bug.cgi?id=34931
I've added the same patch to it as per my first email.
Rick


--
Visit our website at www.roke.co.uk
Roke Manor Research Ltd, Roke Manor, Romsey, Hampshire SO51 0ZN, UK.
The information contained in this e-mail and any attachments is proprietary to
Roke Manor Research Ltd and must not be passed to any third party without
permission. This communication is for information only and shall not create or
change any contractual relationship.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


JK 1.2.13 TAGGED

2005-05-16 Thread Mladen Turk
Hi,
JK 1.2.13 has been taggeded as we agreed last week,
and the tarballs are available at:
http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jk-1.2.13/
For those that don't have WIN32 compiler there is a set of binaries at:
http://www.apache.org/dist/jakarta/tomcat-connectors/jk/binaries/win32/
Please test as much as possible since we'll be aiming towards 1.2.14
stable by simply rettaging if no bugs are present. In case they are, we
can made few 1.2.14-rc-xx versions, as we done with 1.2.7.
Further more, as agreed, we'll froze the 1.2 branch and only
do a bug fixing, so please don't add any new features to that branch.
Regards,
Mladen.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: GERMAN SPAM

2005-05-16 Thread Rick Beton
Shey Rab Pawo wrote:
Is eeryone one else being spammed mercilously with German spam to this list?
 

Yes
:-(


--
Visit our website at www.roke.co.uk
Roke Manor Research Ltd, Roke Manor, Romsey, Hampshire SO51 0ZN, UK.
The information contained in this e-mail and any attachments is proprietary to
Roke Manor Research Ltd and must not be passed to any third party without
permission. This communication is for information only and shall not create or
change any contractual relationship.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Réf. : Trotz Stellenabbau

2005-05-16 Thread Rick Beton
[EMAIL PROTECTED] wrote:
To whomever it concerns:
I never asked to suscribe to Tomcat Developers List
PLEASE UNSUBSCRIBE ME ASAP FROM TOMCAT. 
 

Respectfully - do it yourself:
http://jakarta.apache.org/site/mail2.html#Tomcat
R


--
Visit our website at www.roke.co.uk
Roke Manor Research Ltd, Roke Manor, Romsey, Hampshire SO51 0ZN, UK.
The information contained in this e-mail and any attachments is proprietary to
Roke Manor Research Ltd and must not be passed to any third party without
permission. This communication is for information only and shall not create or
change any contractual relationship.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


cvs commit: jakarta-tomcat-connectors/jk/native/iis/installer isapi-redirector-win32-msi.ism

2005-05-16 Thread mturk
mturk   2005/05/16 01:13:39

  Modified:jk/native/iis isapi_redirect.rc
   jk/native/iis/installer isapi-redirector-win32-msi.ism
  Log:
  Bump the version to 1.2.14-dev after JK_1_2_13 tag.
  
  Revision  ChangesPath
  1.5   +3 -3  jakarta-tomcat-connectors/jk/native/iis/isapi_redirect.rc
  
  Index: isapi_redirect.rc
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/native/iis/isapi_redirect.rc,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- isapi_redirect.rc 12 May 2005 18:55:08 -  1.4
  +++ isapi_redirect.rc 16 May 2005 08:13:39 -  1.5
  @@ -14,13 +14,13 @@
   specific language governing permissions and  \
   limitations under the License.
   
  -#define JK_VERSION_STR  1.2.11-dev
  +#define JK_VERSION_STR  1.2.14-dev
   #define JK_DLL_BASENAME isapi_redirect- JK_VERSION_STR
   
   
   1 VERSIONINFO
  - FILEVERSION 1,2,11,0
  - PRODUCTVERSION 1,2,11,0
  + FILEVERSION 1,2,14,0
  + PRODUCTVERSION 1,2,14,0
FILEFLAGSMASK 0x3fL
   #if defined(_DEBUG)
FILEFLAGS 0x01L
  
  
  
  1.10  +1 -1  
jakarta-tomcat-connectors/jk/native/iis/installer/isapi-redirector-win32-msi.ism
  
  Index: isapi-redirector-win32-msi.ism
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/native/iis/installer/isapi-redirector-win32-msi.ism,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- isapi-redirector-win32-msi.ism12 May 2005 18:55:09 -  1.9
  +++ isapi-redirector-win32-msi.ism16 May 2005 08:13:39 -  1.10
  @@ -3288,7 +3288,7 @@
rowtdProductID/tdtdnone/tdtd//row
rowtdProductLanguage/tdtd1033/tdtd//row
rowtdProductName/tdtdJakarta Isapi 
Redirector/tdtd//row
  - rowtdProductVersion/tdtd1.2.12/tdtd//row
  + rowtdProductVersion/tdtd1.2.14/tdtd//row
rowtdProgressType0/tdtdinstall/tdtd//row
rowtdProgressType1/tdtdInstalling/tdtd//row
rowtdProgressType2/tdtdinstalled/tdtd//row
  
  
  

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



[EMAIL PROTECTED]: Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed

2005-05-16 Thread Bill Barker
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 [EMAIL PROTECTED]

Project jakarta-tomcat-jk-native has an issue affecting its community 
integration.
This issue affects 1 projects,
 and has been outstanding for 155 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- jakarta-tomcat-jk-native :  Connectors to various web servers


Full details are available at:

http://brutus.apache.org/gump/public/jakarta-tomcat-connectors/jakarta-tomcat-jk-native/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -INFO- Failed with reason build failed



The following work was performed:
http://brutus.apache.org/gump/public/jakarta-tomcat-connectors/jakarta-tomcat-jk-native/gump_work/build_jakarta-tomcat-connectors_jakarta-tomcat-jk-native.html
Work Name: build_jakarta-tomcat-connectors_jakarta-tomcat-jk-native (Type: 
Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: make 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-tomcat-connectors/jk/native]
-
Making all in common
make[1]: Entering directory 
`/home/gump/workspaces2/public/workspace/jakarta-tomcat-connectors/jk/native/common'
/bin/sh 
/usr/local/gump/public/workspace/apache-httpd/dest-16052005/build/libtool 
--silent --mode=compile gcc 
-I/usr/local/gump/public/workspace/apache-httpd/dest-16052005/include -g -O2 -g 
-O2 -pthread -DHAVE_APR  
-I/usr/local/gump/public/workspace/apr/dest-16052005/include/apr-1 -g -O2 
-DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-I/home/gump/workspaces2/public/workspace/apache-httpd/srclib/pcre -I 
/opt/jdk1.4/include -I /opt/jdk1.4/include/ -c jk_ajp12_worker.c 
/usr/local/gump/public/workspace/apache-httpd/dest-16052005/build/libtool: 
/usr/local/gump/public/workspace/apache-httpd/dest-16052005/build/libtool: No 
such file or directory
make[1]: *** [jk_ajp12_worker.lo] Error 127
make[1]: Leaving directory 
`/home/gump/workspaces2/public/workspace/jakarta-tomcat-connectors/jk/native/common'
make: *** [all-recursive] Error 1
-

To subscribe to this information via syndicated feeds:
- RSS: 
http://brutus.apache.org/gump/public/jakarta-tomcat-connectors/jakarta-tomcat-jk-native/rss.xml
- Atom: 
http://brutus.apache.org/gump/public/jakarta-tomcat-connectors/jakarta-tomcat-jk-native/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2316052005, brutus:brutus-public:2316052005
Gump E-mail Identifier (unique within run) #16.

--
Apache Gump
http://gump.apache.org/ [Instance: brutus]

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



[EMAIL PROTECTED]: Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed

2005-05-16 Thread Bill Barker
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 [EMAIL PROTECTED]

Project jakarta-tomcat-jk-native has an issue affecting its community 
integration.
This issue affects 1 projects,
 and has been outstanding for 155 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- jakarta-tomcat-jk-native :  Connectors to various web servers


Full details are available at:

http://brutus.apache.org/gump/public/jakarta-tomcat-connectors/jakarta-tomcat-jk-native/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -INFO- Failed with reason build failed



The following work was performed:
http://brutus.apache.org/gump/public/jakarta-tomcat-connectors/jakarta-tomcat-jk-native/gump_work/build_jakarta-tomcat-connectors_jakarta-tomcat-jk-native.html
Work Name: build_jakarta-tomcat-connectors_jakarta-tomcat-jk-native (Type: 
Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: make 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-tomcat-connectors/jk/native]
-
Making all in common
make[1]: Entering directory 
`/home/gump/workspaces2/public/workspace/jakarta-tomcat-connectors/jk/native/common'
/bin/sh 
/usr/local/gump/public/workspace/apache-httpd/dest-16052005/build/libtool 
--silent --mode=compile gcc 
-I/usr/local/gump/public/workspace/apache-httpd/dest-16052005/include -g -O2 -g 
-O2 -pthread -DHAVE_APR  
-I/usr/local/gump/public/workspace/apr/dest-16052005/include/apr-1 -g -O2 
-DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-I/home/gump/workspaces2/public/workspace/apache-httpd/srclib/pcre -I 
/opt/jdk1.4/include -I /opt/jdk1.4/include/ -c jk_ajp12_worker.c 
/usr/local/gump/public/workspace/apache-httpd/dest-16052005/build/libtool: 
/usr/local/gump/public/workspace/apache-httpd/dest-16052005/build/libtool: No 
such file or directory
make[1]: *** [jk_ajp12_worker.lo] Error 127
make[1]: Leaving directory 
`/home/gump/workspaces2/public/workspace/jakarta-tomcat-connectors/jk/native/common'
make: *** [all-recursive] Error 1
-

To subscribe to this information via syndicated feeds:
- RSS: 
http://brutus.apache.org/gump/public/jakarta-tomcat-connectors/jakarta-tomcat-jk-native/rss.xml
- Atom: 
http://brutus.apache.org/gump/public/jakarta-tomcat-connectors/jakarta-tomcat-jk-native/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2316052005, brutus:brutus-public:2316052005
Gump E-mail Identifier (unique within run) #16.

--
Apache Gump
http://gump.apache.org/ [Instance: brutus]

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



Re: cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2005-05-16 Thread Remy Maucherat
Bill Barker wrote:
Gump has been nagging about this for, like, almost a week now.  You're a 
week late to be b*tching about this.
I didn't build clean, so I didn't see it until yesterday. I never pay 
attention to gump messages BTW.

I want to allow the committers that don't check email over the weekend a 
chance to review my Jk-Coyote patch for this particular issue, and then 
if Mark doesn't patch it first, I promise that Gump will get a clean 
build.  At this point, all it takes is anybody with half a brain and 
Karma to finish the patch.
I'm busy with other things at the moment ...
Rémy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


cvs commit: jakarta-tomcat-connectors/jni/native/src network.c

2005-05-16 Thread mturk
mturk   2005/05/16 03:46:59

  Modified:jni/native/src network.c
  Log:
  Remove all calls to functions that was used for checking of
  input param validity. If needed it is much cheaper to do that in Java
  side, and ensure the calling params are correct.
  
  Revision  ChangesPath
  1.16  +14 -36jakarta-tomcat-connectors/jni/native/src/network.c
  
  Index: network.c
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/network.c,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- network.c 23 Apr 2005 18:33:39 -  1.15
  +++ network.c 16 May 2005 10:46:59 -  1.16
  @@ -195,7 +195,7 @@
 jbyteArray buf, jint offset, jint 
tosend)
   {
   apr_socket_t *s = J2P(sock, apr_socket_t *);
  -apr_size_t nbytes = (*e)-GetArrayLength(e, buf);
  +apr_size_t nbytes = (apr_size_t)tosend;
   jbyte *bytes;
   apr_int32_t nb;
   apr_status_t ss;
  @@ -203,8 +203,6 @@
   UNREFERENCED(o);
   TCN_ASSERT(sock != 0);
   apr_socket_opt_get(s, APR_SO_NONBLOCK, nb);
  -if (tosend  0)
  -nbytes = min(nbytes - offset, (apr_size_t)tosend);
   if (nb)
bytes = (*e)-GetPrimitiveArrayCritical(e, buf, NULL);
   else
  @@ -225,7 +223,7 @@
   jobject buf, jint offset, jint len)
   {
   apr_socket_t *s = J2P(sock, apr_socket_t *);
  -apr_size_t nbytes;
  +apr_size_t nbytes = (apr_size_t)len;
   char *bytes;
   apr_status_t ss;
   
  @@ -233,11 +231,6 @@
   TCN_ASSERT(sock != 0);
   TCN_ASSERT(buf != NULL);
   bytes  = (char *)(*e)-GetDirectBufferAddress(e, buf);
  -nbytes = (apr_size_t)(*e)-GetDirectBufferCapacity(e, buf);
  -if (bytes == NULL || nbytes  0)
  -return (jint)(-APR_EINVAL);
  -if (len  0)
  -nbytes = min(nbytes - offset, (apr_size_t)len);
   ss = apr_socket_send(s, bytes + offset, nbytes);
   
   if (ss == APR_SUCCESS)
  @@ -285,16 +278,16 @@
   {
   apr_socket_t *s = J2P(sock, apr_socket_t *);
   apr_sockaddr_t *w = J2P(where, apr_sockaddr_t *);
  -apr_size_t nbytes = (*e)-GetArrayLength(e, buf);
  +apr_size_t nbytes = (apr_size_t)tosend;
   jbyte *bytes = (*e)-GetByteArrayElements(e, buf, NULL);
   apr_int32_t nb;
   apr_status_t ss;
   
   UNREFERENCED(o);
   TCN_ASSERT(sock != 0);
  +TCN_ASSERT(bytes != NULL);
  +
   apr_socket_opt_get(s, APR_SO_NONBLOCK, nb);
  -if (tosend  0)
  -nbytes = min(nbytes - offset, (apr_size_t)tosend);
   if (nb)
bytes = (*e)-GetPrimitiveArrayCritical(e, buf, NULL);
   else
  @@ -315,15 +308,13 @@
  jbyteArray buf, jint offset, jint 
toread)
   {
   apr_socket_t *s = J2P(sock, apr_socket_t *);
  -apr_size_t nbytes = (*e)-GetArrayLength(e, buf);
  +apr_size_t nbytes = (apr_size_t)toread;
   jbyte *bytes = (*e)-GetByteArrayElements(e, buf, NULL);
   apr_status_t ss;
   
   UNREFERENCED(o);
   TCN_ASSERT(sock != 0);
  -if (toread  0)
  -nbytes = min(nbytes - offset, (apr_size_t)toread);
  -
  +TCN_ASSERT(bytes != NULL);
   ss = apr_socket_recv(s, bytes + offset, nbytes);
   
   (*e)-ReleaseByteArrayElements(e, buf, bytes,
  @@ -339,7 +330,7 @@
   jint toread, jlong timeout)
   {
   apr_socket_t *s = J2P(sock, apr_socket_t *);
  -apr_size_t nbytes = (*e)-GetArrayLength(e, buf);
  +apr_size_t nbytes = (apr_size_t)toread;
   jbyte *bytes = (*e)-GetByteArrayElements(e, buf, NULL);
   apr_status_t ss;
   apr_interval_time_t t;
  @@ -347,9 +338,8 @@
   UNREFERENCED(o);
   TCN_ASSERT(sock != 0);
   TCN_ASSERT(buf != NULL);
  +TCN_ASSERT(bytes != NULL);
   
  -if (toread  0)
  -nbytes = min(nbytes - offset, (apr_size_t)toread);
   if ((ss = apr_socket_timeout_get(s, t)) != APR_SUCCESS)
   goto cleanup;
   if ((ss = apr_socket_timeout_set(s, J2T(timeout))) != APR_SUCCESS)
  @@ -371,19 +361,14 @@
   {
   apr_socket_t *s = J2P(sock, apr_socket_t *);
   apr_status_t ss;
  -apr_size_t nbytes;
  +apr_size_t nbytes = (apr_size_t)len;
   char *bytes;
   
   UNREFERENCED(o);
   TCN_ASSERT(sock != 0);
   TCN_ASSERT(buf != NULL);
   bytes  = (char *)(*e)-GetDirectBufferAddress(e, buf);
  -nbytes = (apr_size_t)(*e)-GetDirectBufferCapacity(e, buf);
  -if (bytes == NULL || nbytes  0)
  -return (jint)(-APR_EINVAL);
  -if (len  0)
  -nbytes = min(nbytes - offset, (apr_size_t)len);
  -
  +TCN_ASSERT(bytes != NULL);
   ss = apr_socket_recv(s, bytes + offset, nbytes);
   
   if (ss == APR_SUCCESS)
  @@ -398,7 +383,7 @@
   {
   apr_socket_t *s = J2P(sock, apr_socket_t *);
   apr_status_t ss;
  -apr_size_t 

cvs commit: jakarta-tomcat-catalina/webapps/docs project.xml index.xml

2005-05-16 Thread remm
remm2005/05/16 04:18:59

  Modified:webapps/docs/config project.xml
   webapps/docs project.xml index.xml
  Log:
  - Branding fixes (in the visible places) to Apache Tomcat everywhere.
  
  Revision  ChangesPath
  1.6   +3 -3  jakarta-tomcat-catalina/webapps/docs/config/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml   27 Aug 2004 14:10:22 -  1.5
  +++ project.xml   16 May 2005 11:18:59 -  1.6
  @@ -1,11 +1,11 @@
   ?xml version=1.0 encoding=ISO-8859-1?
  -project name=Server Configuration Reference
  +project name=Apache Tomcat Configuration Reference
   href=http://jakarta.apache.org/tomcat/;
   
  -  titleServer Configuration Reference/title
  +  titleApache Tomcat Configuration Reference/title
   
 logo href=/images/tomcat.gif
  -The Tomcat Servlet/JSP Container
  +The Apache Tomcat Servlet/JSP Container
 /logo
   
   
  
  
  
  1.28  +7 -7  jakarta-tomcat-catalina/webapps/docs/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/project.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- project.xml   8 Dec 2004 15:00:33 -   1.27
  +++ project.xml   16 May 2005 11:18:59 -  1.28
  @@ -1,11 +1,11 @@
   ?xml version=1.0 encoding=ISO-8859-1?
  -project name=Apache Jakarta Tomcat Documentation - Top Level Directory
  +project name=Apache Tomcat Documentation - Top Level Directory
   href=http://jakarta.apache.org/tomcat/;
   
  -titleThe Apache Jakarta Tomcat 5.5 Servlet/JSP Container/title
  +titleThe Apache Tomcat 5.5 Servlet/JSP Container/title
   
   logo href=/images/tomcat.gif
  -  The Apache Jakarta Tomcat Servlet/JSP Container
  +  The Apache Tomcat Servlet/JSP Container
   /logo
   
   
  @@ -47,21 +47,21 @@
   
   menu name=Reference
   item name=Release Notes href=RELEASE-NOTES.txt/
  -item name=Tomcat Configuration  href=config/index.html/
  +item name=Apache Tomcat Configuration  href=config/index.html/
   item name=JK 1.2 Documentation  
 href=http://jakarta.apache.org/tomcat/connectors-doc//
   item name=Servlet API Javadocs  href=servletapi/index.html/
   item name=JSP API Javadocs  href=jspapi/index.html/
   /menu
   
  -menu name=Tomcat Development
  +menu name=Apache Tomcat Development
   item name=Building  href=building.html/
   item name=Changelog href=changelog.html/
   item name=Statushref=status.html/
   item name=Developershref=developers.html/
   item name=Functional Specs. 
href=catalina/funcspecs/index.html/
  -item name=Tomcat Javadocs   
href=catalina/docs/api/index.html/
  -item name=Jasper Javadocs   
href=jasper/docs/api/index.html/
  +item name=Apache Tomcat Javadocs   
href=catalina/docs/api/index.html/
  +item name=Apache Jasper Javadocs   
href=jasper/docs/api/index.html/
   item name=Architecture  href=architecture/index.html /
   /menu
   
  
  
  
  1.22  +32 -32jakarta-tomcat-catalina/webapps/docs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/index.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- index.xml 29 Nov 2004 14:38:02 -  1.21
  +++ index.xml 16 May 2005 11:18:59 -  1.22
  @@ -18,7 +18,7 @@
   section name=Introduction
   
   pThis is the top-level entry point of the documentation bundle for the
  -strongApache Jakarta Tomcat/strong Servlet/JSP container.  Tomcat 
version 5.5 
  +strongApache Tomcat/strong Servlet/JSP container.  Apache Tomcat version 
5.5 
   implements the
   Servlet 2.4 and JavaServer Pages 2.0 specifications from the
   a href=http://www.jcp.org;Java Community Process/a, and includes many
  @@ -32,16 +32,16 @@
   /section
   
   
  -section name=Tomcat User Guide
  +section name=Apache Tomcat User Guide
   
   pThe following documents will assist you in downloading, installing
  -Tomcat 5, and using many of the Tomcat features./p
  +Apache Tomcat 5, and using many of the Apache Tomcat features./p
   
   ol
   lia href=introduction.htmlstrongIntroduction/strong/a - A
  -brief, high level, overview of Tomcat./li
  +brief, high level, overview of Apache Tomcat./li
   lia href=setup.htmlstrongSetup/strong/a - How to install and run
  -Tomcat on a variety of platforms./li
  

cvs commit: jakarta-tomcat-site/xdocs/stylesheets project.xml

2005-05-16 Thread remm
remm2005/05/16 04:19:38

  Modified:docs bugreport.html index.html irc.html resources.html
   docs/faq development.html
   docs/faq/printer development.html
   xdocsbugreport.xml index.xml irc.xml resources.xml
   xdocs/stylesheets project.xml
  Log:
  - Fix branding to use Apache Tomcat everywhere.
  
  Revision  ChangesPath
  1.32  +32 -32jakarta-tomcat-site/docs/bugreport.html
  
  Index: bugreport.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-site/docs/bugreport.html,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- bugreport.html3 May 2005 13:48:12 -   1.31
  +++ bugreport.html16 May 2005 11:19:38 -  1.32
  @@ -2,7 +2,7 @@
   !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN 
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;
   html
   head
  -titleThe Jakarta Site - Report a Tomcat Bug/title
  +titleThe Jakarta Site - Reporting Apache Tomcat Bugs/title
   meta value=Glenn L. Nielsen name=author /
   meta value= name=email /
   /head
  @@ -168,9 +168,9 @@
   td
   p
   blockquote
  -pThe Tomcat community consists of those who use Tomcat, help answer
  +pThe Apache Tomcat community consists of those who use Apache Tomcat, help 
answer
   questions on discussions lists, contribute documentation and patches,
  -and those who develop and maintain the code for Tomcat.  Almost all those
  +and those who develop and maintain the code for Apache Tomcat.  Almost all 
those
   who assist on a day to day basis resolving bug reports do this for a
   wide variety of reasons, and almost all of them do this on their own 
time./p
   
  @@ -179,7 +179,7 @@
   privately by email to a href=mailto:[EMAIL PROTECTED][EMAIL 
PROTECTED]/a.
   /p
   
  -pMany bugs reported end up not being a bug in the Tomcat code, but are
  +pMany bugs reported end up not being a bug in the Apache Tomcat code, but 
are
   due to misconfiguration, problems caused by installed applications, the
   operating system, etc.
   ul
  @@ -203,8 +203,8 @@
   tr
   td bgcolor=#525D76
   font face=arial,helvetica,sanserif color=#ff
  -a name=Resources to help resolve Tomcat problems
  -strongResources to help resolve Tomcat problems/strong
  +a name=Resources to help resolve Apache Tomcat problems
  +strongResources to help resolve Apache Tomcat problems/strong
   /a
   /font
   /td
  @@ -232,12 +232,12 @@
   p
   li
   bDocumentation/b - Review the documentation for the version
  -  of Tomcat you are using.  The problem you are having may already
  +  of Apache Tomcat you are using.  The problem you are having may already
 be addressed in the docs./li
   li
  -bLogs/b - The logs which Tomcat generates can be a valuable
  +bLogs/b - The logs which Apache Tomcat generates can be a valuable
 resource when trying to diagnose a problem.  Please review them.
  -  You may want to enable debug output in your Tomcat configuration
  +  You may want to enable debug output in your Apache Tomcat configuration
 so that you have more information to help diagnose the problem./li
   li
   bFAQ's/b - Search Frequently Asked Question documents. FAQ's
  @@ -275,13 +275,13 @@
   liSomeone else may have reported the bug, you could add supporting
   information to help reproduce and resolve the bug./li
 /ul
  -  Search the Tomcat 3 bug database
  +  Search the Apache Tomcat 3 bug database
 a 
href=http://issues.apache.org/bugzilla/query.cgi?product=Tomcat%203;
 here/a.br /
  -  Search the Tomcat 4 bug database
  +  Search the Apache Tomcat 4 bug database
 a 
href=http://issues.apache.org/bugzilla/query.cgi?product=Tomcat%204;
 here/a.br /
  -  Search the Tomcat 5 bug database
  +  Search the Apache Tomcat 5 bug database
 a 
href=http://issues.apache.org/bugzilla/query.cgi?product=Tomcat%205;
 here/a.br /
   /p
  @@ -299,8 +299,8 @@
   tr
   td bgcolor=#828DA6
   font face=arial,helvetica,sanserif color=#ff
  -a name=Tomcat discussion lists
  -strongTomcat discussion lists/strong
  +a name=Apache Tomcat discussion lists
  +strongApache Tomcat discussion lists/strong
   /a
   /font
   /td
  @@ -312,13 +312,13 @@
 Others may have already found a solution.  The btomcat-user/b
 or btomcat-dev/b list archives may contain discussions which
 will help you resolve the problem.
  -  Here are four resources to view the Tomcat User List archives:
  +  Here are four resources to view the Apache Tomcat User List archives:
  a 
href=http://marc.theaimsgroup.com/?l=tomcat-useramp;r=1amp;w=2;Mailing list 
ARChives/a,
  a href=http://mail-archives.apache.org/eyebrowse/[EMAIL 
PROTECTED]Eyebrowse/a,
  a 

DO NOT REPLY [Bug 34866] - redeployment of webapp deletes context XML descriptor

2005-05-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=34866.
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=34866


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |




--- Additional Comments From [EMAIL PROTECTED]  2005-05-16 16:48 ---
It is not a duplicate of 34840.

The problem is present, it is imposible now to keep initial
context parameters and database JNDI resources separately from WAR archive
and update WAR.

It is really annoying not to be able update WAR file without loosing
initial context parameters and database connection.



-- 
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: JK 1.2.13 TAGGED

2005-05-16 Thread Glenn Nielsen
Builds with Sun CC on Solaris 7/8 with Apache 2.0.54 and runs
with Tomcat 4.1.30.

Glenn

On Mon, May 16, 2005 at 09:57:44AM +0200, Mladen Turk wrote:
 Hi,
 
 JK 1.2.13 has been taggeded as we agreed last week,
 and the tarballs are available at:
 http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jk-1.2.13/
 For those that don't have WIN32 compiler there is a set of binaries at:
 http://www.apache.org/dist/jakarta/tomcat-connectors/jk/binaries/win32/
 
 Please test as much as possible since we'll be aiming towards 1.2.14
 stable by simply rettaging if no bugs are present. In case they are, we
 can made few 1.2.14-rc-xx versions, as we done with 1.2.7.
 
 Further more, as agreed, we'll froze the 1.2 branch and only
 do a bug fixing, so please don't add any new features to that branch.
 
 Regards,
 Mladen.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
--
Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder|
MOREnet System Programming   |  * if iz ina coment.  |
Missouri Research and Education Network  |  */   |
--

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



Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator FormAuthenticator.java

2005-05-16 Thread Mark Thomas
Bill,
Thanks for your efforts on this. I have been snowed under with other 
things for the last few days but hope to get to doing the implementation 
for the action hook later this this week.

Mark
[EMAIL PROTECTED] wrote:
billbarker2005/05/15 22:22:21
  Modified:catalina/src/share/org/apache/catalina/authenticator
FormAuthenticator.java
  Log:
  Oops, missed an indirection
  
  Revision  ChangesPath
  1.22  +2 -33 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator/FormAuthenticator.java
  
  Index: FormAuthenticator.java
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator/FormAuthenticator.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- FormAuthenticator.java	16 May 2005 05:12:50 -	1.21
  +++ FormAuthenticator.java	16 May 2005 05:22:21 -	1.22
  @@ -388,7 +388,7 @@
   if (POST.equalsIgnoreCase(saved.getMethod())) {
   ByteChunk body = saved.getBody();
   
  -	request.action(ActionCode.ACTION_REQ_SET_BODY_REPLAY, body);
  +	request.getCoyoteRequest().action(ActionCode.ACTION_REQ_SET_BODY_REPLAY, body);
   
   // Set content type
   MessageBytes contentType = MessageBytes.newInstance();
  @@ -485,36 +485,5 @@
   
   }
   
  -protected class SavedRequestInputFilter implements InputFilter {
  -
  -protected ByteChunk input = null;
  -
  -public SavedRequestInputFilter(ByteChunk input) {
  -this.input = input;
  -}
  -
  -public int doRead(ByteChunk chunk, org.apache.coyote.Request request)
  -throws IOException {
  -return input.substract(chunk);
  -}
  -
  -		public void setRequest(org.apache.coyote.Request request) {
  -		}
  -
  -		public void recycle() {
  -input = null;
  -		}
  -
  -		public ByteChunk getEncodingName() {
  -			return null;
  -		}
  -
  -		public void setBuffer(InputBuffer buffer) {
  -		}
  -
  -		public long end() throws IOException {
  -			return 0;
  -		}
  -}
   
   }
  
  
  

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


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


cvs commit: jakarta-tomcat-catalina/modules/storeconfig/test/src/share/org/apache/catalina/storeconfig ConnectorSFTest.java StandardHostSFTest.java

2005-05-16 Thread pero
pero2005/05/16 11:34:31

  Modified:modules/storeconfig build.xml
   modules/storeconfig/src/share/org/apache/catalina/storeconfig
CatalinaClusterSF.java ConnectorStoreAppender.java
   modules/storeconfig/test build.xml
   
modules/storeconfig/test/src/share/org/apache/catalina/storeconfig
ConnectorSFTest.java StandardHostSFTest.java
  Log:
  Fix Https sslProtocol Bug ( find by Ankit Shah)
  fix build.xml
  Fix cluster testcase after refactoring
  
  Revision  ChangesPath
  1.4   +1 -1  jakarta-tomcat-catalina/modules/storeconfig/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/modules/storeconfig/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml 10 Apr 2005 16:22:15 -  1.3
  +++ build.xml 16 May 2005 18:34:31 -  1.4
  @@ -120,7 +120,7 @@
/target
   
   target name=copy depends=dist 
  -   copy file=${cluster.dist}/catalina-storeconfig.jar 
todir=${catalina.build}/server/lib /
  +   copy file=${config.dist}/catalina-storeconfig.jar 
todir=${catalina.build}/server/lib /
  /target
   
!--  DIST: Clean Directory 
= --
  
  
  
  1.4   +0 -2  
jakarta-tomcat-catalina/modules/storeconfig/src/share/org/apache/catalina/storeconfig/CatalinaClusterSF.java
  
  Index: CatalinaClusterSF.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/modules/storeconfig/src/share/org/apache/catalina/storeconfig/CatalinaClusterSF.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CatalinaClusterSF.java10 Apr 2005 16:22:15 -  1.3
  +++ CatalinaClusterSF.java16 May 2005 18:34:31 -  1.4
  @@ -18,9 +18,7 @@
   
   import java.io.PrintWriter;
   
  -import org.apache.catalina.Lifecycle;
   import org.apache.catalina.LifecycleListener;
  -import org.apache.catalina.Pipeline;
   import org.apache.catalina.Valve;
   import org.apache.catalina.cluster.CatalinaCluster;
   import org.apache.catalina.cluster.ClusterDeployer;
  
  
  
  1.3   +5 -6  
jakarta-tomcat-catalina/modules/storeconfig/src/share/org/apache/catalina/storeconfig/ConnectorStoreAppender.java
  
  Index: ConnectorStoreAppender.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/modules/storeconfig/src/share/org/apache/catalina/storeconfig/ConnectorStoreAppender.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConnectorStoreAppender.java   15 Feb 2005 09:35:22 -  1.2
  +++ ConnectorStoreAppender.java   16 May 2005 18:34:31 -  1.3
  @@ -27,10 +27,7 @@
   import java.util.Iterator;
   import java.util.List;
   
  -import org.apache.catalina.Container;
   import org.apache.catalina.connector.Connector;
  -import org.apache.catalina.core.StandardContext;
  -import org.apache.catalina.core.StandardHost;
   import org.apache.coyote.ProtocolHandler;
   import org.apache.tomcat.util.IntrospectionUtils;
   
  @@ -97,6 +94,9 @@
   for (Iterator propertyIterator = propertyKeys.iterator(); 
propertyIterator
   .hasNext();) {
   String key = (String) propertyIterator.next();
  +if (replacements.get(key) != null) {
  +key = (String) replacements.get(key);
  +}
   Object value = (Object) IntrospectionUtils.getProperty(bean, 
key);
   
   if (desc.isTransientAttribute(key)) {
  @@ -230,9 +230,8 @@
   }
   
   /*
  - * Print Context Values. ulli Spezial handling to default workDir.
  - * /lili Don't save path at external context.xml /lili Don't
  - * generate docBase for host.appBase webapps LI/ul
  + * Print Connector Values. ulli Spezial handling to default jkHome.
  + * /lili Don't save catalina.base path at server.xml/lili/ul
* 
* @see 
org.apache.catalina.config.StoreAppender#isPrintValue(java.lang.Object,
*  java.lang.Object, java.lang.String,
  
  
  
  1.2   +1 -1  
jakarta-tomcat-catalina/modules/storeconfig/test/build.xml
  
  Index: build.xml
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/modules/storeconfig/test/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 8 Jan 2005 11:14:07 -   1.1
  +++ build.xml 16 May 2005 18:34:31 -  1.2
  @@ -70,7 +70,7 @@
target name=test depends=compile,genstore description=Run unit 
tests
delete dir=${test.results} /
mkdir dir=${test.results} /
  - junit fork=yes 

cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2005-05-16 Thread pero
pero2005/05/16 11:34:51

  Modified:webapps/docs changelog.xml
  Log:
  Fix Https sslProtocol Bug ( find by Ankit Shah)
  
  Revision  ChangesPath
  1.311 +4 -1  jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.310
  retrieving revision 1.311
  diff -u -r1.310 -r1.311
  --- changelog.xml 15 May 2005 22:21:55 -  1.310
  +++ changelog.xml 16 May 2005 18:34:51 -  1.311
  @@ -29,8 +29,11 @@
   section name=Tomcat 5.5.10 (yoavs)
 subsection name=General
   changelog
  +  fix
  +StoreConfig save now the Connector.sslProtocol attribute. (pero)
  +  /fix
 update
  -change log dir at service.bat to $CATALINA_BASE/logs for better 
multi instance support (pero)
  +Change log dir at service.bat to $CATALINA_BASE/logs for better 
multi instance support. (pero)
 /update
 update
   bug33522/bug: Update jasper-howto to reflect use of javac 
switch. (yoavs)
  
  
  

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



RE: JK 1.2.13 TAGGED

2005-05-16 Thread Fenlason, Josh
It built on XP and Solaris with Apache 2.0.54 and ran with Tomcat
5.0.30.
,
Josh.

 -Original Message-
 From: Glenn Nielsen [mailto:[EMAIL PROTECTED] 
 Sent: Monday, May 16, 2005 10:23 AM
 To: Tomcat Developers List
 Subject: Re: JK 1.2.13 TAGGED
 
 
 Builds with Sun CC on Solaris 7/8 with Apache 2.0.54 and runs 
 with Tomcat 4.1.30.
 
 Glenn
 
 On Mon, May 16, 2005 at 09:57:44AM +0200, Mladen Turk wrote:
  Hi,
  
  JK 1.2.13 has been taggeded as we agreed last week,
  and the tarballs are available at: 
  
 http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jk-1.2.
  13/
  For those that don't have WIN32 compiler there is a set of 
 binaries at:
  
 http://www.apache.org/dist/jakarta/tomcat-connectors/jk/binari
es/win32/
 
 Please test as much as possible since we'll be aiming towards 1.2.14 
 stable by simply rettaging if no bugs are present. In case they are, 
 we can made few 1.2.14-rc-xx versions, as we done with 1.2.7.
 
 Further more, as agreed, we'll froze the 1.2 branch and only do a bug 
 fixing, so please don't add any new features to that branch.
 
 Regards,
 Mladen.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
--
Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder|
MOREnet System Programming   |  * if iz ina coment.  |
Missouri Research and Education Network  |  */   |
--

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

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