Re: About scanAllDirectories,JarScanner and expanded JAR

2014-12-18 Thread Mark Thomas
On 18/12/2014 01:57, Nan Ge wrote: Which part of WEB-INF/lib is only ever scanned for JARs. Everything else is ignored. did you not understand? Yes, I see that only WEB-INF/lib/*.jar files are scanned. And which directories/classpath the document indicates when it saying If true,

Re: Tomcat 7 ssl by default

2014-12-18 Thread Lyallex
On 17 December 2014 at 22:37, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Duncan, On 12/17/14 12:32 PM, Lyallex wrote: Yea I thought of this, the problem is I currently have a user area that requires a login and all this is

configuring Tomcat service to use more heap (Windows 7)

2014-12-18 Thread Christoph P.U. Kukulies
I would like to increase the jvm heap size to, say, 1GB, in Tomcat 6.x Windows 7 service. Using the configuration program I see fields to set initial and max and max memory pool, but I don't see these parameters in the service startup command. Shouldn't there be something like -Xmx1024m in

Re: Invalid Server SSL Protocol on Tomcat 8.0.15 with Tomcat Native library 1.1.32 and APR 1.5.1

2014-12-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mike, On 12/17/14 8:12 PM, Mike Wertheim wrote: I'm trying to upgrade from Tomcat 7.0.41 with APR to Tomcat 8.0.15 with APR. (I'm using JDK 1.8.0.25 on CentOS.) My first step was to upgrade to Tomcat Native library 1.1.32 and APR 1.5.1 while

Re: Tomcat 7 ssl by default

2014-12-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Duncan, On 12/18/14 4:18 AM, Lyallex wrote: On 17 December 2014 at 22:37, Christopher Schultz ch...@christopherschultz.net wrote: Duncan, On 12/17/14 12:32 PM, Lyallex wrote: Yea I thought of this, the problem is I currently have a user

Re: configuring Tomcat service to use more heap (Windows 7)

2014-12-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christoph, On 12/18/14 5:52 AM, Christoph P.U. Kukulies wrote: I would like to increase the jvm heap size to, say, 1GB, in Tomcat 6.x Windows 7 service. Using the configuration program I see fields to set initial and max and max memory pool,

Re: About scanAllDirectories,JarScanner and expanded JAR

2014-12-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 12/18/14 3:44 AM, Mark Thomas wrote: On 18/12/2014 01:57, Nan Ge wrote: Which part of WEB-INF/lib is only ever scanned for JARs. Everything else is ignored. did you not understand? Yes, I see that only WEB-INF/lib/*.jar files

Re: Multiple instances?

2014-12-18 Thread Billy Bones
Ok s, here is a small update. I've finally found what does this SERVICE_NAME mean, indeed you have to copy the original unit, then add the Systemd's directive named Environment like this: Environment=SERVICE_NAME=YOUROWNSERVICENAMEHERE then you will copy the default tomcat config file

Re: About scanAllDirectories,JarScanner and expanded JAR

2014-12-18 Thread Mark Thomas
On 18/12/2014 14:18, Christopher Schultz wrote: Mark, can you clarify what behavior will actually change when scanAllDirectories=true is set? A JAR file is scanned for SCIs, static resources etc. A directory of classes is not. Setting scanAllDirectories causes directories of classes (including

Re: configuring Tomcat service to use more heap (Windows 7)

2014-12-18 Thread Christoph P.U. Kukulies
Am 18.12.2014 um 15:08 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christoph, On 12/18/14 5:52 AM, Christoph P.U. Kukulies wrote: I would like to increase the jvm heap size to, say, 1GB, in Tomcat 6.x Windows 7 service. Using the configuration program I see

Re: configuring Tomcat service to use more heap (Windows 7)

2014-12-18 Thread David kerber
On 12/18/2014 9:44 AM, Christoph P.U. Kukulies wrote: Am 18.12.2014 um 15:08 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christoph, On 12/18/14 5:52 AM, Christoph P.U. Kukulies wrote: I would like to increase the jvm heap size to, say, 1GB, in Tomcat 6.x

Re: configuring Tomcat service to use more heap (Windows 7)

2014-12-18 Thread André Warnier
Christoph P.U. Kukulies wrote: Am 18.12.2014 um 15:08 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christoph, On 12/18/14 5:52 AM, Christoph P.U. Kukulies wrote: I would like to increase the jvm heap size to, say, 1GB, in Tomcat 6.x Windows 7 service. Using

RE: tomcat on windows 2012 weirdness

2014-12-18 Thread Cris Berneburg - US
Chris cb I interpret this to mean that my local IE browser thinks the cb intranet web site that I access either by name or by IP is actually cb 2 different sites in 2 different security zones. I will try to cb adjust my browser security settings and see if that makes any differences. cs That

RE: tomcat on windows 2012 weirdness

2014-12-18 Thread Cris Berneburg - US
Konstantin Thanks for your response. I was encouraged by your suggestion, thinking that setting would be the magic solution to my problem. :-) I wrote a very simple filter to set the response header for X-UA-Compatible: IE=edge. However, it did not solve the problem. I could see in the IE

Re: tomcat on windows 2012 weirdness

2014-12-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Cris, On 12/18/14 12:22 PM, Cris Berneburg - US wrote: Chris cb I interpret this to mean that my local IE browser thinks the cb intranet web site that I access either by name or by IP is actually cb 2 different sites in 2 different security

RE: tomcat on windows 2012 weirdness - SOLUTION

2014-12-18 Thread Cris Berneburg - US
Chris, Andre, Ameer, and Konstantin Thank you all very much for your time, insight, and help. I have a learned a lot about during this ordeal, and I am a better web developer for it. OK, the source of and solution to the problem is... Internet Explorer 9 will not accept cookies from Intranet

Re: About scanAllDirectories,JarScanner and expanded JAR

2014-12-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 12/18/14 9:38 AM, Mark Thomas wrote: On 18/12/2014 14:18, Christopher Schultz wrote: Mark, can you clarify what behavior will actually change when scanAllDirectories=true is set? A JAR file is scanned for SCIs, static resources

Re: Multiple instances?

2014-12-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Billy, On 12/18/14 9:25 AM, Billy Bones wrote: Ok s, here is a small update. I've finally found what does this SERVICE_NAME mean, indeed you have to copy the original unit, then add the Systemd's directive named Environment like this:

Re: tomcat on windows 2012 weirdness

2014-12-18 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, On 12/18/2014 9:42 AM, Christopher Schultz wrote: Cris, On 12/18/14 12:22 PM, Cris Berneburg - US wrote: Chris cb I interpret this to mean that my local IE browser thinks the cb intranet web site that I access either by name or by IP

Re: Multiple instances?

2014-12-18 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/18/2014 10:07 AM, Christopher Schultz wrote: Billy, On 12/18/14 9:25 AM, Billy Bones wrote: Ok s, here is a small update. I've finally found what does this SERVICE_NAME mean, indeed you have to copy the original unit, then add the

Re: tomcat on windows 2012 weirdness

2014-12-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 12/18/14 1:31 PM, Mark Eggers wrote: Chris, On 12/18/2014 9:42 AM, Christopher Schultz wrote: Cris, On 12/18/14 12:22 PM, Cris Berneburg - US wrote: Chris cb I interpret this to mean that my local IE browser thinks the cb

GoDaddy SSL cert update from SHA1 to SHA2

2014-12-18 Thread Bruce Kostival
Tomcat 6.0.x Windows Server 2008 Running Java 7 Home grown app written in STS Running HTTPS with SHA1 cert Obtained SHA2 cert from GoDaddy by sending CSR generated from original keystore. Removed existing aliases from original keystore and loaded new root and domain cert to keystore. Trying to

Re: GoDaddy SSL cert update from SHA1 to SHA2

2014-12-18 Thread Igor Cicimov
On Fri, Dec 19, 2014 at 9:28 AM, Bruce Kostival bkosti...@universallumpers.com wrote: Tomcat 6.0.x Windows Server 2008 Running Java 7 Home grown app written in STS Running HTTPS with SHA1 cert Obtained SHA2 cert from GoDaddy by sending CSR generated from original keystore. Removed

Re: GoDaddy SSL cert update from SHA1 to SHA2

2014-12-18 Thread Bruce Kostival
Thanks Igor I'll poke around based on your input. From: Igor Cicimov icici...@gmail.com Sent: Thursday, December 18, 2014 15:49 To: Tomcat Users List Subject: Re: GoDaddy SSL cert update from SHA1 to SHA2 On Fri, Dec 19, 2014 at 9:28 AM, Bruce Kostival

Re: GoDaddy SSL cert update from SHA1 to SHA2

2014-12-18 Thread Igor Cicimov
On Fri, Dec 19, 2014 at 9:56 AM, Bruce Kostival bkosti...@universallumpers.com wrote: Thanks Igor I'll poke around based on your input. From: Igor Cicimov icici...@gmail.com Sent: Thursday, December 18, 2014 15:49 To: Tomcat Users List Subject: Re:

Re: About scanAllDirectories,JarScanner and expanded JAR

2014-12-18 Thread Nan Ge
Thank you Mark and Chris! So that's about something like SCI etc., your replies are very helpful. Thanks again! Regards, Nan