minIdle not being respected (tomcat thread pool)

2013-10-07 Thread John Rellis
d Timeout : 300 timeBetweenEvictionRunsMillis : 6 minEvictableIdleTimeMillis : 360 Validation Query : SELECT 1 -- John Rellis

Does maxActive limit the size of threadpool?

2013-10-08 Thread John Rellis
: 6 minEvictableIdleTimeMillis : 360 Validation Query : SELECT 1 Thanks, John -- John Rellis

Re: Does maxActive limit the size of threadpool?

2013-10-08 Thread John Rellis
On Tue, Oct 8, 2013 at 10:14 AM, Daniel Mikusa wrote: > On Oct 8, 2013, at 12:31 PM, John Rellis wrote: > >> Hi, >> >> Tomcat : 7.0.33 >> Java : 6 >> JDBC Pool : 1.0.9.3 >> Grails : 1.3.9 >> >> I am having difficulty understanding some of th

Re: minIdle not being respected (tomcat thread pool)

2013-10-09 Thread John Rellis
On Tue, Oct 8, 2013 at 5:42 AM, Daniel Mikusa wrote: > On Oct 7, 2013, at 11:14 PM, John Rellis wrote: > >> Hi, >> >> Tomcat : 7.0.33 >> Java : 6 >> JDBC Pool : 1.0.9.3 >> Grails : 1.3.9 >> >> We are running a grails app that is using the

Tomcat 7 - requested resource is not available

2013-10-25 Thread Donaldson, John
d new versions. But I'm pretty much of a Tomcat newbie. Any suggestions? It's just some big, basic error I think. John D. Here is an example Eclipse console log (heavily edited). The Tomcat logs (if I create a WAR and run outside of Ecl

RE: Tomcat 7 - requested resource is not available

2013-10-25 Thread Donaldson, John
181/app/esp/login.jsp and the page display the 404 message. The element in server.xml appears like this: I have to say this looks very odd! I will go away and read what this is trying to say. :-( But, for sure for "docBase" there is no D drive in scope. Thanks for your sugges

TC7 and SSL Questions

2014-07-24 Thread John Smith
s if I've missed any of this in the docs. Any additional info/advice appreciated. Thanks in Advance, John

Re: TC7 and SSL Questions

2014-07-28 Thread John Smith
On Thu, Jul 24, 2014 at 6:24 PM, Ognjen Blagojevic < ognjen.d.blagoje...@gmail.com> wrote: > John, > > > On 24.7.2014 21:11, John Smith wrote: > >> 1. Can I specify /admin/* as a security constraint url pattern so that >> only >> that directory runs under SS

SSL redirect problems

2014-08-01 Thread John Smith
ll no luck. Is there anything I'm missing? I understand I can install the cert on the loadbalancer instead, or use httpd as a proxy, but I'd rather just leave it the way it is if there's any other option. TIA, John

Re: SSL redirect problems

2014-08-01 Thread John Smith
lly point it to the ip address of one of the > backend nodes. Sorry, I'm a bit unclear on this. What method of connecting would let me test? > I think you'd want it on the load balancer. Possibly with additional certs > on your backend nodes, if you want HTTPS communication between the load > balancer and the Tomcat nodes. > > Dan > Thanks so much for the detailed and quick reply. John

Re: SSL redirect problems

2014-08-01 Thread John Smith
>> Not contradicting anything Daniel is saying, but maybe something to add, > and maybe that's the missing part of the original puzzle : > > If Tomcat is expecting HTTPS requests on port 8443, then any re-direct or > response that it is sending back is going to include that port number after > the

Re: SSL redirect problems

2014-08-01 Thread John Smith
On Fri, Aug 1, 2014 at 11:54 AM, Mark Thomas wrote: > On 01/08/2014 16:30, Daniel Mikusa wrote: > > You probably want the SSL certificate installed on your hardware load > > balancer. End client's browsers are going to connect to the hardware > load > > balancer, not Tomcat. Thus you'd want the

Re: SSL redirect problems

2014-08-01 Thread John Smith
> > >>> No, I am not really going that far. I am suggesting that that may be > the kind of thing that is happening, and that you may want to investigate > with a browser plugin, that the requests/responses are really what you are > expecting. > Your initial explanation was a bit confusing and lack

Re: SSL redirect problems

2014-08-01 Thread John Smith
edirect 443 to 8443 successfully. I also took your advice and redirected 80 to 8080 instead of using iptables. Thanks for your help. So many knowledgeable people on here. John

Re: SSL redirect problems

2014-08-01 Thread John Smith
> > >> > Is your LB configured to listen on 8443, or on 443? It won't pick up the > port it's supposed to listen on from the TC instances; you have to specify > it. > > Nailed it. Simplest solution, I didn't even consider it. Thanks, John

Re: SSL redirect problems

2014-08-01 Thread John Smith
> > >> There is no response, since you are not even able to connect to that > IP:port. > If you are using the IP of the LB, then the LB is not accepting > connections on port 8443. > You won't get much further, unless you solve that first. > But I thought that you wanted your users to access via p

Restricting SSL access within webapp

2014-08-01 Thread John Smith
nd and couldn't find anything that works.I tried adding another security constraint with transport guarantee set to NONE for url-pattern '/*' but it didn't prevent https access to the site as a whole. What's the correct way to selectively restrict https to only one area of a webapp? TIA, John

Re: SSL redirect problems

2014-08-01 Thread John Smith
> > > Thanks for letting us know what the issue was; many people never come back > and tell us what fixed it. > > My pleasure. This list is awesome.

Re: SSL redirect problems

2014-08-01 Thread John Smith
> > > > TLS is layer 5 so if the LB is operating at layer 4 it can't host the > cert. Some LBs can operate at layer 5 so it will depend on your LB > and/or its configuration. > > Mark > > I see. That's good to know. The LB is at 7.

Re: Restricting SSL access within webapp

2014-08-01 Thread John Smith
On Fri, Aug 1, 2014 at 4:34 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: John Smith [mailto:tomcat.ran...@gmail.com] > > Subject: Restricting SSL access within webapp > > > What's the correct way to selectively restrict https to only

Re: Restricting SSL access within webapp

2014-08-05 Thread John Smith
the rest of the site, I'll leave it up to the user. Best, John

Re: JKS keystore password Encryption

2014-08-05 Thread John Smith
> > You may find Wiki also useful: > > http://wiki.apache.org/tomcat/FAQ/Password > > -Ognjen "Write your own datasource implementation which wraps your datasource and obscure your brains out (XOR and ROT13 are great

java.lang.IllegalArgumentException at java.nio.Buffer.limit

2014-08-07 Thread John Smith
TC 7.0.54 / RHEL 6 / JDK 1.7.0_60 I'm getting a pretty consistent error in my logs that started showing up recently. I use logback and have a servlet catch all 500 errors and log them. The error seems to be associated with one servlet that writes XML output. Two changes I made recently were imple

Re: java.lang.IllegalArgumentException at java.nio.Buffer.limit

2014-08-08 Thread John Smith
> > > > What's on line 182 of AbstractServlet.java? > > -Terence Bandoian > It's the "out.write(xml);" line.

Re: java.lang.IllegalArgumentException at java.nio.Buffer.limit

2014-08-18 Thread John Smith
On Fri, Aug 8, 2014 at 9:10 AM, John Smith wrote: > On Thu, Aug 7, 2014 at 5:28 PM, Filip Hanik wrote: > >> if you could capture the XML that you are trying to write, we can put it >> into a test case and reproduce. >> >> Filip >> > > I&#x

JSSE or APR

2014-08-20 Thread John McLean
k is where I am, hence my confusion. I guess what I'm asking is, how do I confirm if I am using JSSE or APR ? Thanks John

Daily catalina.out has thousands of NPEs

2014-08-22 Thread John Smith
he default) works incredibly well. The errors in catalina aren't presenting on the site as much as they are in the logs, that is, the site seems to be behaving reasonably well despite the enormous amount of errors in the logs. Anyone know what might be causing it? Best, John

Re: java.lang.IllegalArgumentException at java.nio.Buffer.limit

2014-08-22 Thread John Smith
How would you use a proxy to do that? On Mon, Aug 18, 2014 at 3:23 PM, Yogesh Rao wrote: > How about tracing the http request and response for the call made? > > Tip : adding a proxy wud help here to log the entire request. > > Regards, > -Yogesh > > On Monday, Aug

Re: Daily catalina.out has thousands of NPEs

2014-08-27 Thread John Smith
ctory = ${catalina.base}/logs 1catalina.org.apache.juli.FileHandler.prefix = catalina. ___ Do you know if this configuration removing the full trace? Best, John

Filter to change Content-Type of files without proper extensions.

2014-09-19 Thread John Polansky
anging the content type of files with extensions tomcat recognizes, perhaps to prevent malicious code. Can anyone suggest an alternative to this, I've been scouring the web without much luck. I'd appreciate any suggestions keep in mind I'm pretty new tomcat/java as well so please give me keywords I can Google I would appreciate it. Thanks! John

Tomcat Connection Pool Problems with XtraBackup

2014-10-11 Thread John Smith
the maxActive higher will just spawn new connections in the pool that are hanging. Anything strike you as..."too tight" for lack of a better description, that would force the pool to continuously add connections when the backup runs? Anything else seem like it could be tweaked in relation to XtraBackup? TIA, John

Re: Tomcat Connection Pool Problems with XtraBackup

2014-10-13 Thread John Smith
On Sun, Oct 12, 2014 at 5:56 AM, Stefan Mayr wrote: > Hi John, > > Am 11.10.2014 23:30, schrieb John Smith: > >> I'm trying to workout a managed backup scheme on a MySQL production >> database with XtraBackup. According to our DBA, XtraBackup doesn't lock >&

Re: Windows Tomcat install folder

2014-10-13 Thread John Smith
> > > I don't know about the "recommended" way, but personally I hate the > SPACE in "Program Files", so I definitely prefer the 2nd option. > Same, I don't even bother with the second level directory. I just install to c:\apache-tomcat...

Disabling SSLv3 with Tomcat ARP/Native but still retaining support for TLS 1.1 and TLS 1.2

2014-10-15 Thread John Blaut
of course) whilst still retaining support for all TLS 1.0, 1.1 & 1.2? Regards John

Re: Disabling SSLv3 with Tomcat ARP/Native but still retaining support for TLS 1.1 and TLS 1.2

2014-10-15 Thread John Blaut
- SSLv3 & TLSv1.0,1.1.1.2 are all available When using: TLSv1 - only TLSv1.0 seems available without TLS1.1 and 1.2 I am wondering if there is a solution for Tomcat APR/Native where SSLv3 can be disabled without losing support for TLS 1.1 & 1.2 ? Regards John On Wed, Oct 15, 2014

Re: Disabling SSLv3 with Tomcat ARP/Native but still retaining support for TLS 1.1 and TLS 1.2

2014-10-15 Thread John Blaut
/2014 7:48 AM, Giles Coochey wrote: > > On 15/10/2014 13:42, John Blaut wrote: > > Hi > > Following the recent announcement of the SSLv3 POODLE vulnerability > (CVE-2014-3566), when disabling SSLv3 on Tomcat APR/Native using the > following configuration: SSLProtocol="TLSv1

Re: Disabling SSLv3 with Tomcat ARP/Native but still retaining support for TLS 1.1 and TLS 1.2

2014-10-15 Thread John Blaut
. Is there any way to preserve TLS1.1 & TLS1.2 whilst disabling SSLv3? Regards John On Wed, Oct 15, 2014 at 3:09 PM, Giles Coochey wrote: > On 15/10/2014 14:03, John Blaut wrote: > > I am using Tomcat 7. I can reproduce the issue even on Native 1.1.30. > > > > Apolo

Newbie question re certificates

2014-12-02 Thread John Dunn
I have been asked the following question during an audit, which I personally don't understand. "When using Mutually authenticated TLS is authorisation based on the certificate name(and not just on the root CA)?" Can anyone clarify what exactly this means and whether Tomcat supports this? Chee

Strange classloading problem when application is deployed for the first time.

2015-01-16 Thread John Doe
o its still running with a JRE. Any way to get it to use the JDK? Thanks in advance, John

Re: Multiple domian names one web site different content

2016-03-04 Thread john Matlock
instances running on your server. John Matlock On Fri, Mar 4, 2016 at 2:55 PM, Jeffrey Janner wrote: > > -Original Message- > > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > > Sent: Friday, March 04, 2016 3:36 PM > > To: Tomcat Users List

[jdbc-pool] Validation query leaves transaction open

2016-08-11 Thread John Huss
the issue. This was reported previously (three years ago) here: https://mail-archives.apache.org/mod_mbox/tomcat-users/201301.mbox/%3CCAPw873vy%2B9kWMQiFPbnTX6g1FSQ8oTVhDJ3Zagp9UkUZ3d5qjw%40mail.gmail.com%3E Thanks, John

Re: [jdbc-pool] Validation query leaves transaction open

2016-08-12 Thread John Huss
In every database I have used every query requires a transaction. Often they will start them automatically if you don't do it explicitly. On Fri, Aug 12, 2016 at 4:13 AM Jose María Zaragoza wrote: > 2016-08-11 21:33 GMT+02:00 John Huss : > > I have verified that in version 8.0.36

Re: [jdbc-pool] Validation query leaves transaction open

2016-08-15 Thread John Huss
r Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > John, > > On 8/11/16 3:33 PM, John Huss wrote: > > I have verified that in version 8.0.36 of tomcat jdbc the > > validation query functionality does not commit t

Apache Tomcat Multiple Vulnerabilities Prior To 7.0.50

2015-06-12 Thread Kaggwa, John
denial of service. All the best JOHN KAGGWA ASSISTANT IT MANAGER / W DOHA P.O Box 19573 / West Bay / Doha / Qatar T: 974-4453-5031 / F: 974-4453-5220 / M: 974-3017-7061 / E: john.kag...@whotels.com This electronic message transmission contains information from the Company that may be

RE: Apache Tomcat Multiple Vulnerabilities Prior To 7.0.50

2015-06-12 Thread Kaggwa, John
What is the correct way of installing it, because I had downloaded version "apache-tomcat-8.0.23-windows-x64" All the best JOHN KAGGWA ASSISTANT IT MANAGER / W DOHA -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, June 12, 2015 3:50 PM To: Tomcat

Re: confirm subscribe to users@tomcat.apache.org

2015-07-23 Thread John Baker
subject as message 12345, > send a short message to: > > > The messages should contain one line or word of text to avoid being > treated as sp@m, but I will ignore their content. > Only the ADDRESS you send to is important. > > You can start a subscription for an alternat

Tomcat, REMOTE_USER, getRemoteUser()

2015-07-23 Thread John Baker
OTE_USER (sent by the ajp module) and avoids users having to retrieve a header from the request. Thanks John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat, REMOTE_USER, getRemoteUser()

2015-07-23 Thread John Baker
05 PM, Violeta Georgieva wrote: > Hi, > > 2015-07-23 21:54 GMT+03:00 John Baker : > > > > Hello, > > > > I note the HTTP connector does the following when > > Request.getRemoteUser() is called: > > > > public String getRemoteUser() { > &g

Re: Tomcat, REMOTE_USER, getRemoteUser()

2015-07-24 Thread John Baker
this be raised as a bug? On Fri, Jul 24, 2015, at 09:39 AM, S.Booth wrote: > On 23/07/15 20:38, John Baker wrote: > > The flag to which you refer is for AJP only, hence the inconsistency (as > > AJP becomes less common and reverse proxying HTTP becomes the norm). > > While I

Re: Tomcat, REMOTE_USER, getRemoteUser()

2015-07-25 Thread John Baker
when security issues are opened up through the use of AJP and tomcatAuthentication="false". * If we really don't like the idea of getRemoteUser() returning REMOTE_USER (set as an HTTP Header or provided by mod_jk) then maybe a Valve can be included by default that wraps up both the logging and functionality (I'm happy to write it). John John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat, REMOTE_USER, getRemoteUser()

2015-07-26 Thread John Baker
> BlueCothe protocol that one can't get away from; that everyone > understands and can easily debug with telnet/etc)at, etc. Sorry, I think my brain started to fail. "Blue Coat; HTTP is a protocol that everyone understands / can easily debug with telnet / etc."

Re: Tomcat, REMOTE_USER, getRemoteUser()

2015-07-28 Thread John Baker
s, we were wondering if there's some way we can implement a Valve that takes a username and a signature using a shared secret. The problem is signing in Apache: I've not looked too hard for a module to do this but maybe one exists? If one does exist, then the mod_jk module could use the same strategy to ensure Tomcat only trusts a username + valid signature. John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat, REMOTE_USER, getRemoteUser()

2015-07-28 Thread John Baker
> I haven't looked too closely, but I'm not sure what "standard" > mechanisms there are to communicate this through a proxy. variables > don't pass through a proxy, and a HEADER is NOT the proper solution here > unless you also implement something similar to the Tomcat RemoteIpValve > where yo

memory trace of the server with 2 instances of tomcat 7 running

2015-07-30 Thread Ethen John
hi all, I have a linux server which is running 2 similar instances of Tomcats 7. Each of the tomcat instances has the exact same web application (.war) deployed. The application is not actively used by the users, but the behavior of the application on both the tomcat instances is looking very sl

Re: Tomcat 8 jspx and HTML5

2015-08-13 Thread John Byrne
unsubscribe On 12 August 2015 at 02:34, Kevin Hale Boyes wrote: > On 8 August 2015 at 06:54, Konstantin Preißer > wrote: > > > Hi Christopher, > > > > > -Original Message- > > > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > > > Sent: Saturday, August 8, 2015 2:32 PM

Re: [ANN] Apache Tomcat Connectors 1.2.41 released

2015-08-20 Thread John Byrne
Unsubscibe On 19 August 2015 at 13:30, jean-frederic clere wrote: > On 08/17/2015 01:10 PM, Mark Thomas wrote: > >> The Apache Tomcat Project is proud to announce the release of version >> 1.2.41 of the Apache Tomcat Connectors. >> This version fixes one security issue (CVE-2014-8111) and a nu

Re: Can tomcat serve MPI (parallel) applications?

2015-11-29 Thread john Matlock
y, it has been many years since I worked with MPI and with the rate of change in this business, I may have it all wrong. I hope I'm being helpful rather than just cluttering up your mailbox. What MPI software are you using? Are the applications written primarily in FORTRAN with a mixture

Re: Can tomcat serve MPI (parallel) applications?

2015-11-30 Thread john Matlock
ome kind of intranet. I don't think I am helping you very much. John Matlock On Mon, Nov 30, 2015 at 2:25 AM, Stefan Mayr wrote: > Am 29.11.2015 um 19:24 schrieb Martijn Slouter: > >> Thanks for your reply, comments below: >> ... >> Any suggestion how I can accomplish

Mapping Multiple LDAP Groups to a J2EE Role

2017-01-26 Thread John Trump
I am installing IBM's DOORS NG with Tomcat 8.0.41. I would like to use LDAP for authentication but need to confirm that tomcat supports mapping multiple LDAP groups to a J2EE role. I have looked through the documentation but am still not sure if this is supported. Any help or insight would be grea

Re: Mapping Multiple LDAP Groups to a J2EE Role

2017-01-26 Thread John Trump
multiple groups to one role. In this case, I am guessing it would mean I I have 3 LDAP groups (group1, group2, group3) and I would need to map those LDAP groups to 1 single role, o.e. jazzuser or jazzadmin. On Thu, Jan 26, 2017 at 4:18 PM, Aurélien Terrestris wrote: > Hi John > > do

Re: Mapping Multiple LDAP Groups to a J2EE Role

2017-02-14 Thread John Trump
gt; I didn't try myself, but you can ask if you're still in trouble. > > best regards > A.T. > > > > > > > > 2017-01-26 23:01 GMT+01:00 John Trump : > > > Thi is what the product specifies: > > > > In many cases, you can map multip

logging.properties vs catalina.properties

2017-03-01 Thread John Zhuge
Hi Tomcat gurus, Do you know which file is loaded first? e.g. in 6.0.48. I guess logging.properties is loaded first, does it mean it should not use any system property defined in catalina.properties? Thanks, -- John

tomcat 8.5.14, gives 400 error when using a | in the request parameters

2017-05-08 Thread John Zanoni
prevents tomcat from returning a 400 error but how can we tell tomcat not to response with a 400 when a | (pipe) is used in the value of one of the parameters. We rolled back to an older version (tomcat 8.5.4) to solve the issue but this is actuall

Re: server.xml password encryption instead of plain text

2017-05-25 Thread John Palmer
I haven't tested it yet, but if you're on a Windows platform you MAY be able to tell Tomcat to use the Windows Certificate Store (an thus NOT have a password in server.xml) by adding something like this to the Java Options: -Djavax.net.ssl.trustStoreProvider=SunMSCAPI -Djavax.net.ssl.trustStoreType

tomcat ssl setup

2017-09-19 Thread John Ellis
irst get SSL setup for Tomcat on this other server. I am providing a copy of the Tomcat9 server.sml file here on a DropBox link- https://www.dropbox.com/s/k3l07w9p4n81fas/server.xml?dl=0 Thanks in advance! John Ellis 405.285.2500 office http://biz-e.io

RE: tomcat ssl setup

2017-09-19 Thread John Ellis
Yes I will put the log files on DropBox as well when I get back from lunch. Thanks, John Ellis 405.285.2500 office http://biz-e.io From: Alejandro Vargas M. [mailto:alejandro.var...@kymsolutions.com] Sent: Tuesday, September 19, 2017 11:10 AM To: users

RE: tomcat ssl setup

2017-09-19 Thread John Ellis
Here are the tomcat 9 log file DropBox links- https://www.dropbox.com/s/hlcg3cycddteyaz/catalina.2017-09-08.log?dl=0 https://www.dropbox.com/s/yj93ub9woxdoie0/localhost_access_log.2017-09-19.tx t?dl=0 Thanks, John Ellis 405.285.2500 office http://biz-e.io

RE: tomcat ssl setup

2017-09-19 Thread John Ellis
Andre at this point Alan, my boss, only has had me setup Tomcat 9 on this server; not jira or confluence. He thought it might be easier to get the SSL port working just on Tomcat first and then work with Jira and Confluence on this server. John Ellis 405.285.2500 office      http://biz-e.io

RE: tomcat ssl setup

2017-09-20 Thread John Ellis
The Dropbox link to the tomcat server.xml file is back in this email thread. John Ellis 405.285.2500 office      http://biz-e.io -Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Tuesday, September 19, 2017 3:47 PM To: users@tomcat.apache.org Subject

RE: tomcat ssl setup

2017-09-20 Thread John Ellis
Andre can you tell me which log file you are saying tells where the problem is? I am not seeing it but I may not be even looking for the right thing. I did open the server.xml file up in an XML file editor program and it didn't give any errors. John Ellis 405.285.2500 office      http:

RE: tomcat ssl setup

2017-09-20 Thread John Ellis
directory. John Ellis 405.285.2500 office      http://biz-e.io -Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Wednesday, September 20, 2017 10:02 AM To: users@tomcat.apache.org Subject: Re: tomcat ssl setup On 20.09.2017 15:20, John Ellis wrote: > Andre

RE: tomcat ssl setup

2017-09-21 Thread John Ellis
Thanks so much for the quick reply Andre. There doesn't appear to be anything on line 87 but there is on line 114. See the screenshot I took of the server.xml file below- John Ellis 405.285.2500 office http://biz-e.io -Original Message- From:

RE: tomcat ssl setup

2017-09-21 Thread John Ellis
OK. As I said there is nothing on line 87 but here is line 114- SSLCertificateChainFile="/usr/java/jdk1.8.0_45/jre/bin/root.pem" John Ellis 405.285.2500 office      http://biz-e.io -Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Thursday,

RE: tomcat ssl setup

2017-09-21 Thread John Ellis
Sure this is starting with line number 73 thru line 101 so I could get the entire sections- John Ellis 405.285.2500 office      http://biz-e.io -Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Thursday, September 21, 2017 11:34 AM

RE: tomcat ssl setup

2017-09-21 Thread John Ellis
Andre I just realized that I forgot to do the same thing with line 114; here are all the lines in the section that includes line 114- it starts at line 107 and ends at line 117. Thanks again, John Ellis 405.285.2500 office      http://biz-e.io -Original Message- From: André

RE: tomcat ssl setup

2017-09-21 Thread John Ellis
I change the IP address to 10.22.8.70:8080 it immediately goes to the Tomcat 9 webpage. John Ellis 405.285.2500 office      http://biz-e.io -Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Thursday, September 21, 2017 11:34 AM To: users@tomcat.apache.org Subj

RE: tomcat ssl setup

2017-09-22 Thread John Ellis
work with version 9. I wonder if it might work on with version 8? John Ellis 405.285.2500 office      http://biz-e.io -Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Thursday, September 21, 2017 4:40 PM To: users@tomcat.apache.org Subject: Re: tomca

RE: tomcat ssl setup

2017-09-22 Thread John Ellis
OK I will try to find, download and try that version. Thanks! John Ellis 405.285.2500 office http://biz-e.io -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, September 22, 2017 9:17 AM To: Tomcat Users List Subject: Re: tomcat ssl setup On 22/09

RE: tomcat ssl setup

2017-09-22 Thread John Ellis
fine. Here is a Dropbox link to the server.xml file that I edited- https://www.dropbox.com/s/rdjjjxn6lzrucs0/server.xml?dl=0 Here is a Dropbox link to the Catalina log file- https://www.dropbox.com/s/c0x8svk4neqp5xo/catalina.2017-09-22.log?dl=0 Thanks, John Ellis 405.285.2500 office

RE: tomcat ssl setup

2017-09-22 Thread John Ellis
I used the keytool command, then submitted the CSR to the cacert.org site, then put root and main certificates in place and referenced them in the server.xml file. John Ellis 405.285.2500 office http://biz-e.io -Original Message- From: Mark Thomas [mailto:ma...@apache.org

RE: tomcat ssl setup

2017-09-25 Thread John Ellis
configuration. The error was: NoInstallationError('Cannot find Apache control command apache2ctl',) I went to the cert.bot website and it suggested running the command ./certbot-auto --apache certonly but it gave the same error. John Ellis 405.285.2500 office http://bi

RE: tomcat ssl setup

2017-09-25 Thread John Ellis
with this position, in the last few years. John Ellis 405.285.2500 office http://biz-e.io -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, September 22, 2017 2:20 PM To: Tomcat Users List Subject: Re: tomcat ssl setup On 22/09/17 16:44, John Ellis

RE: tomcat ssl setup

2017-09-25 Thread John Ellis
Ok please disregard my last question re using keytool. I DID use it on the server we are trying to get the ssl certificate to work on. It's just that it was awhile back and I wasn't seeing the commands when I went by through the command history. My Bad John Ellis 405.285.2

RE: tomcat ssl setup

2017-09-26 Thread John Ellis
to change from JKS to JCEKS but when I ran the commands I didn't have JKS in the command; only RSA for the algorithm. Can someone provide me with the proper keytool commands that I need to use to create an SSL certificate for Tomcat? John Ellis 405.285.2500 office http://biz-e.io

RE: tomcat ssl setup

2017-09-26 Thread John Ellis
e. I will try this tomorrow. Thanks so much for the info! John Ellis 405.285.2500 office http://biz-e.io -Original Message- From: l...@kreuser.name [mailto:l...@kreuser.name] Sent: Tuesday, September 26, 2017 3:26 PM To: Tomcat Users List Subject: Re: tomcat ssl setup

RE: tomcat ssl setup

2017-09-26 Thread John Ellis
Yes I have run into that. I'm using an xml editor to check my work. John Ellis 405.285.2500 office http://biz-e.io -Original Message- From: l...@kreuser.name [mailto:l...@kreuser.name] Sent: Tuesday, September 26, 2017 3:32 PM To: Tomcat Users List Subject: Re: tomca

RE: tomcat ssl setup

2017-09-26 Thread John Ellis
Mark I don't see where you wrote anything in this reply? John Ellis 405.285.2500 office http://biz-e.io -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, September 26, 2017 5:49 PM To: Tomcat Users List Subject: RE: tomcat ssl setup

RE: tomcat ssl setup

2017-09-27 Thread John Ellis
John Ellis 405.285.2500 office http://biz-e.io -Original Message- From: l...@kreuser.name [mailto:l...@kreuser.name] Sent: Tuesday, September 26, 2017 3:26 PM To: Tomcat Users List Subject: Re: tomcat ssl setup John, > Am 26.09.2017 um 21:26 schrieb John El

RE: tomcat ssl setup

2017-09-28 Thread John Ellis
John Ellis 405.285.2500 office http://biz-e.io -Original Message- From: Peter Kreuser [mailto:l...@kreuser.name] Sent: Wednesday, September 27, 2017 3:43 PM To: Tomcat Users List Subject: Re: tomcat ssl setup John, > Am 27.09.2017 um 18:08 schrieb John El

RE: tomcat ssl setup

2017-09-28 Thread John Ellis
John Ellis 405.285.2500 office http://biz-e.io -Original Message- From: Peter Kreuser [mailto:l...@kreuser.name] Sent: Wednesday, September 27, 2017 3:43 PM To: Tomcat Users List Subject: Re: tomcat ssl setup John, > Am 27.09.2017 um 18:08 schrieb John El

RE: tomcat ssl setup

2017-09-28 Thread John Ellis
John Ellis 405.285.2500 office http://biz-e.io -Original Message- From: Peter Kreuser [mailto:l...@kreuser.name] Sent: Wednesday, September 27, 2017 3:43 PM To: Tomcat Users List Subject: Re: tomcat ssl setup John, > Am 27.09.2017 um 18:08 schrieb John El

Tomcat SSL issue

2017-10-09 Thread John Ellis
file to get the secure port working are- John Ellis 405.285.2500 office http://biz-e.io

RE: Tomcat SSL issue

2017-10-09 Thread John Ellis
John Ellis 405.285.2500 office http://biz-e.io -Original Message- From: Jose María Zaragoza [mailto:demablo...@gmail.com] Sent: Monday, October 9, 2017 11:25 AM To: Tomcat Users List Subject: Re: Tomcat SSL issue 2017-10-09 17:01 GMT+02:00 John Ellis : > I posted questi

RE: Tomcat SSL issue

2017-10-09 Thread John Ellis
John Ellis 405.285.2500 office      http://biz-e.io -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, October 9, 2017 12:33 PM To: Tomcat Users List Subject: Re: Tomcat SSL issue On 09/10/17 16:01, John Ellis wrote: > I posted questions about thi

RE: Tomcat SSL issue

2017-10-10 Thread John Ellis
John Ellis 405.285.2500 office      http://biz-e.io -Original Message- From: Terence M. Bandoian [mailto:tere...@tmbsw.com] Sent: Monday, October 9, 2017 4:49 PM To: Tomcat Users List Subject: Re: Tomcat SSL issue On 10/9/2017 10:01 AM, John Ellis wrote: > > I posted que

RE: Tomcat SSL issue

2017-10-10 Thread John Ellis
John Ellis 405.285.2500 office      http://biz-e.io -Original Message- From: Terence M. Bandoian [mailto:tere...@tmbsw.com] Sent: Monday, October 9, 2017 4:49 PM To: Tomcat Users List Subject: Re: Tomcat SSL issue On 10/9/2017 10:01 AM, John Ellis wrote: > > I posted que

Switch to in-memory key store in tomcat 8.5.23 fails application to load

2018-02-14 Thread Emil John
Context --- Exact tomcat version, Operating Systems, other configurations- Current Tomcat version - 8.5.15 Operating Systems - Windows/ Linux Upgrading to tomcat version - 8.5.23 Application - Java Application. I have an application with tomcat, say fooapp. I also have a custom keystore

Question regarding running Tomcat 7.0.57 offline

2018-04-19 Thread John Dale
to the network. :\ I've been dealing with this issue for awhile, and I'm finally fed-up with it. We want offline and we want it .. NOW! ;) Thanks folks. Sincerely, John from Spearfish, SD - To unsubscrib

Re: Question regarding running Tomcat 7.0.57 offline

2018-04-19 Thread John Dale
5, TimeUnit.SECONDS); log.info("Scheduling sms queue processor."); try { connection = ConnectionFactory.getConnection(); - Thanks and have a good one, John On Thu, Apr 19, 2018 at 1:13 PM, Mark Thomas wrote: >

Re: Question regarding running Tomcat 7.0.57 offline

2018-04-19 Thread John Dale
.main(Bootstrap.java:457) On Thu, Apr 19, 2018 at 1:13 PM, Mark Thomas wrote: > On 19/04/18 18:37, John Dale wrote: >> Greetings; >> >> I have a 2006 era macbook pro with the latest osx. >> >> I run MySQL, which binds to localhost just fine when the network cable &

<    2   3   4   5   6   7   8   9   10   11   >