Re: can't connect to manager application

2013-10-19 Thread Edoardo Panfili
Il 19/10/13 15:34, André Warnier ha scritto: Edoardo Panfili wrote: Il 19/10/13 00:24, Mark Eggers ha scritto: On 10/18/2013 3:18 PM, André Warnier wrote: Edoardo Panfili wrote: Il 17/10/13 18:45, Edoardo Panfili ha scritto: My Tomcat (7.0.42) is listening on port 7080 and I have this conf/t

Re: can't connect to manager application

2013-10-19 Thread Edoardo Panfili
Il 19/10/13 19:53, André Warnier ha scritto: Ognjen Blagojevic wrote: Mark, On 19.10.2013 17:51, Mark Eggers wrote: On 10/19/2013 7:44 AM, Ognjen Blagojevic wrote: If you want to keep parameter deployXML set to false, I believe you need to copy webapps/manager/META-INF/context.xml to conf/Cat

Re: can't connect to manager application

2013-10-19 Thread Edoardo Panfili
Il 19/10/13 16:44, Ognjen Blagojevic ha scritto: Edoardo, On 19.10.2013 0:03, Edoardo Panfili wrote: 4- second modify to server.xml becomes It is great that you took effort to pin-point the source of the problem. Often users are not willing to do that. thanks to so many people ready to hel

Re: can't connect to manager application

2013-10-19 Thread Edoardo Panfili
Il 19/10/13 16:19, André Warnier ha scritto: Edoardo Panfili wrote: Il 19/10/13 14:21, Martin Gainty ha scritto: Date: Sat, 19 Oct 2013 10:23:11 +0200 From: edoa...@aspix.it To: users@tomcat.apache.org Subject: Re: can't connect to manager application Il 19/10/13 00:24, Mark Eggers ha sc

Re: can't connect to manager application

2013-10-19 Thread André Warnier
Ognjen Blagojevic wrote: Mark, On 19.10.2013 17:51, Mark Eggers wrote: On 10/19/2013 7:44 AM, Ognjen Blagojevic wrote: If you want to keep parameter deployXML set to false, I believe you need to copy webapps/manager/META-INF/context.xml to conf/Catalina/localhost/manager.xml. Yep, reproducib

Re: can't connect to manager application

2013-10-19 Thread Ognjen Blagojevic
Mark, On 19.10.2013 17:51, Mark Eggers wrote: On 10/19/2013 7:44 AM, Ognjen Blagojevic wrote: If you want to keep parameter deployXML set to false, I believe you need to copy webapps/manager/META-INF/context.xml to conf/Catalina/localhost/manager.xml. Yep, reproducible on Windows 7. Thanks

Re: can't connect to manager application

2013-10-19 Thread Mark Eggers
On 10/19/2013 7:44 AM, Ognjen Blagojevic wrote: Edoardo, On 19.10.2013 0:03, Edoardo Panfili wrote: 4- second modify to server.xml becomes It is great that you took effort to pin-point the source of the problem. Often users are not willing to do that. Now, deployXML=false instructs Tomcat

RE: possible tomcat 7.0.47 jsr-356 bug: NULL pointer being thrown when DecodeException is caught in PojoMessageHandlerWholeBase.onMessage

2013-10-19 Thread Bob DeRemer
I have re-posted to DEV so please disregard From: Bob DeRemer [mailto:bob.dere...@thingworx.com] Sent: Saturday, October 19, 2013 8:46 AM To: Tomcat Users List Subject: possible tomcat 7.0.47 jsr-356 bug: NULL pointer being thrown when DecodeException is caught in PojoMessageHandlerWholeBase.onMe

Re: can't connect to manager application

2013-10-19 Thread Ognjen Blagojevic
Edoardo, On 19.10.2013 0:03, Edoardo Panfili wrote: 4- second modify to server.xml becomes It is great that you took effort to pin-point the source of the problem. Often users are not willing to do that. Now, deployXML=false instructs Tomcat to ignore context descriptors in directory web

Re: can't connect to manager application

2013-10-19 Thread André Warnier
Edoardo Panfili wrote: Il 19/10/13 14:21, Martin Gainty ha scritto: Date: Sat, 19 Oct 2013 10:23:11 +0200 From: edoa...@aspix.it To: users@tomcat.apache.org Subject: Re: can't connect to manager application Il 19/10/13 00:24, Mark Eggers ha scritto: On 10/18/2013 3:18 PM, André Warnier w

Re: can't connect to manager application

2013-10-19 Thread Edoardo Panfili
Il 19/10/13 14:21, Martin Gainty ha scritto: Date: Sat, 19 Oct 2013 10:23:11 +0200 From: edoa...@aspix.it To: users@tomcat.apache.org Subject: Re: can't connect to manager application Il 19/10/13 00:24, Mark Eggers ha scritto: On 10/18/2013 3:18 PM, André Warnier wrote: Edoardo Panfili w

Re: can't connect to manager application

2013-10-19 Thread André Warnier
Edoardo Panfili wrote: Il 19/10/13 00:24, Mark Eggers ha scritto: On 10/18/2013 3:18 PM, André Warnier wrote: Edoardo Panfili wrote: Il 17/10/13 18:45, Edoardo Panfili ha scritto: My Tomcat (7.0.42) is listening on port 7080 and I have this conf/tomcat-users.xml in (production server) --

possible tomcat 7.0.47 jsr-356 bug: NULL pointer being thrown when DecodeException is caught in PojoMessageHandlerWholeBase.onMessage

2013-10-19 Thread Bob DeRemer
I am testing what happens when Encode/Decode Exceptions occur during JSR-356 communication and found that in the following code in onMessage, the ((WsSession)session) is NULL. As a result, the actual DecodeException (cause) is lost. // Can this message be decoded? Object payload

RE: can't connect to manager application

2013-10-19 Thread Martin Gainty
> Date: Sat, 19 Oct 2013 10:23:11 +0200 > From: edoa...@aspix.it > To: users@tomcat.apache.org > Subject: Re: can't connect to manager application > > Il 19/10/13 00:24, Mark Eggers ha scritto: > > On 10/18/2013 3:18 PM, André Warnier wrote: > >> Edoardo Panfili wrote: > >>> Il 17/10/13 18:

Re: can't connect to manager application

2013-10-19 Thread Edoardo Panfili
Il 19/10/13 00:24, Mark Eggers ha scritto: On 10/18/2013 3:18 PM, André Warnier wrote: Edoardo Panfili wrote: Il 17/10/13 18:45, Edoardo Panfili ha scritto: My Tomcat (7.0.42) is listening on port 7080 and I have this conf/tomcat-users.xml in (production server) --- -- if I

Re: can't connect to manager application

2013-10-19 Thread Edoardo Panfili
Il 19/10/13 00:24, Mark Eggers ha scritto: On 10/18/2013 3:18 PM, André Warnier wrote: Edoardo Panfili wrote: Il 17/10/13 18:45, Edoardo Panfili ha scritto: My Tomcat (7.0.42) is listening on port 7080 and I have this conf/tomcat-users.xml in (production server) --- -- if I

Re: can't connect to manager application

2013-10-19 Thread Edoardo Panfili
Il 19/10/13 00:18, André Warnier ha scritto: Edoardo Panfili wrote: Il 17/10/13 18:45, Edoardo Panfili ha scritto: My Tomcat (7.0.42) is listening on port 7080 and I have this conf/tomcat-users.xml in (production server) --- -- if I use curl -u myname:pwd http://localhost:70