Works in Tomcat 7 8 but not in tomee 1.5 1.6

2013-11-17 Thread LG Optimusv
Hi All, I have a web application without web.xml using Spring MVC and its Java Config. That application can be deployed in both tomcat and tomee but it doesn't run in tomee. Has anybody ever encountered the same issue? I don't attach an example here but if it's needed I can attach one. Thanks.

Re: Works in Tomcat 7 8 but not in tomee 1.5 1.6

2013-11-17 Thread John D. Ament
Please include something.. logs, error you're getting, etc. On Sun, Nov 17, 2013 at 7:28 AM, LG Optimusv lgoptimusv...@gmail.comwrote: Hi All, I have a web application without web.xml using Spring MVC and its Java Config. That application can be deployed in both tomcat and tomee but it

Re: Works in Tomcat 7 8 but not in tomee 1.5 1.6

2013-11-17 Thread Nick Cameo
Not surprising... Stick with Tomcat 8 and copy over the needed jars. Done

Re: Works in Tomcat 7 8 but not in tomee 1.5 1.6

2013-11-17 Thread Jonathan Gallimore
If you can provide an example, that would be really useful. I'd be happy to take a look and see if I can find out what's going on. Jon On Sun, Nov 17, 2013 at 12:28 PM, LG Optimusv lgoptimusv...@gmail.comwrote: Hi All, I have a web application without web.xml using Spring MVC and its Java

Re: Works in Tomcat 7 8 but not in tomee 1.5 1.6

2013-11-17 Thread Romain Manni-Bucau
Which issue? I commonly deploy spring apps successfully in tomee Le 17 nov. 2013 16:47, Nick Cameo sym...@gmail.com a écrit : Not surprising... Stick with Tomcat 8 and copy over the needed jars. Done

Re: Works in Tomcat 7 8 but not in tomee 1.5 1.6

2013-11-17 Thread Jonathan Gallimore
Yeah. I've always run TomEE and Tomcat by doing: cd $CATALINA_HOME/bin ./catalina.sh [jpda] run no real reason, just how I've always done it. That doesn't work in this case, but a cd $CATALINA_HOME ./bin/catalina.sh [jpda] run does work. Added https://issues.apache.org/jira/browse/TOMEE-1075.

Re: Works in Tomcat 7 8 but not in tomee 1.5 1.6

2013-11-17 Thread Nick Cameo
On 11/17/13, Romain Manni-Bucau rmannibu...@gmail.com wrote: Which issue? I commonly deploy spring apps successfully in tomee Le 17 nov. 2013 16:47, Nick Cameo sym...@gmail.com a écrit : Not surprising... Stick with Tomcat 8 and copy over the needed jars. Done On 11/17/13, Jonathan

Re: Works in Tomcat 7 8 but not in tomee 1.5 1.6

2013-11-17 Thread LG Optimusv
Thank you very much, Jon. That's a very clear explanation. When tomee has a person like you, I wonder who will use tomcat because everybody will switch to tomee (even Nick Cameo who said Not surprising... Stick with Tomcat 8 and copy over the needed jars. Done will go with tomee soon, I think

Re: Works in Tomcat 7 8 but not in tomee 1.5 1.6

2013-11-17 Thread Romain Manni-Bucau
Hi FYI: https://issues.apache.org/jira/browse/TOMEE-1076 Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/18 LG Optimusv lgoptimusv...@gmail.com: Thank you very much,