Re: Tomcat 8 WebSocket Encoders / Decoders Questions

2013-10-16 Thread Niki Dokovski
On Wed, Oct 16, 2013 at 6:36 PM, Daniel Mikusa wrote: > I have a simple WebSocket endpoint defined, it is just echoing the data > sent by the client. Here's the code. > > @ServerEndpoint(value="/websocket", > decoders={ListStringDecoder.class}, > encoders={ListStringEncode

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

2013-10-16 Thread Konstantin Kolinko
2013/10/16 Hyve Info : > When I click: https://wiki.apache.org/tomcat/PoweredBy?action=edit > > I Get: > "You are not allowed to edit this page." > > I have logged out and back in a couple of times to release the session. > The rules of this mailing list: http://tomcat.apache.org/lists.html#tomcat

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

2013-10-16 Thread Hyve Info
When I click: https://wiki.apache.org/tomcat/PoweredBy?action=edit I Get: "You are not allowed to edit this page." I have logged out and back in a couple of times to release the session. Best regards, Jon Lucas t: 0800 612 2524 e: sa...@hyve.com w: www.hyve.com Reg No. 04239352 | VAT Reg No.

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

2013-10-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jon, On 10/16/13 11:24 AM, Hyve Info wrote: > e.g. when I surf to this URL: > https://wiki.apache.org/tomcat/Jon%20Lucas?action=edit&template=HomepageTemplate > > I get > > "You are not allowed to edit this page." How about editing the "PoweredB

Tomcat 8 WebSocket Encoders / Decoders Questions

2013-10-16 Thread Daniel Mikusa
I have a simple WebSocket endpoint defined, it is just echoing the data sent by the client. Here's the code. @ServerEndpoint(value="/websocket", decoders={ListStringDecoder.class}, encoders={ListStringEncoder.class}) public static class Server { @OnMessage

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

2013-10-16 Thread Hyve Info
e.g. when I surf to this URL: https://wiki.apache.org/tomcat/Jon%20Lucas?action=edit&template=HomepageTemplate I get "You are not allowed to edit this page." Best regards, Jon Lucas t: 0800 612 2524 e: sa...@hyve.com w: www.hyve.com Reg No. 04239352 | VAT Reg No. 798820566 | Registered as Hyv

Re: overriden context root

2013-10-16 Thread vicky
Thanks Christopher,Chris,Andre for your inputs vicky From: Christopher Schultz To: Tomcat Users List Sent: Wednesday, 16 October 2013 7:55 PM Subject: Re: overriden context root -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 10/16/13 6:27 AM, vicky wrote: > I have added below e

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

2013-10-16 Thread Hyve Info
Hi Christopher, Thanks very much although I just get "You are not allowed to edit this page." when trying to do anything. Any ideas? Best regards, Jon Lucas t: 0800 612 2524 e: sa...@hyve.com w: www.hyve.com Reg No. 04239352 | VAT Reg No. 798820566 | Registered as Hyve Ltd. in England and Wa

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

2013-10-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jon, > Yes I have created an account, my user is "Jon Lucas" We are a > hosting company and have been hosting Tomcat applications in our > data center for clients globally since 2001. We live and breathe > Tomcat. I've added you to the contributor

Re: overriden context root

2013-10-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 10/16/13 6:27 AM, vicky wrote: > I have added below entry in server.xml to override the context > root of my application i.e from /dummy to /market. As others have said, don't do this. > The problem is now the application is accessible

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

2013-10-16 Thread Hyve Info
Hi Michael, Thanks for your feedback. 1. You offer Tomcat 5 hosting. Seriously? It's EOL. We still have clients using 5 yes. 2. You even support Java 6? It's EOL. We regularly have clients asking for Java 6. 3. 128 MiB JVM memory? Memory is cheap these days. We start our plans with 128MB memor

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

2013-10-16 Thread Michael-O
Am 2013-10-16 14:11, schrieb Hyve Info: HI Daniel, Yes I have created an account, my user is "Jon Lucas" We are a hosting company and have been hosting Tomcat applications in our data center for clients globally since 2001. We live and breathe Tomcat. Here is our page: http://www.hyve.com/cloud

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

2013-10-16 Thread Daniel Mikusa
On Oct 16, 2013, at 8:11 AM, Hyve Info wrote: > HI Daniel, > > Yes I have created an account, my user is "Jon Lucas" > We are a hosting company and have been hosting Tomcat applications in our > data center for clients globally since 2001. We live and breathe Tomcat. > > Here is our page: > htt

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

2013-10-16 Thread Hyve Info
HI Daniel, Yes I have created an account, my user is "Jon Lucas" We are a hosting company and have been hosting Tomcat applications in our data center for clients globally since 2001. We live and breathe Tomcat. Here is our page: http://www.hyve.com/cloud-hosting/technologies/java-tomcat-hosting

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

2013-10-16 Thread Daniel Mikusa
On Oct 16, 2013, at 7:47 AM, Hyve Info wrote: > Hi Guys, > > Who do I contact to get my user access to edit this page: > https://wiki.apache.org/tomcat/PoweredBy You're in the right place. Have you created a l/p for the wiki yet? https://wiki.apache.org/tomcat/FrontPage?action=newaccount

Please kindly give my wiki user access to edit wiki page

2013-10-16 Thread Hyve Info
Hi Guys, Who do I contact to get my user access to edit this page: https://wiki.apache.org/tomcat/PoweredBy Thanks! Best regards, Jon Lucas http://www.hyve.com/images/hyve_logo_email_sig.gif t: 0800 612 2524 e: sa...@hyve.com w:

Re: overriden context root

2013-10-16 Thread André Warnier
vicky wrote: hi All, I have added below entry in server.xml to override the context root of my application i.e from /dummy to /market. The problem is now the application is accessible via both context roots i.e via /dummy & /market context roots but I want the application to be accessible on

Re: overriden context root

2013-10-16 Thread chris derham
> hi All, > I have added below entry in server.xml to override the context root of my > application i.e from /dummy to /market. You can add entries to server.xml, but people on this forum generally advise against it. Please remove that > The problem is now the application is accessible via bot

overriden context root

2013-10-16 Thread vicky
hi All, I have added below entry in server.xml  to override the context root of my application i.e from /dummy  to /market.   The problem is now the application is accessible via both context roots i.e via /dummy & /market context roots but I want the application to be accessible only via overri