https://issues.apache.org/bugzilla/show_bug.cgi?id=48379
--- Comment #3 from Mark Thomas 2010-03-10 08:29:09 UTC ---
See also https://issues.apache.org/bugzilla/show_bug.cgi?id=48258
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this
https://issues.apache.org/bugzilla/show_bug.cgi?id=48258
--- Comment #8 from Mark Thomas 2010-03-10 08:29:14 UTC ---
See also https://issues.apache.org/bugzilla/show_bug.cgi?id=48379
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this
Author: jfclere
Date: Wed Mar 10 09:27:05 2010
New Revision: 921266
URL: http://svn.apache.org/viewvc?rev=921266&view=rev
Log:
My votes.
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=
On 09/03/2010 17:19, jean-frederic clere wrote:
> The candidates binaries are available here:
> http://people.apache.org/~jfclere/tomcat-6/v6.0.26/
>
> According to the release process, the 6.0.26 tag is:
> [ ] Broken
> [ ] Alpha
> [ ] Beta
> [X] Stable
OpenPGP signatures verified
Signing key in
Author: markt
Date: Wed Mar 10 12:54:16 2010
New Revision: 921331
URL: http://svn.apache.org/viewvc?rev=921331&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48258 for TC7
Allow session cookie domain to be over-ridden by context configuration in the
same way httpOnly may be
https://issues.apache.org/bugzilla/show_bug.cgi?id=48379
Mark Thomas changed:
What|Removed |Added
CC||donn.ai...@gmail.com
--- Comment #4
https://issues.apache.org/bugzilla/show_bug.cgi?id=48258
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On 03/09/2010 06:19 PM, jean-frederic clere wrote:
The candidates binaries are available here:
http://people.apache.org/~jfclere/tomcat-6/v6.0.26/
According to the release process, the 6.0.26 tag is:
[ ] Broken
[ ] Alpha
[ ] Beta
[X] Stable
Tested on linux and windows.
Regards
--
^TM
--
Hi,
Anyone knows what would be the major points that would
be problematic when launching multiple instances in the same
directory.
Lets presume that connectors share the same sockets among
multiple virtual machines using the JVM loaded inside each
Httpd or IIS worker process for example.
As I se
Author: markt
Date: Wed Mar 10 13:56:28 2010
New Revision: 921352
URL: http://svn.apache.org/viewvc?rev=921352&view=rev
Log:
Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=48379
Allow session cookie path to be configured per context
With this option, the servlet 3 options and C
On 10/03/2010 13:55, Mladen Turk wrote:
> Hi,
>
> Anyone knows what would be the major points that would
> be problematic when launching multiple instances in the same
> directory.
> Lets presume that connectors share the same sockets among
> multiple virtual machines using the JVM loaded inside e
https://issues.apache.org/bugzilla/show_bug.cgi?id=48379
--- Comment #5 from Mark Thomas 2010-03-10 14:00:02 UTC ---
Bug 48258 implemented domain configuration and I've just added path config to
trunk. Cookie name is next.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?t
Author: markt
Revision: 921352
Modified property: svn:log
Modified: svn:log at Wed Mar 10 14:01:01 2010
--
--- svn:log (original)
+++ svn:log Wed Mar 10 14:01:01 2010
@@ -1,3 +1,4 @@
Partial fix for https://issues.apache.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46925
--- Comment #2 from Mark Thomas 2010-03-10 14:11:42 UTC ---
This improvement was added to 6.0.x in 6.0.21 onwards
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because
On 03/10/2010 02:58 PM, Mark Thomas wrote:
Work directory, temp directory come to mind.
Easier to use a CATALINA_HOME/CATALINA_BASE style approach.
The idea IS to use the same directory and same files.
I'm trying to locate things that presume Tomcat is running
as self contained singleton app
Author: markt
Date: Wed Mar 10 14:41:07 2010
New Revision: 921372
URL: http://svn.apache.org/viewvc?rev=921372&view=rev
Log:
Remove some changes that have since made it into 6.0.x
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http:/
2010/3/9 jean-frederic clere :
> The candidates binaries are available here:
> http://people.apache.org/~jfclere/tomcat-6/v6.0.26/
>
> According to the release process, the 6.0.26 tag is:
> [x] Stable
>
Best regards,
Konstantin Kolinko
-
On Mar 9, 2010, at 12:19 PM, jean-frederic clere wrote:
> The candidates binaries are available here:
> http://people.apache.org/~jfclere/tomcat-6/v6.0.26/
>
> According to the release process, the 6.0.26 tag is:
> [ ] Broken
> [ ] Alpha
> [ ] Beta
> [X] Stable
>
-
Author: markt
Date: Wed Mar 10 15:11:50 2010
New Revision: 921389
URL: http://svn.apache.org/viewvc?rev=921389&view=rev
Log:
Add some Tomcat 7 migration information
Added:
tomcat/site/trunk/.classpath (with props)
Modified:
tomcat/site/trunk/docs/migration.html
tomcat/site/trunk/xdo
Author: markt
Date: Wed Mar 10 15:13:37 2010
New Revision: 921390
URL: http://svn.apache.org/viewvc?rev=921390&view=rev
Log:
Remove accidentally added file
Removed:
tomcat/site/trunk/.classpath
-
To unsubscribe, e-mail: dev
Author: markt
Date: Wed Mar 10 16:18:10 2010
New Revision: 921426
URL: http://svn.apache.org/viewvc?rev=921426&view=rev
Log:
Remainder of fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=48379
Allow session cookie name to be configured per context
With this option, the servlet 3 options
Author: markt
Date: Wed Mar 10 16:20:45 2010
New Revision: 921428
URL: http://svn.apache.org/viewvc?rev=921428&view=rev
Log:
More migration notes
Modified:
tomcat/site/trunk/docs/migration.html
tomcat/site/trunk/xdocs/migration.xml
Modified: tomcat/site/trunk/docs/migration.html
URL:
ht
https://issues.apache.org/bugzilla/show_bug.cgi?id=48379
--- Comment #6 from Mark Thomas 2010-03-10 16:22:36 UTC ---
This has now been implemented in trunk with a modified patch that takes account
of the additional session cookie configuration options available in Servlet 3.0
--
Configure bugma
https://issues.apache.org/bugzilla/show_bug.cgi?id=48879
--- Comment #2 from André Schäfer 2010-03-10
16:23:35 UTC ---
I checked with 6.0.25 from SVN and it seems to be fixed.
Sorry for opening this new BUG, didn't find the other one.
Thank you for your efforts.
--
Configure bugmail: https://
https://issues.apache.org/bugzilla/show_bug.cgi?id=48879
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=48616
Mark Thomas changed:
What|Removed |Added
CC||andre.schae...@namics.com
--- Commen
Author: markt
Date: Wed Mar 10 16:46:46 2010
New Revision: 921444
URL: http://svn.apache.org/viewvc?rev=921444&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48793
Make catalina.sh more robust to different return values on different platforms
Patch provided by Thomas GL
Modi
Author: markt
Date: Wed Mar 10 16:48:50 2010
New Revision: 921446
URL: http://svn.apache.org/viewvc?rev=921446&view=rev
Log:
Proposal
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=921
https://issues.apache.org/bugzilla/show_bug.cgi?id=48793
--- Comment #1 from Mark Thomas 2010-03-10 16:48:54 UTC ---
Thanks for the patch. It has been applied to trunk and proposed for 6.0.x
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receivi
On 03/09/2010 10:19 AM, jean-frederic clere wrote:
[X] Stable
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
> [X] Stable
Les admin français vous remercient :)
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
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 gene...@gump.apache.org.
Project tomcat-trunk has an issue affecting its community integration.
This issue
Author: markt
Date: Wed Mar 10 17:35:43 2010
New Revision: 921464
URL: http://svn.apache.org/viewvc?rev=921464&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48795
If compilation fails, always try to re-compile the next time around
Modified:
tomcat/trunk/java/org/apache/
Author: markt
Date: Wed Mar 10 17:37:37 2010
New Revision: 921466
URL: http://svn.apache.org/viewvc?rev=921466&view=rev
Log:
Proposal
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=921
https://issues.apache.org/bugzilla/show_bug.cgi?id=48795
--- Comment #1 from Mark Thomas 2010-03-10 17:37:48 UTC ---
This has been fixed in trunk and proposed for 6.0.x
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because:
On 10/03/2010 11:43, Bill Barker wrote:
> -ERROR- Missing Output:
> /srv/gump/public/workspace/tomcat-trunk/output/build/lib/tomcat-juli.jar
> -ERROR- See Directory Listing Work for Missing Outputs
> -INFO- Failed to extract fallback artifacts from Gump Repository
I think I have fixed this. We
On Wed, 2010-03-10 at 17:35 +, ma...@apache.org wrote:
> Author: markt
> Date: Wed Mar 10 17:35:43 2010
> New Revision: 921464
>
> URL: http://svn.apache.org/viewvc?rev=921464&view=rev
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48795
> If compilation fails, always try to r
On 10/03/2010 17:46, Remy Maucherat wrote:
> On Wed, 2010-03-10 at 17:35 +, ma...@apache.org wrote:
>> Author: markt
>> Date: Wed Mar 10 17:35:43 2010
>> New Revision: 921464
>>
>> URL: http://svn.apache.org/viewvc?rev=921464&view=rev
>> Log:
>> Fix https://issues.apache.org/bugzilla/show_bug.c
https://issues.apache.org/bugzilla/show_bug.cgi?id=47242
--- Comment #13 from Ken Van Camp 2010-03-10
18:14:47 UTC ---
Thanks Chamith for your prompt fixes! Could you please attach your updated
source code too? Looks like your latest attachment is just the jar file.
Ken
--
Configure bugmail:
Author: kkolinko
Date: Wed Mar 10 21:13:54 2010
New Revision: 921571
URL: http://svn.apache.org/viewvc?rev=921571&view=rev
Log:
Correct MD5 generation in the build process.
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
tomcat/tc5.5.x/trunk/build/build.xml
tomcat/tc5.5.x/trunk/container/we
You want to have each webapp served by a different process ?
Or even different versions of a webapp in a different process ?
Sounds very good !
Costin
On Wed, Mar 10, 2010 at 6:17 AM, Mladen Turk wrote:
> On 03/10/2010 02:58 PM, Mark Thomas wrote:
>
>>
>> Work directory, temp directory come to
Author: kkolinko
Date: Wed Mar 10 22:27:29 2010
New Revision: 921597
URL: http://svn.apache.org/viewvc?rev=921597&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=48007#c5
Improve exception processing in CustomObjectInputStream#resolveClass(),
to help find the cause behind BZ 48007
https://issues.apache.org/bugzilla/show_bug.cgi?id=48007
--- Comment #7 from Konstantin Kolinko 2010-03-10
22:29:04 UTC ---
Exception handling fix applied to 5.5, will be in 5.5.29 onwards.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receivi
Author: kkolinko
Date: Wed Mar 10 22:43:20 2010
New Revision: 921603
URL: http://svn.apache.org/viewvc?rev=921603&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48760
Remove race condition that can result in multiple threads trying to use the
same InputStream
(markt)
Modifi
https://issues.apache.org/bugzilla/show_bug.cgi?id=48760
--- Comment #16 from Konstantin Kolinko 2010-03-10
22:45:45 UTC ---
The patch (r920858) was applied to Tomcat 5.5, will be in 5.5.29 onwards.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You ar
Author: kkolinko
Date: Wed Mar 10 23:10:17 2010
New Revision: 921618
URL: http://svn.apache.org/viewvc?rev=921618&view=rev
Log:
proposal
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=
Author: kkolinko
Date: Wed Mar 10 23:36:38 2010
New Revision: 921629
URL: http://svn.apache.org/viewvc?rev=921629&view=rev
Log:
Fix download of commons-daemon-1.0.2:
The "destfile" parameter has to be specified for "downloadzip" task.
It specifies the file which absence triggers the download of th
Author: kkolinko
Date: Wed Mar 10 23:39:45 2010
New Revision: 921630
URL: http://svn.apache.org/viewvc?rev=921630&view=rev
Log:
Update to NSIS 2.46
Modified:
tomcat/trunk/build.properties.default
Modified: tomcat/trunk/build.properties.default
URL:
http://svn.apache.org/viewvc/tomcat/trunk/
Author: kkolinko
Date: Thu Mar 11 00:30:49 2010
New Revision: 921647
URL: http://svn.apache.org/viewvc?rev=921647&view=rev
Log:
proposal
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/
Author: kkolinko
Date: Thu Mar 11 01:08:25 2010
New Revision: 921654
URL: http://svn.apache.org/viewvc?rev=921654&view=rev
Log:
proposal
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=
Author: kkolinko
Date: Thu Mar 11 01:53:42 2010
New Revision: 921663
URL: http://svn.apache.org/viewvc?rev=921663&view=rev
Log:
proposal
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=
"Mark Thomas" wrote in message
news:4b97da6f.50...@apache.org...
On 10/03/2010 11:43, Bill Barker wrote:
-ERROR- Missing Output:
/srv/gump/public/workspace/tomcat-trunk/output/build/lib/tomcat-juli.jar
-ERROR- See Directory Listing Work for Missing Outputs
-INFO- Failed to extract fallba
On 03/10/2010 11:10 PM, Costin Manolache wrote:
You want to have each webapp served by a different process ?
Or even different versions of a webapp in a different process ?
First goal is to get rid of connectors and use Tomcat
directly inside httpd or IIS or new Commons Runtime
(replacing Tomc
On Wed, Mar 10, 2010 at 10:28 PM, Mladen Turk wrote:
> On 03/10/2010 11:10 PM, Costin Manolache wrote:
>
>> You want to have each webapp served by a different process ?
>> Or even different versions of a webapp in a different process ?
>>
>>
> First goal is to get rid of connectors and use Tomcat
On 03/11/2010 07:52 AM, Costin Manolache wrote:
On Wed, Mar 10, 2010 at 10:28 PM, Mladen Turk wrote:
On 03/10/2010 11:10 PM, Costin Manolache wrote:
You want to have each webapp served by a different process ?
Or even different versions of a webapp in a different process ?
First goal is t
Hi,
I have built the automated script used to compile the java classes and sends
an email result.It is working fine but after build , i really wanted to
start the tomcat from build.bat file, seems like it doesn't work,
My build.bat file.
@echo on
ECHO.
ECHO.
ECHO.
ECHO
On 03/11/2010 08:31 AM, pannar wrote:
Hi,
#BUT HERE It is Failed to execute, whats wrong??
ECHO.
ECHO Starting Tomcat 6
net start "Apache Tomcat 6"
pause
Try with real service name without spaces
(It should be Tomcat6)
Ant is probably messing up with your cmd line
Regards
--
^TM
--
And please next time use the users list for such questions.
On 03/11/2010 08:31 AM, pannar wrote:
Hi,
I have built the automated script used to compile the java classes and sends
Regards
--
^TM
-
To unsubscribe, e-mail: dev
Boss,
If the space is the problem, then how come the net stop "Apache Tomcat 6"
command line worked??
Can't we use the net start after the build? Please help me,as i really need
to fix this issue
if not possible, how to call another bat file from one bat file. Another bat
file, let me use net st
Hi;
In the documentation of context.xml(
http://tomcat.apache.org/tomcat-6.0-doc/config/context.html) it says relate
with "antiResourceLocking" attribute:
"Please note that setting this flag to true in applications that are outside
the appBase for the Host (the webapps directory by default) will
On 03/11/2010 08:30 AM, Mladen Turk wrote:
> On 03/11/2010 07:52 AM, Costin Manolache wrote:
>> On Wed, Mar 10, 2010 at 10:28 PM, Mladen Turk wrote:
>>
>>> On 03/10/2010 11:10 PM, Costin Manolache wrote:
>>>
You want to have each webapp served by a different process ?
Or even different v
61 matches
Mail list logo