Re: Migrating from embedded Tomcat6 to Tomcat8

2015-07-06 Thread Maxim Solodovnik
Thanks Mark and Chris, I was able to successfully migrate the code :) On Tue, Jul 7, 2015 at 2:49 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Maxim, > > On 7/3/15 8:28 AM, Mark Thomas wrote: > > On 03/07/2015 12:43, Maxim

Re: Migrating from embedded Tomcat6 to Tomcat8

2015-07-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Maxim, On 7/3/15 8:28 AM, Mark Thomas wrote: > On 03/07/2015 12:43, Maxim Solodovnik wrote: >> Hello, >> >> sorry for the newbie question but I was unable to find the answer >> using search :( I'm trying to migrate custom embedded tomcat >> loader

Re: Tomcat - OOM Perm gen

2015-07-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kiran, On 7/5/15 10:24 AM, Kiran Badi wrote: > Sorry for taking time to reply Chris. > >> Christopher Schultz wrote: Are you periodically hot-re-deploying >> your application in production? If so, you may want to stop doing >> that, as it appears t

Re: Tomcat 7 redirect issue

2015-07-06 Thread Mark Maciolek
On 7/6/2015 1:03 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 7/6/15 10:11 AM, Mark Maciolek wrote: I have Tomcat 7 up and running on Scientific Linux 7 system. Works great. I then used the RewriteRule in the web site config file for it to go to por

Re: Strange JSP compilation issues in tomcat 7 and 8

2015-07-06 Thread Violeta Georgieva
Hi, 2015-07-06 16:20 GMT+03:00 : > > I was really hoping that there would be something tomcat related in the > WEB-INF\lib folder but nothing, they are all marked as provided in the pom > file. Another thing that you can check is that you do not pack ECJ library or in the Tomcat lib you do not ha

Re: Tomcat 7 redirect issue

2015-07-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 7/6/15 10:11 AM, Mark Maciolek wrote: > I have Tomcat 7 up and running on Scientific Linux 7 system. Works > great. I then used the RewriteRule in the web site config file for > it to go to port 80 instead of 8080. So you are using httpd

Re: Strange JSP compilation issues in tomcat 7 and 8

2015-07-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Paul, On 7/6/15 9:20 AM, p...@kuruma.co.uk wrote: > I was really hoping that there would be something tomcat related in > the WEB-INF\lib folder but nothing, they are all marked as provided > in the pom file. > > There was a mistake in my original

Tomcat 7 redirect issue

2015-07-06 Thread Mark Maciolek
hi, I have Tomcat 7 up and running on Scientific Linux 7 system. Works great. I then used the RewriteRule in the web site config file for it to go to port 80 instead of 8080. http://tds-opal.sr.unh.edu/thredds/catalog.html Now my non Tomcat needed site shows the Tomcat welcome page. http://

Re: Strange JSP compilation issues in tomcat 7 and 8

2015-07-06 Thread paul
I was really hoping that there would be something tomcat related in the WEB-INF\lib folder but nothing, they are all marked as provided in the pom file. There was a mistake in my original post, in tomcat 8.0.23 my application does not work with jdk's 1.7.0_09 or 1.8.0_11 so basically it doesnt wor

Re: Apache HTTPD (with SSL) + mod_jk + TomEE (Tomcat) nullify the ssl session id

2015-07-06 Thread Mark Thomas
On 06/07/2015 10:48, Alex Soto wrote: > Hello I have seen a strange behaviour in Apache HTTPD (2.4) and TomEE (in > fact it is a Tomcat (7.0.61) so it is exactly the same for Tomcat) when I > configure Apache server with SSL and mod_jk. > In fact I am not sure where it is the problem if in mod_jk,

Apache HTTPD (with SSL) + mod_jk + TomEE (Tomcat) nullify the ssl session id

2015-07-06 Thread Alex Soto
Hello I have seen a strange behaviour in Apache HTTPD (2.4) and TomEE (in fact it is a Tomcat (7.0.61) so it is exactly the same for Tomcat) when I configure Apache server with SSL and mod_jk. In fact I am not sure where it is the problem if in mod_jk, in Apache Server or in Tomcat, but I suspect

Re: Strange JSP compilation issues in tomcat 7 and 8

2015-07-06 Thread Felix Schumacher
Am 4. Juli 2015 11:04:13 MESZ, schrieb p...@kuruma.co.uk: >I am working on a spring\tiles application which I have been deploying >to >tomcat7 (7.0.32 and 7.0.53) and tomcat8 (8.2.0.23) and my war files are >built with maven using jdk1.7.0_09. > >In my pom file I declare the final name using the