RE: Embedded Tomcat using MemoryRealm

2006-01-13 Thread robert_gary
It also looks like the MemoryRealm isn't getting configured correct. Do I need to manually set the container and manage the container??? -Robert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, January 13, 2006 5:08 PM To: dev@tomcat.apache.org Subject:

Embedded Tomcat using MemoryRealm

2006-01-13 Thread robert_gary
I think I'm setting my Embedded tomcat server to use MemoryRealm but its still looking for the jaas.conf file. Can anyone comment on the following... 1) For embedded Tomcat server.xml is not read and you are expected to set these parameters programmatically? 2) The web.xml file does no

Possible BUG --- Tomcat 5.5.15 APR .. page not loading page size approx 14KB

2006-01-13 Thread M A
Hi All, My config .. tomcat 5.5.15 jdk1.5._06 apr 1.2.2 tomcat-jni 1.1.1 Debian machine .. server.xml The problem is this, I have a jsp page with will result in about 14KB worth of HTML.. with compression off .. this page doesnt not load, wget output is shown below. if the page is static it

RE: Error building from source - error validating cert -> build.xml missing

2006-01-13 Thread Gary Blomquist
I'm not sure what "proper net build.xml" refers to. I downloaded the build.xml from the Tomcat website today. I have subsequently manually checked out all the modules and after modifying build/build.xml from (http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x) as noted in my last post (to bu

RE: Error building from source - error validating cert -> build.xml missing

2006-01-13 Thread Gary Blomquist
In build/build.xml, I changed: To: And the build completed with no error messages. -Original Message- From: Gary Blomquist [mailto:[EMAIL PROTECTED] Sent: Friday, January 13, 2006 4:24 PM To: Tomcat Developers List Subject: Re: Error building from source - error validating

Re: Error building from source - error validating cert -> build.xml missing

2006-01-13 Thread Yoav Shapira
Hi, Either use the proper net build.xml, or if you're doing a manual checkout, grab all the modules. You can grab them individually or by checking out http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x Yoav On 1/13/06, Gary Blomquist <[EMAIL PROTECTED]> wrote: > > Build was in progess. buil

Re: Error building from source - error validating cert -> build.xml missing

2006-01-13 Thread Gary Blomquist
Build was in progess. build.xml is missing from jasper: C:\Tools\Tomcat-dev2\build.xml:49: The following error occurred while executing this line: C:\Tools\Tomcat-dev2\build\build.xml:594: The following error occurred while executing this line: C:\Tools\Tomcat-dev2\build\build.xml:370: The follo

RE: Error building from source - error validating cert

2006-01-13 Thread Gary Blomquist
Thanks, build is in progress ! -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED] Sent: Friday, January 13, 2006 3:23 PM To: Tomcat Developers List Subject: Re: Error building from source - error validating cert Just do something like this : http://svn.apache.org/re

DO NOT REPLY [Bug 38268] New: - User friendly: Need submit button on adding/deleting user

2006-01-13 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_bu

RE: Error building from source - error validating cert

2006-01-13 Thread Gary Blomquist
Yes, I'm sure. I started with a clean directory downloaded the build.xml file and created the following build.properties file: # - Default Base Path for Dependent Packages - # Replace this path with the directory path where # dependencies binaries should be downloaded. base.path=c:/Tools/

Re: Error building from source - error validating cert

2006-01-13 Thread Keith Wannamaker
Are you sure you don't have this property overridden in your build.properties file? Keith Gary Blomquist wrote: I have NOT modified the script. I checked the script and it contains the following: value="http://svn.apache.org/repos/asf/"; /> I don't know why the build is attem

Re: Error building from source - error validating cert

2006-01-13 Thread Martin van den Bemt
Just do something like this : http://svn.apache.org/repos/asf/tomcat/build/tc5.5.x tc55-main http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x tc55-container etc... Mvgr, Martin Gary Blomquist wrote: I'm not familiar with subversion. I created a dir c:\Tools\Tomcat-dev2 In this dir, I

DO NOT REPLY [Bug 37054] - NoClassDefFoundError using ServletContextListener

2006-01-13 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_bu

RE: Error building from source - error validating cert

2006-01-13 Thread Gary Blomquist
I'm not familiar with subversion. I created a dir c:\Tools\Tomcat-dev2 In this dir, I checked out out http://svn.apache.org/repos/asf/tomcat/build/tc5.5.x Then when I attempt to check out http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x I get: C:\Tools\Tomcat-dev2>svn checkout http:/

RE: Error building from source - error validating cert

2006-01-13 Thread Gary Blomquist
I have NOT modified the script. I checked the script and it contains the following: http://svn.apache.org/repos/asf/"; /> I don't know why the build is attempting to use https. Note - I just downloaded the script today. Does the one on the website work for you? Thanks, Gary -Origina

Re: Error building from source - error validating cert

2006-01-13 Thread Martin van den Bemt
Hi Gary, Try checking out the source by hand like it is stated on http://tomcat.apache.org/svn.html, though replace http with https and accept the certificate permanently. After that try rebuilding again. NOTE : I am not a tomcat developer, so don't know the specifics of the build. Mvgr, Mar

svn commit: r368829 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2006-01-13 Thread markt
Author: markt Date: Fri Jan 13 11:26:44 2006 New Revision: 368829 URL: http://svn.apache.org/viewcvs?rev=368829&view=rev Log: Fix build. Stop Gump complaining. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: ht

Re: Error building from source - error validating cert

2006-01-13 Thread Mark Thomas
Gary Blomquist wrote: > Hi, > > I attempted to checkout and build Tomcat based on the online > documentation and received the following error: > > C:\Tools\Tomcat-dev>ant > Buildfile: build.xml > > check.source: > > get.source: > > checkout: > [echo] If the checkout fails, - todo - >

Re: svn commit: r367826 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/connector/Response.java webapps/docs/changelog.xml

2006-01-13 Thread Mark Thomas
Henri Gomez wrote: > What about using JMeter ? I don't need the sophistication for this test and ab looks to have a smaller overhead. > Also your test should be from a different computer, may be with 2/3 > clients computers against one single server. Thanks for the tip. Time to dig out my old la

Error building from source - error validating cert

2006-01-13 Thread Gary Blomquist
Hi, I attempted to checkout and build Tomcat based on the online documentation and received the following error: C:\Tools\Tomcat-dev>ant Buildfile: build.xml check.source: get.source: checkout: [echo] If the checkout fails, - todo - [exec] Error validating server certificate for

svn commit: r368776 - in /tomcat/connectors/trunk/jni: java/org/apache/tomcat/jni/File.java native/src/file.c

2006-01-13 Thread mturk
Author: mturk Date: Fri Jan 13 08:29:09 2006 New Revision: 368776 URL: http://svn.apache.org/viewcvs?rev=368776&view=rev Log: Mark that pool for remove and rename is unused, because APR actually does not use it. No API and no functional change, and since it's not used by APR connector, the patch i

DO NOT REPLY [Bug 38262] New: - ambiguous documentation re: redploying updated WAR

2006-01-13 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_bu

DO NOT REPLY [Bug 38261] - XML validation fails when war-files with libraries are not unpacked

2006-01-13 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_bu

DO NOT REPLY [Bug 38261] - XML validation fails when war-files with libraries are not unpacked

2006-01-13 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_bu

DO NOT REPLY [Bug 38261] - XML validation fails when war-files with libraries are not unpacked

2006-01-13 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_bu

DO NOT REPLY [Bug 38261] New: - XML validation fails when war-files with libraries are not unpacked

2006-01-13 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_bu

[EMAIL PROTECTED]: Project jakarta-tomcat-catalina (in module jakarta-tomcat-catalina) failed

2006-01-13 Thread bobh
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-catalina has an issue affecting its community integration. This i

[EMAIL PROTECTED]: Project jakarta-tomcat-catalina (in module jakarta-tomcat-catalina) failed

2006-01-13 Thread bobh
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-catalina has an issue affecting its community integration. This i

svn commit: r368669 - /tomcat/container/tc5.5.x/webapps/docs/jasper-howto.xml

2006-01-13 Thread pero
Author: pero Date: Fri Jan 13 02:31:34 2006 New Revision: 368669 URL: http://svn.apache.org/viewcvs?rev=368669&view=rev Log: uhps! Modified: tomcat/container/tc5.5.x/webapps/docs/jasper-howto.xml Modified: tomcat/container/tc5.5.x/webapps/docs/jasper-howto.xml URL: http://svn.apache.org/vie

Re: svn commit: r367826 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/connector/Response.java webapps/docs/changelog.xml

2006-01-13 Thread Henri Gomez
What about using JMeter ? Also your test should be from a different computer, may be with 2/3 clients computers against one single server. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

svn commit: r368665 - in /tomcat/container/tc5.5.x/webapps/docs: changelog.xml jasper-howto.xml

2006-01-13 Thread pero
Author: pero Date: Fri Jan 13 02:06:24 2006 New Revision: 368665 URL: http://svn.apache.org/viewcvs?rev=368665&view=rev Log: fix typo and add some useful hints! Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml tomcat/container/tc5.5.x/webapps/docs/jasper-howto.xml Modified:

DO NOT REPLY [Bug 38198] - When using context xml definitions standalone file, tomcat wrongly uses the file name instead the context path definition

2006-01-13 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_bu