How to create an Oracle XA Datasource within Tomcat 7

2014-08-27 Thread Sylvain Goulmy
Hi all, I'm trying to setup a XA Datasource configuration in Tomcat 7 with an Oracle database. I have spent a long time trying to set that configuration up without any success. I have read the following blog entry which is i think the only ressource that deals with this subject :

Re: How to create an Oracle XA Datasource within Tomcat 7

2014-08-27 Thread Konstantin Kolinko
2014-08-27 13:05 GMT+04:00 Sylvain Goulmy sygou...@gmail.com: Hi all, I'm trying to setup a XA Datasource configuration in Tomcat 7 with an Oracle database. I have spent a long time trying to set that configuration up without any success. I have read the following blog entry which is i

Re: How to create an Oracle XA Datasource within Tomcat 7

2014-08-27 Thread Stefan Mayr
Am 27.08.2014 11:05, schrieb Sylvain Goulmy: Hi all, I'm trying to setup a XA Datasource configuration in Tomcat 7 with an Oracle database. I have spent a long time trying to set that configuration up without any success. I have read the following blog entry which is i think the only

Re: Daily catalina.out has thousands of NPEs

2014-08-27 Thread John Smith
You haven't really provided any information, here. Please post full stack traces. You might want to do something like catch NPE around the area(s) where they are being thrown, and log information about the requests that are causing them. It may be something like a web search crawler

Re: Daily catalina.out has thousands of NPEs

2014-08-27 Thread Konstantin Kolinko
2014-08-27 17:29 GMT+04:00 John Smith tomcat.ran...@gmail.com: You haven't really provided any information, here. Please post full stack traces. You might want to do something like catch NPE around the area(s) where they are being thrown, and log information about the requests that are

Re: ActiveMQ redelivery policy

2014-08-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Feilpe, I think you meant to post to the tomee-users mailing list. You got tomcat-users. - -chris On 8/26/14, 4:31 PM, Felipe Jaekel wrote: I'm trying to run some legacy JMS code in TomEE 1.7.0 using the internal broker: Resource

Websocket Ubuntu 14.04 Apache2 2.4 Tomcat 8.0.9

2014-08-27 Thread PLA
Hi, I have a websocket app that works fine on Tomcat. I can not get it configured to run behind Apache2 web server. Apache2 is configured with SSL and LDAP basic authentication and uses AJP13 to talk to Tomcat. All are running fine except for this new websocket app. I can run this curl command.