RE: User cannot edit wiki pages

2013-10-21 Thread Hyve
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: 21 October 2013 00:14 To: Tomcat Users List Subject: Re: User cannot edit wiki pages -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jon, On 10/18/13 4:29 PM, Info wrote: On 17/10/2013 14:39,

RE: Please kindly give my wiki user access to edit wiki page

2013-10-21 Thread Hyve
The convention for wiki login names is FirstnameLastname. https://wiki.apache.org/tomcat/UserPreferences Create yourself a different login name that does not have a wtitespace. (Granting access to a name that has wtitespaces should be possible, but related help differs in different versions of

[ANN] Apache Tomcat 8.0.0-RC5 (alpha) available

2013-10-21 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.0-RC5 (alpha). Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language and Java WebSocket technologies. Apache Tomcat 8 is aligned with Java

Re: User cannot edit wiki pages

2013-10-21 Thread Konstantin Kolinko
2013/10/19 Info i...@hyve.com: Info wrote: I am new to your user list, why don’t you help me out like the others instead of rudely patronising me. Maybe this is because on this kind of list (which is manned by volunteers offering their own time to help others), one expects the people that

RE: User cannot edit wiki pages

2013-10-21 Thread Hyve
Access granted for JonLucas Best regards, Konstantin Kolinko - Hi I can see a link on this page https://wiki.apache.org/tomcat/PoweredBy jobbank.com (Dont click it) my ESET NOD32 Antivirus is reporting this as follows:

is the Tomcat-7 WsRemoteEndpointImplBase send methods threadsafe, or should we be synchronizing until the Future.get() returns?

2013-10-21 Thread Bob DeRemer
I'm trying to understand how Tomcat's outbound message processing works with respect to making multiple (concurrent) calls against a single RemoteEndpoint.Async using sendText/sendObject. Based on the ExecutionExceptions we got (see below), it seems that we should probably synchronize sends

Re: is the Tomcat-7 WsRemoteEndpointImplBase send methods threadsafe, or should we be synchronizing until the Future.get() returns?

2013-10-21 Thread Niki Dokovski
On Tue, Oct 22, 2013 at 3:29 AM, David Bullock david.bull...@machaira.com.au wrote: Hi Bob, I tried searching the javadocs of RemoteEndpoint.Async and associated interfaces, but could not find anything describing the threadsafe nature (existing or not). It appears that the spec lets the