Re: New repository org

2005-10-07 Thread Mark Thomas

Costin Manolache wrote:
Could we just move all in tomcat5.5 ( and HEAD ) into one repository ( 
say, tomcat ) ?


The ASF has only one SVN repo and we have a top level directory within 
that. We need to have all our code, including the history, under this 
directory as CVS will be turned off.


The directory strcuture may not be the nicest in the world but I spent 
some time thinking about it and it is the best I could come up with. 
There is a better, but longer, explanation on the svn page I put 
together for the TLP. Take a look at 
http://people.apache.org/~markt/tomcattlp/svn.html


Using externals wasn't something I had thought of but if offers a nice 
way to provide all the source for one version in a single chekcout. We 
now have tomcat/current/5.5.x that uses externals to link in all the 
various modules.


Mark


Like:

tomcat/
tomcat/catalina
tomcat/connectors
tomcat/jasper
tomcat/build ( or something else - jakarta-tomcat-5 is just the top
level build and utils )

There is little benefit those days in having 4 separate repos.

Costin




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



Re: Re: New repository org

2005-10-07 Thread geoff
The person you are trying to contact is no longer available at this email 
address.
Please update your contact info to reflect this.

For all things Chopping Block business please contact:

Dan Schutzsmith dan at choppingblock.com
New Business Manager

or for all technical/project questions including Web Photo Gallery or flash 
embed questions:

Matthew Richmond matthew at choppingblock.com
Principal/Designer

thank you,
/choppingblock

---
   The Chopping Block, Inc.
 http://www.choppingblock.com

World Domination Through Graphic Design
   mailto:[EMAIL PROTECTED]
---



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



svn commit: r307071 - /tomcat/build/tc5.5.x/build.properties.default

2005-10-07 Thread remm
Author: remm
Date: Fri Oct  7 03:13:20 2005
New Revision: 307071

URL: http://svn.apache.org/viewcvs?rev=307071view=rev
Log:
- Update to Eclipse JDT 3.1.1 (ok, it's a test commit).

Modified:
tomcat/build/tc5.5.x/build.properties.default

Modified: tomcat/build/tc5.5.x/build.properties.default
URL: 
http://svn.apache.org/viewcvs/tomcat/build/tc5.5.x/build.properties.default?rev=307071r1=307070r2=307071view=diff
==
--- tomcat/build/tc5.5.x/build.properties.default (original)
+++ tomcat/build/tc5.5.x/build.properties.default Fri Oct  7 03:13:20 2005
@@ -142,11 +142,11 @@
 xerces.loc=${base-xml.loc}/xerces-j/binaries/Xerces-J-bin.2.7.1.tar.gz
 
 
-# - Eclipse JDT, version 3.1.0 or later -
+# - Eclipse JDT, version 3.1.1 or later -
 jdt.home=${base.path}/eclipse/plugins
 jdt.lib=${jdt.home}
-jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.1.0.jar
-jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.1-200506271435/eclipse-JDT-3.1.zip
+jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.1.1.jar
+jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.1.1-200509290840/eclipse-JDT-3.1.1.zip
 
 
 # - Tomcat native library -



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



Re: svn commit: r307071 - /tomcat/build/tc5.5.x/build.properties.default

2005-10-07 Thread geoff
The person you are trying to contact is no longer available at this email 
address.
Please update your contact info to reflect this.

For all things Chopping Block business please contact:

Dan Schutzsmith dan at choppingblock.com
New Business Manager

or for all technical/project questions including Web Photo Gallery or flash 
embed questions:

Matthew Richmond matthew at choppingblock.com
Principal/Designer

thank you,
/choppingblock

---
   The Chopping Block, Inc.
 http://www.choppingblock.com

World Domination Through Graphic Design
   mailto:[EMAIL PROTECTED]
---



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



svn commit: r307085 - /tomcat/build/tc5.5.x/build.xml

2005-10-07 Thread remm
Author: remm
Date: Fri Oct  7 03:59:01 2005
New Revision: 307085

URL: http://svn.apache.org/viewcvs?rev=307085view=rev
Log:
- Update source locations.

Modified:
tomcat/build/tc5.5.x/build.xml

Modified: tomcat/build/tc5.5.x/build.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/build/tc5.5.x/build.xml?rev=307085r1=307084r2=307085view=diff
==
--- tomcat/build/tc5.5.x/build.xml (original)
+++ tomcat/build/tc5.5.x/build.xml Fri Oct  7 03:59:01 2005
@@ -25,11 +25,11 @@
   property name=final-src.namevalue=${project}-${version}-src /
 
   !-- Subprojects --
-  property name=api.project   value=jakarta-servletapi-5 /
-  property name=tomcat.projectvalue=jakarta-tomcat-5 /
-  property name=catalina.project  value=jakarta-tomcat-catalina /
-  property name=jtc.project   value=jakarta-tomcat-connectors /
-  property name=jasper.projectvalue=jakarta-tomcat-jasper /
+  property name=api.project   value=servletapi /
+  property name=tomcat.projectvalue=build /
+  property name=catalina.project  value=container /
+  property name=jtc.project   value=connectors /
+  property name=jasper.projectvalue=jasper /
   property name=ant.jar   value=${ant.home}/lib/ant.jar/
   property name=ant-launcher.jar  
value=${ant.home}/lib/ant-launcher.jar/
   property name=cvstagvalue= /



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



Helper script to build source from scratch

2005-10-07 Thread Tim Funk
For anyone still getting up to speed using svn and making a new build -  here 
 is script which works for me via cygwin. It should work fine in any unix 
environment too.


Steps
- Place the script in an empty directory.
- Make sure ANT_HOME and JAVA_HOME are set
- Make sure svn is in your path
- Run the script and the svn checkout  as well as the download and full build 
will be done.


Since there is a /current/ alias - is the 'ant update' task needed anymore?

-Tim



#!/bin/sh
#
# This is a quickie helper script to  easily build tomcat 5 from source.
# This will create a subdirectory called tc5build and build
# tomcat 5 into it.
#
# Here are the requirements to get this to run
# 1) Set JAVA_HOME to a 1.4 compliant JDK
# ex: /opt/java1.4
# 2) Set ANT_HOME to your ant installation (You need ant 1.6 or better)
# ex: /opt/jakarta/jakarta-ant-1.6
# 3) Make sure svn is in your path
# 4) Make sure NetComponents.jar is installed in $ANT_HOME/lib
#which can be found at http://www.savarese.org/oro/index.html
#[Not sure if this step is still required for Ant to download things.]
#

#
# Some help functions
#
TC_ECHO() {
  echo INFO: `date '+%H:%M:%S'` - $1
}

TC_DOH() {
  echo ERROR: `date '+%H:%M:%S'` - $1
}


#
# cygwin - The UI of unix and the stability of windows.
#
cygwin=false
case `uname` in
CYGWIN*) cygwin=true;;
esac


#
# Check for JAVA_HOME
#
if [ Z = Z$JAVA_HOME ] ;
then
   TC_DOH Where is JAVA_HOME!
   exit 1
fi



#
# Check for ANT_HOME
#
if [ Z = Z$ANT_HOME ] ;
then
  TC_DOH Where is ANT_HOME! Please set it.
  exit 1
fi




# It seems like the environment is set

TC_ECHO  Using ANT_HOME=$ANT_HOME
TC_ECHO  Using JAVA_HOME=$JAVA_HOME
TC_ECHO  Putting everything in `pwd`/tc5build
TC_ECHO  Downloaded dependencies go into `pwd`/tc5build/includes


mkdir -p tc5build/includes
if [ 0 != $? ];
then
  TC_DOH Making subdir tc5build/includes failed!
  exit 1
fi

BASE_PATH=`pwd`/tc5build/includes
if $cygwin; then
  BASE_PATH=`cygpath --path --mixed $BASE_PATH`
fi


cd tc5build
TC_ECHO Getting http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x/;


svn co http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x/
if [ 0 != $? ];
then
  TC_DOH Checkout failed. Hopefully there is a reason above.
  exit 1
fi

cd tc5.5.x/build
echo base.path=$BASE_PATH  build.properties


# Now do the build

TC_ECHO Now performing the build
$ANT_HOME/bin/ant download deploy

TC_ECHO All done!


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



Re: DO NOT REPLY [Bug 36883] - mod_proxy_ajp and tomcat issues

2005-10-07 Thread Diana_L_Greeninger

Please quite sending me these emails. I have nothing to do with your
business. Please take this e-mail off your list.

Thanks
Diana

Diana Greeninger
Graco Customer Service
1-800-690-2894 Option 9 x6221
Fax 1-800-334-6955
[EMAIL PROTECTED]

The happiest  people in the world take what they have been dealt and make
it a winning hand.


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



DO NOT REPLY [Bug 36883] - mod_proxy_ajp and tomcat issues

2005-10-07 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=36883.
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=36883





--- Additional Comments From [EMAIL PROTECTED]  2005-10-07 15:22 ---
Created an attachment (id=16617)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=16617action=view)
Patch against trunk

Thanks to all for the analysis data. The attached patch against trunk should
fix this. Can you please give it a try and give feedback.

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

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



DO NOT REPLY [Bug 36883] - mod_proxy_ajp and tomcat issues

2005-10-07 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=36883.
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=36883


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Attachment #16617|0   |1
is obsolete||




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

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



DO NOT REPLY [Bug 36883] - mod_proxy_ajp and tomcat issues

2005-10-07 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=36883.
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=36883





--- Additional Comments From [EMAIL PROTECTED]  2005-10-07 16:05 ---
Created an attachment (id=16619)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=16619action=view)
Patch against Tomcat 5.5.9

After doing some further tests and further analysis I must revert my earlier
assumption that this is a httpd bug. It rather seems that
org.apache.ajp.RequestHandler does not honour the isSSL bit inside an ajp
message correctly. Attached is a patch against Tomcat 5.5.9 that should fix
this.

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

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



DO NOT REPLY [Bug 36883] - mod_proxy_ajp and tomcat issues

2005-10-07 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=36883.
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=36883


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|mod_proxy   |Connector:AJP
Product|Apache httpd-2.0|Tomcat 5
Version|2.1.8   |5.5.9




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

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



DO NOT REPLY [Bug 36883] - mod_proxy_ajp and tomcat issues

2005-10-07 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=36883.
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=36883


[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|bugs@httpd.apache.org   |tomcat-
   ||[EMAIL PROTECTED]




-- 
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.
You are on the CC list for the bug, or are watching someone who is.

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



DO NOT REPLY [Bug 36883] - mod_proxy_ajp and tomcat issues

2005-10-07 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=36883.
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=36883





--- Additional Comments From [EMAIL PROTECTED]  2005-10-07 16:21 ---
Hi,

I must dissagree with you.
The bug has nothing to do with Tomcat.
Tomcat works pretty well with mod_jk w or w/o SSL.

The error is obviously in mod_proxy_ajp.

-- 
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.
You are on the CC list for the bug, or are watching someone who is.

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



DO NOT REPLY [Bug 36883] - mod_proxy_ajp and tomcat issues

2005-10-07 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=36883.
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=36883





--- Additional Comments From [EMAIL PROTECTED]  2005-10-07 16:23 ---
Mladen is insisting that the problem is with mod_proxy_ajp, so he'll veto the
patch. Unfortunately, he's quite busy right now, so more comments later.

It also seems to me that it is a mod_proxy_ajp bug if it sends bogus HTTPS
related headers if this isn't actually using HTTPS.

-- 
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.
You are on the CC list for the bug, or are watching someone who is.

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



DO NOT REPLY [Bug 36883] - mod_proxy_ajp and tomcat issues

2005-10-07 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=36883.
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=36883





--- Additional Comments From [EMAIL PROTECTED]  2005-10-07 16:40 ---
(In reply to comment #7)
 Created an attachment (id=16619)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=16619action=view) 
[edit]
 Patch against Tomcat 5.5.9
 After doing some further tests and further analysis I must revert my earlier
 assumption that this is a httpd bug. It rather seems that
 org.apache.ajp.RequestHandler does not honour the isSSL bit inside an ajp
 message correctly. Attached is a patch against Tomcat 5.5.9 that should fix
 this.

The first patch of mod_proxy_ajp is sub-optimal, but will work.  It would be 
better if mod_proxy_ajp honored the is_ssl flag and didn't bother to check the 
SSL attributes unless it was set.

Your patch of Tomcat isn't even worth vetoing, since the patched class doesn't 
exist in 5.5.x, and is deprecated in 4.1.x.


-- 
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.
You are on the CC list for the bug, or are watching someone who is.

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



DO NOT REPLY [Bug 36883] - mod_proxy_ajp and tomcat issues

2005-10-07 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=36883.
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=36883


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||bugs@httpd.apache.org
 AssignedTo|tomcat- |bugs@httpd.apache.org
   |[EMAIL PROTECTED]  |
  Component|Connector:AJP   |mod_proxy
Product|Tomcat 5|Apache httpd-2.0
Version|5.5.9   |2.0-HEAD




--- Additional Comments From [EMAIL PROTECTED]  2005-10-07 16:58 ---
Play watch the bouncing bug ;-).

-- 
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.
You are on the CC list for the bug, or are watching someone who is.

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



DO NOT REPLY [Bug 36883] - mod_proxy_ajp and tomcat issues

2005-10-07 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=36883.
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=36883


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Attachment #16619|0   |1
is obsolete||




--- Additional Comments From [EMAIL PROTECTED]  2005-10-07 17:02 ---
Created an attachment (id=16620)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=16620action=view)
Fix for mod_proxy_ajp's SSL attributes

This fixes mod_proxy_ajp handling of SSL attributes.  Not only does it stop it
from sending garbage to Tomcat, but it doesn't even bother with the lookup
unless the request came in on SSL.  And, as a bonus feature, it even gets the
key-size working again.

Someday, mod_proxy_ajp may be almost as good as mod_jk ;-).

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

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



DO NOT REPLY [Bug 36968] New: - jasper2 Ant task fails when executed more than once

2005-10-07 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=36968.
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=36968

   Summary: jasper2 Ant task fails when executed more than once
   Product: Tomcat 5
   Version: Unknown
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: Jasper
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


I have a build script that precompiles JSPs in web applications.  There are 
several different web applications that I precompile.  When I compile a single 
web application with my Ant script, it works fine.  If I try to compile 
multiple (it fails on the second web app) web apps, it fails with the 
exception at the end of this message.  I am using a version of Jasper that is 
bundled with Jetty 5 so, I am not 100% sure what Jasper version it is.

Here is my Ant target:
target name=jspc
taskdef classname=org.apache.jasper.JspC name=jasper2
classpath refid=all.class.path/
/taskdef

jasper2
package=com.stoneware.${webapp.target}
validateXml=false
uriroot=${basedir}/webapps/${webapp.target}
outputDir=${basedir}/webapps/${webapp.target}/WEB-INF/src/
/target


java.lang.ExceptionInInitializerError
at org.apache.tools.ant.ProjectHelper.addLocationToBuildException
(ProjectHelper.java:539)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:388)
at org.apache.tools.ant.taskdefs.CallTarget.execute
(CallTarget.java:106)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
at org.apache.tools.ant.Task.perform(Task.java:364)
at org.apache.tools.ant.Target.execute(Target.java:341)
at org.apache.tools.ant.Target.performTasks(Target.java:369)
at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
at org.apache.tools.ant.Project.executeTargets(Project.java:1062)
at org.apache.tools.ant.Main.runBuild(Main.java:673)
at org.apache.tools.ant.Main.startAnt(Main.java:188)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:196)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:55)
Caused by: D:\webNetwork\build.xml:170: The following error occurred while 
executing this line:
java.lang.ExceptionInInitializerError
at org.apache.tools.ant.ProjectHelper.addLocationToBuildException
(ProjectHelper.java:539)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:388)
at org.apache.tools.ant.taskdefs.CallTarget.execute
(CallTarget.java:106)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
at org.apache.tools.ant.Task.perform(Task.java:364)
at org.apache.tools.ant.Target.execute(Target.java:341)
at org.apache.tools.ant.Target.performTasks(Target.java:369)
at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:386)
... 11 more
Caused by: java.lang.ExceptionInInitializerError
at org.apache.tools.ant.Project.executeTarget(Project.java:1223)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:386)
... 18 more
Caused by: java.lang.ExceptionInInitializerError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:219)
at org.apache.tools.ant.taskdefs.Definer.addDefinition
(Definer.java:457)
at org.apache.tools.ant.taskdefs.Definer.execute(Definer.java:183)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
at org.apache.tools.ant.Task.perform(Task.java:364)
at org.apache.tools.ant.Target.execute(Target.java:341)
at org.apache.tools.ant.Target.performTasks(Target.java:369)
at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
... 19 more
Caused by: org.apache.commons.logging.LogConfigurationException: 
org.apache.commons.logging.LogConfigurationException: org.apache.
commons.logging.LogConfigurationException: Invalid class loader hierarchy.  
You have more than one version of 'org.apache.commons.
logging.Log' visible, which is not allowed. (Caused by 
org.apache.commons.logging.LogConfigurationException: Invalid class loader
hierarchy.  You have more than one version of 'org.apache.commons.logging.Log' 
visible, which is not allowed.) (Caused by org.apac
he.commons.logging.LogConfigurationException: 
org.apache.commons.logging.LogConfigurationException: Invalid class loader 
hierarchy
.  You have more than one version of 'org.apache.commons.logging.Log' visible, 
which is not allowed. (Caused by 

DO NOT REPLY [Bug 36969] New: - OutOfMemory exceptions when used with Deployer package

2005-10-07 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=36969.
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=36969

   Summary: OutOfMemory exceptions when used with Deployer package
   Product: Tomcat 5
   Version: 5.5.9
  Platform: All
OS/Version: Linux
Status: NEW
  Severity: critical
  Priority: P1
 Component: Catalina
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


We are experiencing OutOfMemory exceptions from Tomcat 5.5

If we repeatedly deploy/undeploy a webapp using the Deployer/Ant package, we 
will be able to reproduce it. We need not access the webapp at all.

Can you please provide a fix for this ?

-- 
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 36969] - OutOfMemory exceptions when used with Deployer package

2005-10-07 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=36969.
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=36969





--- Additional Comments From [EMAIL PROTECTED]  2005-10-07 18:28 ---
your web application will probably be holding onto resources so that when 
tomcat tries to reload your web appliation, a bit of memory is lost each time. 
this OOME does not just occur with deployer but also with reloadable=true 
class changes where the webapp is forced to reload. 

you should get hold of a profiler and consider also using a context listener to 
kill all references.

-- 
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 36969] - OutOfMemory exceptions when used with Deployer package

2005-10-07 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=36969.
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=36969





--- Additional Comments From [EMAIL PROTECTED]  2005-10-07 18:39 ---
I will agree with you are saying. But the point is - I did not even access the 
web app. I can easily simulate this with a logic similar to this in a shell 
script. What I am saying is - it is not my application. For argument sake, I 
will take a standard application - or any app developed by anybody

For count 1 to 40
Run deploy any app
Run undeploy any app
End for

You can see I did not even access my web app.

-- 
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 36969] - OutOfMemory exceptions when used with Deployer package

2005-10-07 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=36969.
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=36969





--- Additional Comments From [EMAIL PROTECTED]  2005-10-07 18:42 ---
I also searched on Google and many people reported OutOfMemory errors in 5.5.9 
or in general with 5.5. This also included some comments from one of the 
developers of Hibernate. This leads me to believe that this is a genuine 
problem.


-- 
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 36969] - OutOfMemory exceptions when used with Deployer package

2005-10-07 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=36969.
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=36969


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2005-10-07 18:46 ---
Please provide conclusive informations about references which would be leaked by
Tomcat.

-- 
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]



Building isapi_redirect on Win 2003

2005-10-07 Thread Lyndon Tiu
Hello,

I read the instructions on how to build isapi_redirect.dll on:

http://jakarta.apache.org/tomcat/connectors-doc-archive/jk2/jk/iishowto.html

But I am getting these errors:

C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iismsdev isapi.dsp 
/make all
Configuration: isapi - Win32 Release
Compiling...
jk_isapi_plugin.c
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(658)
 : error C2065: 'S
F_NOTIFY_AUTH_COMPLETE' : undeclared identifier
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(706)
 : warning C4018:
'==' : signed/unsigned mismatch
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(731)
 : error C2065: 'P
HTTP_FILTER_AUTH_COMPLETE_INFO' : undeclared identifier
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(731)
 : error C2146: sy
ntax error : missing ')' before identifier 'pvNotification'
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(731)
 : warning C4047:
'=' : 'int (__stdcall *)(struct _HTTP_FILTER_CONTEXT *,char *,void *,unsigned 
long *)' differs in le
vels of indirection from 'int '
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(731)
 : error C2059: sy
ntax error : ')'
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(733)
 : error C2146: sy
ntax error : missing ')' before identifier 'pvNotification'
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(733)
 : warning C4047:
'=' : 'int (__stdcall *)(struct _HTTP_FILTER_CONTEXT *,char *,char *)' differs 
in levels of indirect
ion from 'int '
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(733)
 : error C2059: sy
ntax error : ')'
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(735)
 : error C2146: sy
ntax error : missing ')' before identifier 'pvNotification'
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(735)
 : warning C4047:
'=' : 'int (__stdcall *)(struct _HTTP_FILTER_CONTEXT *,char *,char *)' differs 
in levels of indirect
ion from 'int '
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(735)
 : error C2059: sy
ntax error : ')'
Error executing cl.exe.

isapi_redirect.dll - 8 error(s), 4 warning(s)
Configuration: isapi - Win32 Debug
Compiling...
jk_isapi_plugin.c
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(658)
 : error C2065: 'S
F_NOTIFY_AUTH_COMPLETE' : undeclared identifier
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(706)
 : warning C4018:
'==' : signed/unsigned mismatch
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(731)
 : error C2065: 'P
HTTP_FILTER_AUTH_COMPLETE_INFO' : undeclared identifier
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(731)
 : error C2146: sy
ntax error : missing ')' before identifier 'pvNotification'
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(731)
 : warning C4047:
'=' : 'int (__stdcall *)(struct _HTTP_FILTER_CONTEXT *,char *,void *,unsigned 
long *)' differs in le
vels of indirection from 'int '
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(731)
 : error C2059: sy
ntax error : ')'
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(733)
 : error C2146: sy
ntax error : missing ')' before identifier 'pvNotification'
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(733)
 : warning C4047:
'=' : 'int (__stdcall *)(struct _HTTP_FILTER_CONTEXT *,char *,char *)' differs 
in levels of indirect
ion from 'int '
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(733)
 : error C2059: sy
ntax error : ')'
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(735)
 : error C2146: sy
ntax error : missing ')' before identifier 'pvNotification'
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(735)
 : warning C4047:
'=' : 'int (__stdcall *)(struct _HTTP_FILTER_CONTEXT *,char *,char *)' differs 
in levels of indirect
ion from 'int '
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(735)
 : error C2059: sy
ntax error : ')'
Error executing cl.exe.

isapi_redirect.dll - 8 error(s), 4 warning(s)

C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis




Any tips appreciated.


--
Lyndon Tiu

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



Re: Building isapi_redirect on Win 2003

2005-10-07 Thread Mladen Turk

Lyndon Tiu wrote:

Hello,

I read the instructions on how to build isapi_redirect.dll on:

http://jakarta.apache.org/tomcat/connectors-doc-archive/jk2/jk/iishowto.html

But I am getting these errors:

C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iismsdev isapi.dsp 
/make all
Configuration: isapi - Win32 Release
Compiling...
jk_isapi_plugin.c
C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_plugin.c(658)
 : error C2065: 'S
F_NOTIFY_AUTH_COMPLETE' : undeclared identifier


You will need the Platform SDK at least from March 2003.

Regards,
Mladen.

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



DO NOT REPLY [Bug 36883] - mod_proxy_ajp and tomcat issues

2005-10-07 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=36883.
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=36883





--- Additional Comments From [EMAIL PROTECTED]  2005-10-07 20:38 ---
Apart from a few minor style issues the patch looks good to me. Thanks. It
removes the problem I saw with my first version of the patch which did not fix
it correctly. What still worries me a little bit is the comment above the
key_size block, which says added support only in ajp14 mode. Maybe I am just
misreading this comment, but could someone of the AJP gurus confirm that this
attribute is also valid in AJP13?

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

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



DO NOT REPLY [Bug 36883] - mod_proxy_ajp and tomcat issues

2005-10-07 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=36883.
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=36883





--- Additional Comments From [EMAIL PROTECTED]  2005-10-07 21:27 ---
(In reply to comment #13)
 misreading this comment, but could someone of the AJP gurus confirm that this
 attribute is also valid in AJP13?

All current release versions of Tomcat support it, and any older ones will 
ignore an attribute that they don't recognize.





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

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



Re: Building isapi_redirect on Win 2003

2005-10-07 Thread Lyndon Tiu
On Fri, 07 Oct 2005 19:07:11  0200 tomcat-dev@jakarta.apache.org wrote:
 You will need the Platform SDK at least from March 2003.

I installed the IIS SDK in the package found here:

http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm

I am still getting the exact same errors.

Any other tips?

Thank you.

--
Lyndon Tiu

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



DO NOT REPLY [Bug 36883] - mod_proxy_ajp and tomcat issues

2005-10-07 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=36883.
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=36883





--- Additional Comments From [EMAIL PROTECTED]  2005-10-07 23:13 ---
Committed a style adjusted variant to trunk (r307195)
http://svn.apache.org/viewcvs.cgi/httpd/httpd/trunk/modules/proxy/ajp_header.c?rev=307195r1=232247r2=307195

and to 2.2.x branch (r307196)
http://svn.apache.org/viewcvs.cgi/httpd/httpd/branches/2.2.x/modules/proxy/ajp_header.c?rev=307196r1=234103r2=307196


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

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



DO NOT REPLY [Bug 36883] - mod_proxy_ajp and tomcat issues

2005-10-07 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=36883.
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=36883


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2005-10-07 23:17 ---
(In reply to comment #8)
 Hi,
 
 I must dissagree with you.
 The bug has nothing to do with Tomcat.
 Tomcat works pretty well with mod_jk w or w/o SSL.
 
 The error is obviously in mod_proxy_ajp.

Agreed, but I am not sure if the AJP connector on Tomcat side should set isSSL
to true once it finds some of the SSL variables in the AJP message. From my
point of view it should also ignore all SSL variables in the message if isSSL is
set to false in the message.

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

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



Re: Building isapi_redirect on Win 2003

2005-10-07 Thread Lyndon Tiu
Hello,

A few questions hopefully you guys can help:

1) The instructions here:

http://jakarta.apache.org/tomcat/connectors-doc/install/iis.html

mentions about using VS 6.0 and IIS developers SDK but what OS version I should 
be using to compile isapi_redirect? Windows 2000 or 2003 server?

2) I compiled a Release(not Debug) of isapi_redirect.dll version 1.2.14 
successfully on Windows 2003 Std Server using VS .Net but the resulting 
isapi_redirect file size is 160kb. The isapi_redirect version 1.2.14 we can 
download from:

http://apache.towardex.com/jakarta/tomcat-connectors/jk/binaries/win32/jk-1.2.14/

has filesize = 240kb. I wonder how the downloaded version was compiled to make 
it a different size. I am sure it is not the debug version cause I compiled a 
Debug isapi_redirect.dll on Windows 2003 std server using VS .Net and it's 
filesize came out to be 268kb.


Any help appreciated.


Thank you.



On Fri, 07 Oct 2005 19:07:11  0200 tomcat-dev@jakarta.apache.org wrote:
 Lyndon Tiu wrote:
  Hello,
  
  I read the instructions on how to build isapi_redirect.dll on:
  
 
 http://jakarta.apache.org/tomcat/connectors-doc-archive/jk2/jk/iishowto
 .html
  
  But I am getting these errors:
  
  C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iismsdev
 isapi.dsp /make all
  Configuration: isapi - Win32
 Release
  Compiling...
  jk_isapi_plugin.c
 
 C:\tmp\jakarta-tomcat-connectors-1.2.14.1-src\jk\native\iis\jk_isapi_pl
 ugin.c(658) : error C2065: 'S
  F_NOTIFY_AUTH_COMPLETE' : undeclared identifier
 
 You will need the Platform SDK at least from March 2003.
 
 Regards,
 Mladen.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


--
Lyndon Tiu

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



Michael Bünermann/HBF/Minden/kampa/DE ist außer Haus .

2005-10-07 Thread Michael . Buenermann

Ich werde ab  08.10.2005 nicht im Büro sein. Ich kehre zurück am
12.10.2005.

Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. In dringenden
Fällen wenden Sie sich bitte Herrn Jäkel ([EMAIL PROTECTED]).
Herr Jäkelhat die Rufnummer 0571/93425-12) In ganz eiligen Angelegenheiten
hinterlassen Sie bitte eine Nachricht auf meiner Mobilbox unter der
Funk-Rufnummer: 0171/99 33 525.

svn commit: r307246 - /tomcat/container/branches/tc3.3.x/build.xml

2005-10-07 Thread billbarker
Author: billbarker
Date: Fri Oct  7 20:11:35 2005
New Revision: 307246

URL: http://svn.apache.org/viewcvs?rev=307246view=rev
Log:
Update for new structure

Modified:
tomcat/container/branches/tc3.3.x/build.xml

Modified: tomcat/container/branches/tc3.3.x/build.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/branches/tc3.3.x/build.xml?rev=307246r1=307245r2=307246view=diff
==
--- tomcat/container/branches/tc3.3.x/build.xml (original)
+++ tomcat/container/branches/tc3.3.x/build.xml Fri Oct  7 20:11:35 2005
@@ -60,7 +60,7 @@
 
   !-- External repositories --
   property name=jakarta-tomcat-connectors
-location=${ws}/jakarta-tomcat-connectors /
+location=../connectors /
   property name=jakarta-commons
 location=${ws}/jakarta-commons /
 



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