Re: Problem fetching JSF resources over SSL when ActiveMQ broker is running

2016-04-07 Thread Romain Manni-Bucau
2016-04-07 20:51 GMT+02:00 Ihsan Ecemis : > > You mean you confirmed that this works on Tomcat 8.5.0 (vs Tomcat 8.0.32)? And got the issue with tomee 7M3 too yes. > > Actually, I spoke too soon when I claimed that I made my app work when I > moved the resource definition

Re: Problem fetching JSF resources over SSL when ActiveMQ broker is running

2016-04-07 Thread Ihsan Ecemis
You mean you confirmed that this works on Tomcat 8.5.0 (vs Tomcat 8.0.32)? Actually, I spoke too soon when I claimed that I made my app work when I moved the resource definition from resources.xml to tomee.xml. It didn’t make a difference (I put tomee.xml in a wrong location, and that

Re: Problem fetching JSF resources over SSL when ActiveMQ broker is running

2016-04-06 Thread Romain Manni-Bucau
Hi I'm tempted to think it was a bug in tomcat backbone since it seems ok on tomee snapshot which upgraded tomcat version. Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber 2016-04-06 0:13 GMT+02:00 Ihsan Ecemis : > > I tested a few other cases, and

Re: Problem fetching JSF resources over SSL when ActiveMQ broker is running

2016-04-05 Thread Ihsan Ecemis
I tested a few other cases, and found that everything works fine with TomEE 1.7.x  (I tested 1.7.1 and 1.7.4).And then I made it work with TomEE 7.0.0-M3 by moving ActiveMQ resource definition from resources.xml file to tomee.xml file!   Both files are attached.The file contents are the same, why

Re: Problem fetching JSF resources over SSL when ActiveMQ broker is running

2016-04-04 Thread Ihsan Ecemis
I didn’t have time to investigate your suggestion but tested it under Windows and confirmed that everything works fine. Will dig more when I have some time. > On Apr 3, 2016, at 7:23 AM, Romain Manni-Bucau wrote: > > SSL config is at connector level so nothing

Re: Problem fetching JSF resources over SSL when ActiveMQ broker is running

2016-04-03 Thread Ihsan Ecemis
Is SSL config different for JSF resources than static files under Tomcat? Note that I can fetch static files without any problem, I have the problem only with JSF resources! (I didn’t add static files to the sample project to show this but my application have them) If you’d like I can

Re: Problem fetching JSF resources over SSL when ActiveMQ broker is running

2016-04-03 Thread Romain Manni-Bucau
tried on windows so wonder if it can be linked to gnu tools. If you get such an issue the only thing I can think about is AMQ changing the SSL config of the JVM which would then make the SSL config of tomcat changing if relying on the JVM settings for any of them. Can also be a local firewall

Re: Problem fetching JSF resources over SSL when ActiveMQ broker is running

2016-04-03 Thread Romain Manni-Bucau
Hi Didn't reproduce it with your sample. Ran on java8, not sure it is linked Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber 2016-04-02 13:27 GMT+02:00 Ihsan Ecemis : > > Hello, > > I was having some weird problems with my JSF pages lately, and