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

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 both

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

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/ http://www.hyve.com/images/hyve_logo_email_sig.gif t: 0800 612 2524 e: mailto:accou...@hyve.com sa...@hyve.com w:

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 i...@hyve.com 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?

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 8:11 AM, Hyve Info i...@hyve.com 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:

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:

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

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

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

Re: overriden context root

2013-10-16 Thread vicky
Thanks Christopher,Chris,Andre for your inputs vicky From: Christopher Schultz ch...@christopherschultz.net To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, 16 October 2013 7:55 PM Subject: Re: overriden context root -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On

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=edittemplate=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 Hyve

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 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=edittemplate=HomepageTemplate I get You are not allowed to edit this page. How about editing the PoweredBy page?

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 Konstantin Kolinko
2013/10/16 Hyve Info i...@hyve.com: 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:

Re: Tomcat 8 WebSocket Encoders / Decoders Questions

2013-10-16 Thread Niki Dokovski
On Wed, Oct 16, 2013 at 6:36 PM, Daniel Mikusa dmik...@gopivotal.comwrote: 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},