Re: Embedding Tomcat 7 in Apache OFBiz

2011-06-16 Thread mrisal...@libero.it
Thanks Konstantin, I'm using tomcat 7.0.14 and the code I'm migrate is actually done in this way. Anyway I will check if it's working with your suggestions and if it's negative open a bug. Marco 2011/6/16 mrisal...@libero.it : Hi all, I'm one of the Apache OFBiz committer and I'm trying to mig

Re: Embedding Tomcat 7 in Apache OFBiz

2011-06-16 Thread Konstantin Kolinko
2011/6/16 mrisal...@libero.it : > Hi all, > > I'm one of the Apache OFBiz committer and I'm trying to migrate our embedded > version of Tomcat 6 to 7 and I have discover a small issue when try to do this > code: > > StandardWrapper defaultServlet = new StandardWrapper(); > defaultServlet.setServlet

Embedding Tomcat 7 in Apache OFBiz

2011-06-15 Thread mrisal...@libero.it
Hi all, I'm one of the Apache OFBiz committer and I'm trying to migrate our embedded version of Tomcat 6 to 7 and I have discover a small issue when try to do this code: StandardWrapper defaultServlet = new StandardWrapper(); defaultServlet.setServletClass("org.apache.catalina.servlets.DefaultSer