Re: How to configure Tomcat with a Managed Service Account when using LocalMachine certificates for TLS

2024-06-27 Thread Christopher Schultz
*De:* Gavioto đŸ•” *Enviado:* martes, 25 de junio de 2024 15:27 *Para:* users@tomcat.apache.org *Asunto:* RE: How to configure Tomcat with a Managed Service Account when using LocalMachine certificates for TLS - how are are starting Tomcat?   Tomcat is starting as a service with

Re: How to configure Tomcat with a Managed Service Account when using LocalMachine certificates for TLS

2024-06-25 Thread Mark Thomas
On 25/06/2024 14:27, Gavioto đŸ•” wrote: - how are are starting Tomcat?   Tomcat is starting as a service with "Domain\account1$" (Managed Service Account) - is Tomcat installed as a Windows service?   Yes - which account is Tomcat running under?   "Domain\account1$" (Managed Service

RE: How to configure Tomcat with a Managed Service Account when using LocalMachine certificates for TLS

2024-06-25 Thread Gavioto đŸ•”
15:27 Para: users@tomcat.apache.org Asunto: RE: How to configure Tomcat with a Managed Service Account when using LocalMachine certificates for TLS - how are are starting Tomcat?   Tomcat is starting as a service with "Domain\account1$" (Managed Service Account) - is Tomcat insta

Re: How to configure Tomcat with a Managed Service Account when using LocalMachine certificates for TLS

2024-06-25 Thread Bill Stewart
On Tue, Jun 25, 2024 at 9:14 AM david w wrote: I've had the same experience, but with a regular AD service account, not an > MSA. > The account needs to have local administrator rights for the certificate > to be found and used; setting ACL on the keystores is not enough. > 1) The standard on thi

Re: How to configure Tomcat with a Managed Service Account when using LocalMachine certificates for TLS

2024-06-25 Thread david w
esday, June 25, 2024 3:27:12 PM To: users@tomcat.apache.org Subject: RE: How to configure Tomcat with a Managed Service Account when using LocalMachine certificates for TLS - how are are starting Tomcat?   Tomcat is starting as a service with "Domain\account1$" (Managed Service Accoun

RE: How to configure Tomcat with a Managed Service Account when using LocalMachine certificates for TLS

2024-06-25 Thread Gavioto đŸ•”
ng to the user who is running the Tomcat Service. In this case, the Managed Service Account. De: Mark Thomas Enviado: martes, 25 de junio de 2024 12:51 Para: users@tomcat.apache.org Asunto: Re: How to configure Tomcat with a Managed Service Account when using

Re: How to configure Tomcat with a Managed Service Account when using LocalMachine certificates for TLS

2024-06-25 Thread Mark Thomas
s, apache opens port 8443, but doesn't respond to requests on 8443 when testing and no error in logs appears. What is the question is "How to configure Tomcat with a Managed Service Account when using LocalMachine certificates for TLS" Notes: - JDK 11.0.20+ is required due a well known b

How to configure Tomcat with a Managed Service Account when using LocalMachine certificates for TLS

2024-06-25 Thread Alberto Corral
ice account, it seems can access to the Certificate Storage, in other case, the previous Stack Trace is generated. - Unless I gave local Admin rights, apache opens port 8443, but doesn't respond to requests on 8443 when testing and no error in logs appears. What is the question is "How

RE: How to configure Tomcat 8.5.x to run in with a different windows service user, and what are minimum permissions

2022-06-22 Thread paul.leo
ng that I would have to specify password somewhere. I don't think that's the case. Sorry to be a little misinformed. -Original Message- From: Mark Thomas Sent: Wednesday, June 22, 2022 10:33 AM To: users@tomcat.apache.org Subject: Re: How to configure Tomcat 8.5.x to run in

Re: How to configure Tomcat 8.5.x to run in with a different windows service user, and what are minimum permissions

2022-06-22 Thread Mark Thomas
On 22/06/2022 17:02, paul@stgconsulting.com wrote: Hello all, I been tasked with researching options for running Tomcat 8.5.x as a windows service, but with a different user. I need to know what minimum rights for user would be, and also how to pass user & password. I think I see how to pa

How to configure Tomcat 8.5.x to run in with a different windows service user, and what are minimum permissions

2022-06-22 Thread paul.leo
Hello all, I been tasked with researching options for running Tomcat 8.5.x as a windows service, but with a different user. I need to know what minimum rights for user would be, and also how to pass user & password. I think I see how to pass user and password. I don't see how to encrypt pa

Re: Configure Tomcat development using NetBeans IDE

2022-02-25 Thread John Barrow
Mark, Just as a follow up to the two rogue test files tomcat\test\org\apache\coyote\http2\TestStream.java tomcat\test\util\TestCookieFilter.java I copied the util and trailers folders into the java folder and that didn't make any difference. Also I noticed that, for the TestStream.java source it

Re: [OT] Configure Tomcat development using NetBeans IDE

2022-02-24 Thread Christopher Schultz
John, On 2/23/22 05:08, John Barrow wrote: I fall into that historic stereotypical old-school developer type labelled 'lazy' You're in good company. Awww.. the threevirtues dot com website has been hijacked by some stupid advertising company. This is why we can't have nice things. Google fo

Re: Configure Tomcat development using NetBeans IDE

2022-02-24 Thread John Barrow
Mark, I have now got grep working (following a post from another member indicating that built into git bash!) > ant download-test-compile This is useful to know as I didn't run the tests script until later. > ant download-validate This didn't report Checkstyle missing - probably as not needed

Re: Configure Tomcat development using NetBeans IDE

2022-02-23 Thread Mark Thomas
On 22/02/2022 17:59, John Barrow wrote: John, Thanks for separating this out into a new thread. As a life-long supporter of Subversion, this was my first foray into the world of git, but I believe, after a quick crash course, I have managed to have forked and cloned Tomcat onto my laptop!

Re: Configure Tomcat development using NetBeans IDE

2022-02-23 Thread John Barrow
Hi Greg, > You should not need to reload tomcat for code unless NetBeans cannot handle > hot reload. I don't believe that there is a problem with NetBeans, it updates the active code files in the WEB_APP/classes perfectly, but then as previously discussed in the other thread, there is no file lo

Re: Configure Tomcat development using NetBeans IDE

2022-02-23 Thread Greg Huber
There have been lots of emails on this, sorry if I have missed something.. Although I don't use net beans, I use Eclipse with the venerable Sysdeo Tomcat Plugin (modified), and from my experience set reloadable = "false".  I would stop and restart tomcat for method signature changes, new class

Configure Tomcat development using NetBeans IDE

2022-02-22 Thread John Barrow
Hi, Firstly, this is actually a continuation of a previous thread (specifically the email from Make Thomas, dated 21/02/2022 08:10) discussing the specification for enhancing the reloading of webapps after changes to the deployed files. This thread is titled ‘ is too quick to respond’ and remains

Re: Configure Tomcat for specific Urls on specific Port

2020-04-06 Thread Martin Grigorov
Hi, On Mon, Apr 6, 2020 at 9:32 AM Vijay Roy wrote: > Hi Team , > > We are using tomcat in one of our projects and we have tomcat ports 8080 > and 8081 opened by the following configurations. > >server="" >connectionTimeout="2" >redirectPort="8443

Configure Tomcat for specific Urls on specific Port

2020-04-05 Thread Vijay Roy
Hi Team , We are using tomcat in one of our projects and we have tomcat ports 8080 and 8081 opened by the following configurations. Now we want to allow only specific url on each port. For eg urls contaning text /request1 should be allowed to access only on port 8080 and if /request1 is sen

RE: Cant configure Tomcat isapi redirect in IIS

2019-04-23 Thread Shpilsky Rita (UniCredit Services)
, 2019 4:36 PM To: users@tomcat.apache.org Subject: Re: Cant configure Tomcat isapi redirect in IIS On 23/04/2019 20:32, Shpilsky Rita (UniCredit Services) wrote: > This message has been marked asUC group - PUBLIC > >   > > Hi, > > I have tomcat 9.0.16 installed on windows 2012 s

Re: Cant configure Tomcat isapi redirect in IIS

2019-04-23 Thread Mark Thomas
On 23/04/2019 20:32, Shpilsky Rita (UniCredit Services) wrote: > This message has been marked asUC group - PUBLIC > >   > > Hi, > > I have tomcat 9.0.16 installed on windows 2012 server, 64 bit version > > I went through all the steps including getting the isapi_redirect.dll in > 64 bit version

RE: Cant configure Tomcat isapi redirect in IIS

2019-04-23 Thread Shpilsky Rita (UniCredit Services)
This message has been marked as UC group - PUBLIC Hi, I have tomcat 9.0.16 installed on windows 2012 server, 64 bit version I went through all the steps including getting the isapi_redirect.dll in 64 bit version, but when I try to open one of the applications residing in webapps folder of tomc

Re: How to configure Tomcat for OCSP stapling?

2018-06-04 Thread Mark Boon
Hi Mark Thomas, Thanks for the pointer. However, that comment you posted there is 4 years old. Any news on the matter since then at all? Has OCSP Stapling support for NIO connectors since made it into Java 9? Mark Boon On 5/30/18, 12:46 AM, "Mark Thomas" wrote: On 29/05/1

Re: How to configure Tomcat for OCSP stapling?

2018-05-30 Thread Mark Thomas
On 29/05/18 00:22, Mark Boon wrote: > My company asked to enable OCSP stapling for our Tomcat server. I found > the documentation about configuring a Tomcat OCSP Connector here: > > https://tomcat.apache.org/tomcat-8.5-doc/ssl-howto.html#Configuring_OCSP_Connector > >   > > However, if I’m not m

Re: How to configure Tomcat for OCSP stapling?

2018-05-28 Thread Coty Sutherland
Hi, On Mon, May 28, 2018 at 7:22 PM, Mark Boon wrote: > My company asked to enable OCSP stapling for our Tomcat server. I found > the documentation about configuring a Tomcat OCSP Connector here: > > https://tomcat.apache.org/tomcat-8.5-doc/ssl-howto.html# > Configuring_OCSP_Connector > > > > Ho

How to configure Tomcat for OCSP stapling?

2018-05-28 Thread Mark Boon
My company asked to enable OCSP stapling for our Tomcat server. I found the documentation about configuring a Tomcat OCSP Connector here: https://tomcat.apache.org/tomcat-8.5-doc/ssl-howto.html#Configuring_OCSP_Connector However, if I’m not mistaken those are instructions for how to set up an OCS

Re: How to configure tomcat to ignore large websocket messages

2017-01-25 Thread Mark Thomas
On 25/01/2017 21:12, Preston Price wrote: > So what is the purpose of a Decoder.TextStream then if not to handle > incomplete/partial messages? To interface with other components that wanted to process the data in that form. Partial messages feeding an InputStream is doable, but you need to built

Re: How to configure tomcat to ignore large websocket messages

2017-01-25 Thread Preston Price
So what is the purpose of a Decoder.TextStream then if not to handle incomplete/partial messages? Cheers! On Wed, Jan 25, 2017 at 2:07 PM, Mark Thomas wrote: > On 25/01/2017 20:53, Preston Price wrote: > > Is it possible to use a Decoder to handle partial websocket messages? > > No. Decoders on

Re: How to configure tomcat to ignore large websocket messages

2017-01-25 Thread Mark Thomas
On 25/01/2017 20:53, Preston Price wrote: > Is it possible to use a Decoder to handle partial websocket messages? No. Decoders only apply to whole messages. The closest you will get it is: - remove the message size limit - use a partial message handler that buffers up to a limit - discard data on

Re: How to configure tomcat to ignore large websocket messages

2017-01-25 Thread Preston Price
Is it possible to use a Decoder to handle partial websocket messages? On Wed, Jan 25, 2017 at 1:29 PM, Mark Thomas wrote: > On 25/01/2017 20:25, Preston Price wrote: > > My environment: > > java: 1.8.0_102, > > tomcat: 8.0.39, > > os:Ubuntu 4.4.0-45-generic, > > websocket api: 1.1 > > > > Curren

Re: How to configure tomcat to ignore large websocket messages

2017-01-25 Thread Mark Thomas
On 25/01/2017 20:25, Preston Price wrote: > My environment: > java: 1.8.0_102, > tomcat: 8.0.39, > os:Ubuntu 4.4.0-45-generic, > websocket api: 1.1 > > Currently in my application clients will (rarely) send a message that > exceeds the default (8192 byte) limit for messages. This results in the >

How to configure tomcat to ignore large websocket messages

2017-01-25 Thread Preston Price
My environment: java: 1.8.0_102, tomcat: 8.0.39, os:Ubuntu 4.4.0-45-generic, websocket api: 1.1 Currently in my application clients will (rarely) send a message that exceeds the default (8192 byte) limit for messages. This results in the socket being closed by the server with a 1009 code (too big)

Re: Tutorial: Configure Tomcat with HTTPS/SSL on Ubuntu 16.04 LTS (Xenial) using Letsencrypt

2016-10-04 Thread Christopher Schultz
HTTPS/SSL. > > I've written my own tutorial how to do that using Letsencrypt and > Tomcat native: > https://mladenadamovic.wordpress.com/2016/09/06/configure-tomcat-with- ssl-on-ubuntu-minimal/ > > As you can notice from the tutorial: - I'm running 8.5.5 from > web

Tutorial: Configure Tomcat with HTTPS/SSL on Ubuntu 16.04 LTS (Xenial) using Letsencrypt

2016-09-30 Thread Mladen Adamović
om/2016/09/06/configure-tomcat-with-ssl-on-ubuntu-minimal/ As you can notice from the tutorial: - I'm running 8.5.5 from website (not prepackaged with comes with Ubuntu) - run Tomcat as non-root user and do ip tables forwarding because of that - implemented my own ACME support for Letsenc

Re: AW: Problems to configure tomcat as windows service

2015-10-09 Thread Aurélien Terrestris
OK good that it's finally working. There is a weakness in the documentation since it duplicates a big part of the original procrun doc, and it would more readable to just give a short explanation and give a link as you suggest. You can ask for an improvement in the bug database ( http://tomcat.apac

AW: AW: Problems to configure tomcat as windows service

2015-10-09 Thread Arno SchÀfer
Aurélien, > still investigating for you in the documentation ( > http://commons.apache.org/proper/commons-daemon/procrun.html ), can you try > again with --ServiceUser & --ServicePassword instead of --User & --Password ? thanks for that hint. I try it and it works now. :-) I miss the point, tha

Re: AW: Problems to configure tomcat as windows service

2015-10-08 Thread Aurélien Terrestris
Arno, still investigating for you in the documentation ( http://commons.apache.org/proper/commons-daemon/procrun.html ), can you try again with --ServiceUser & --ServicePassword instead of --User & --Password ? regards 2015-10-08 17:35 GMT+02:00 Arno SchÀfer : > Hi Aurélien, > > > Arno, can you

AW: AW: Problems to configure tomcat as windows service

2015-10-08 Thread Arno SchÀfer
Hi Aurélien, > Arno, can you try with these parameters : --StdOutput out.txt --StdError > err.txt > and check if this writes anything to these files (I don't bet a pence on this > but let's try) ? That isn't the point. My problem is, that I can't configure a different service user as the loca

Re: AW: Problems to configure tomcat as windows service

2015-10-08 Thread Aurélien Terrestris
Arno, can you try with these parameters : --StdOutput out.txt --StdError err.txt and check if this writes anything to these files (I don't bet a pence on this but let's try) ? Taken from the doc : http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html 2015-10-02 17:52 GMT+02:00 Arno

AW: AW: Problems to configure tomcat as windows service

2015-10-02 Thread Arno SchÀfer
André, > Maybe it is not only the version of Tomcat that has changed, but also the > machine/OS on which > you do this ? Maybe the user under which you execute this command does not > have the > required > privileges, at OS level on this machine, to do this ? On the same machine/OS it work's w

Re: AW: Problems to configure tomcat as windows service

2015-10-02 Thread tomcat
On 02.10.2015 17:12, Arno SchÀfer wrote: Thanks for the hint Aurélien, there *maybe is* documentation about this, see question & comments from Konstantin Kolinko in http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html but I asked this question, because I recognize, that it did

AW: Problems to configure tomcat as windows service

2015-10-02 Thread Arno SchÀfer
Thanks for the hint Aurélien, > there *maybe is* documentation about this, see question & comments from > Konstantin Kolinko in > http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html but I asked this question, because I recognize, that it didn't worked like it is described, but i

Re: Problems to configure tomcat as windows service

2015-10-02 Thread Aurélien Terrestris
Arno, there *maybe is* documentation about this, see question & comments from Konstantin Kolinko in http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html 2015-10-02 16:36 GMT+02:00 Arno SchÀfer : > Hi all, > > using tomcat 7.0.54 on Windows 8.1 64 Bit system, I encounter the pro

AW: Problems to configure tomcat as windows service

2015-10-02 Thread Arno SchÀfer
Hi Andre, > What exactly /is/ the problem ? 'XXX' is not configured and doesn't exist. if I then call 'tomcat7 //IS//XXX --User="domain\user" --Password="xx" the call return with exitcode 0 and if I look in the services.msc the service XXX is installed, but run as local system

Re: Problems to configure tomcat as windows service

2015-10-02 Thread tomcat
On 02.10.2015 16:36, Arno SchÀfer wrote: Hi all, using tomcat 7.0.54 on Windows 8.1 64 Bit system, I encounter the problem, that I can not configure a user/password with the tomcat7.exe utility. I run this as a local administrator in a DOS box with a valid user and password it returned with er

Problems to configure tomcat as windows service

2015-10-02 Thread Arno SchÀfer
Hi all, using tomcat 7.0.54 on Windows 8.1 64 Bit system, I encounter the problem, that I can not configure a user/password with the tomcat7.exe utility. I run this as a local administrator in a DOS box with a valid user and password it returned with errorlevel 0, but the user was not set in the

Configure Tomcat Manager-GUI to use SPNEGO authentication

2015-06-02 Thread Jingru Barr
Tomcat version: 7.0.62Platform (OS) - Centos 6.6 Steps I perform1) follow the document (http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html) to configure Kerbero.      - I use kinit to verify the keytab and service account and it shows.        kinit -V -k -t server.keytab HTTP/s

Re: Configure Tomcat 7 using Apache 2.4.6

2015-04-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrew, On 4/8/15 3:07 PM, Leggio, Andrew wrote: > Thank you for responding. I changed the mod_proxy_ajp.c to > mod_proxy_ajp.so which is the module that is being loaded. Now my > html pages are rendering fine; however, when I go the jsp pages >

Re: Configure Tomcat 7 using Apache 2.4.6

2015-04-08 Thread André Warnier
Leggio, Andrew wrote: I am trying to get tomcat to work under Apache. I have verified that tomcat is listening on port 8009. I tried doing the following: Apache Web Server Settings Add the following to the /etc/httpd/conf.d/proxy_ajp.conf file or if that file does not exist you can add it to

RE: Configure Tomcat 7 using Apache 2.4.6

2015-04-08 Thread Leggio, Andrew
rew J. Leggio | MBIA Services Corporation | Assistant Vice President | Phone P (914) 765-3206 | Fax ( (914) 765-3095 | andrew.leg...@mbia.com -Original Message- From: Andy Wang [mailto:aw...@ptc.com] Sent: Wednesday, April 08, 2015 2:07 PM To: users@tomcat.apache.org Subject: Re: Conf

Re: Configure Tomcat 7 using Apache 2.4.6

2015-04-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrew, On 4/8/15 1:43 PM, Leggio, Andrew wrote: > I am trying to get tomcat to work under Apache. I have verified > that tomcat is listening on port 8009. > > > > I tried doing the following: > > *Apache Web Server Settings* > > Add the follo

Re: Configure Tomcat 7 using Apache 2.4.6

2015-04-08 Thread Andy Wang
On 04/08/2015 12:43 PM, Leggio, Andrew wrote: I am trying to get tomcat to work under Apache. I have verified that tomcat is listening on port 8009. I tried doing the following: *Apache Web Server Settings* Add the following to the */etc/httpd/conf.d/proxy_ajp.conf* file or if that file doe

Configure Tomcat 7 using Apache 2.4.6

2015-04-08 Thread Leggio, Andrew
I am trying to get tomcat to work under Apache. I have verified that tomcat is listening on port 8009. I tried doing the following: Apache Web Server Settings Add the following to the /etc/httpd/conf.d/proxy_ajp.conf file or if that file does not exist you can add it to the end of the /etc/http

Re: Tomcat 7.0.56 - How to configure Tomcat/JRE 7u72 for client HTTPS Mutual Authentication connections

2015-01-10 Thread dmccrthy
gt;> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Chuck, >> >> On 1/8/15 6:21 PM, Caldarale, Charles R wrote: >> >>> From: dmccrthy [mailto:dmccr...@gmail.com] Subject: Re: Tomcat >>>> 7.0.56 - How to configure Tomcat/JRE 7u72 for c

Re: Tomcat 7.0.56 - How to configure Tomcat/JRE 7u72 for client HTTPS Mutual Authentication connections

2015-01-09 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, On 1/8/15 6:21 PM, Caldarale, Charles R wrote: From: dmccrthy [mailto:dmccr...@gmail.com] Subject: Re: Tomcat 7.0.56 - How to configure Tomcat/JRE 7u72 for client HTTPS Mutual Authentication connections I found

Re: Tomcat 7.0.56 - How to configure Tomcat/JRE 7u72 for client HTTPS Mutual Authentication connections

2015-01-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, On 1/8/15 6:21 PM, Caldarale, Charles R wrote: >> From: dmccrthy [mailto:dmccr...@gmail.com] Subject: Re: Tomcat >> 7.0.56 - How to configure Tomcat/JRE 7u72 for client HTTPS Mutual >> Authentication connections > >

Re: Tomcat 7.0.56 - How to configure Tomcat/JRE 7u72 for client HTTPS Mutual Authentication connections

2015-01-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 1/8/15 5:07 PM, André Warnier wrote: > dmccrthy wrote: >> Chris, André, >> >> Many thanks. I hadn't considered either the MITM or Apache HTTPD >> angles. The proxy idea occurred to me (sorry, I had a typo in my >> original mail and that m

RE: Tomcat 7.0.56 - How to configure Tomcat/JRE 7u72 for client HTTPS Mutual Authentication connections

2015-01-08 Thread dmccrthy
rote: > > From: dmccrthy [mailto:dmccr...@gmail.com] > > Subject: Re: Tomcat 7.0.56 - How to configure Tomcat/JRE 7u72 for client > HTTPS Mutual > > Authentication connections > > > I found the link below from 2008. > > It looks like a minor change to the Catalina W

RE: Tomcat 7.0.56 - How to configure Tomcat/JRE 7u72 for client HTTPS Mutual Authentication connections

2015-01-08 Thread Caldarale, Charles R
> From: dmccrthy [mailto:dmccr...@gmail.com] > Subject: Re: Tomcat 7.0.56 - How to configure Tomcat/JRE 7u72 for client > HTTPS Mutual > Authentication connections > I found the link below from 2008. > It looks like a minor change to the Catalina WebAppLoader class might s

Re: Tomcat 7.0.56 - How to configure Tomcat/JRE 7u72 for client HTTPS Mutual Authentication connections

2015-01-08 Thread dmccrthy
Hi André, Chris, Just to park the proxy idea for a moment, I found the link below from 2008. It looks like a minor change to the Catalina WebAppLoader class might solve the problem and let me provide a custom HTTPS URL protocol handler. Have I misread this? http://tomcat.10.x6.nabble.com/Custom-U

Re: Tomcat 7.0.56 - How to configure Tomcat/JRE 7u72 for client HTTPS Mutual Authentication connections

2015-01-08 Thread André Warnier
dmccrthy wrote: Chris, André, Many thanks. I hadn't considered either the MITM or Apache HTTPD angles. The proxy idea occurred to me (sorry, I had a typo in my original mail and that may not have been clear) but I agree it's messy. Many thanks again, I just couldn't find anything that said yes

Re: Tomcat 7.0.56 - How to configure Tomcat/JRE 7u72 for client HTTPS Mutual Authentication connections

2015-01-08 Thread dmccrthy
ent > >> connections > >> > >> I have successfully configured the server and can make SoapUI > >> calls to it using HTTPS and Mutual Authentication. If I had > >> control of the client code I would use HttpClient and accomplish > >> it that way. > >> >

Re: Tomcat 7.0.56 - How to configure Tomcat/JRE 7u72 for client HTTPS Mutual Authentication connections

2015-01-08 Thread Christopher Schultz
l Authentication. If I had >> control of the client code I would use HttpClient and accomplish >> it that way. >> >> For the Tomcat client application I have searched Google, >> Stackoverflow, and the Tomcat wiki and mail archives but all >> HTTPS/Mutual Authenti

Re: Tomcat 7.0.56 - How to configure Tomcat/JRE 7u72 for client HTTPS Mutual Authentication connections

2015-01-08 Thread André Warnier
If there is no option to configure Tomcat then the only options I can think of are below, but if anyone has any other insights it would be much appreciated. 1) Write a between the Tomcat “client” instance and the HTTPS/MA endpoint 2) Find out the framework/socket factory/url connection factory the

Re: Tomcat 7.0.56 - How to configure Tomcat/JRE 7u72 for client HTTPS Mutual Authentication connections

2015-01-08 Thread Christopher Schultz
overflow, and the Tomcat wiki and mail archives but all > HTTPS/Mutual Authentication solutions I can find refer to Tomcat as > the web server, not to web applications making outbound connections > from a Tomcat instance. > > If there is no option to configure Tomcat then the only options

Tomcat 7.0.56 - How to configure Tomcat/JRE 7u72 for client HTTPS Mutual Authentication connections

2015-01-08 Thread dmccrthy
no option to configure Tomcat then the only options I can think of are below, but if anyone has any other insights it would be much appreciated. 1) Write a between the Tomcat “client” instance and the HTTPS/MA endpoint 2) Find out the framework/socket factory/url connection factory the 3rdparty web

Re: How to configure Tomcat for simulating SSL

2014-05-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Juan, On 5/6/14, 7:26 AM, juan fernandez wrote: > we have HTTPS from the browser to the Oracle Web Cache server, and > HTTP from Web Cache to the Tomcat server. > > We have seen analyzing the network traffic that after an HTTPS > request there is a

How to configure Tomcat for simulating SSL

2014-05-06 Thread juan fernandez
Hello, we have HTTPS from the browser to the Oracle Web Cache server, and HTTP from Web Cache to the Tomcat server. We have seen analyzing the network traffic that after an HTTPS request there is an HTTP request and the status code is aborted. Example: (HTTPS request) https://myserver.com:

Re: Configure Tomcat Logging Programmatically

2013-12-10 Thread java developer
Hi, Calling tomcat.setSilent(false) might help. Just try this and see if this helps. Below is small funcation from Tomcat class. /** * Controls if the loggers will be silenced or not. * @param silenttrue sets the log level to WARN for the * loggers that log

Configure Tomcat Logging Programmatically

2013-12-09 Thread Matthew Westwood-Hill
I am running Tomcat programmatically (embedded) and I wanted to configure its logging so I can track inbound request. I start Tomcat as follows: tomcat = new Tomcat(); tomcat.setBaseDir(DEFAULT_BASE_DIR); tomcat.getService().addConnector(defaultConnector); tomcat.setConnector(defaultConnec

RE: Do you know how to configure Tomcat in ipv6 ?

2013-08-01 Thread Jeffrey Janner
> -Original Message- > From: olivier giorgi [mailto:olivier_gio...@yahoo.fr] > Sent: Thursday, August 01, 2013 11:17 AM > To: users@tomcat.apache.org > Subject: Do you know how to configure Tomcat in ipv6 ? > > Hello to all, > > Please, could you help me

RE: Do you know how to configure Tomcat in ipv6 ?

2013-08-01 Thread Gilles Badouet
To: users@tomcat.apache.org Subject: Do you know how to configure Tomcat in ipv6 ? Hello to all, Please, could you help me about the following subject: How to configure Tomcat in ipv6 ? Thanks in advance. Best regards Olivier

Do you know how to configure Tomcat in ipv6 ?

2013-08-01 Thread olivier giorgi
Hello to all,   Please, could you help me about the following subject:   How to configure Tomcat in ipv6 ?   Thanks in advance. Best regards Olivier.

Re: How to configure tomcat 6.0.36 in Windows 7 to deploy servlets

2013-01-27 Thread Pid
On 27/01/2013 16:25, Varuna Seneviratna wrote: > I extracted tomcat-6.0.36 zip file to c:\tomcat, now root of my tomcat > installation is c:\tomcat. I have set the CLASSPATH to > > ".;C:\tomcat\lib\servlet-api.jar;C:\Program Files\Java\jdk1.7.0_10" Don't do that. Tomcat configures the classpath

Re: how to configure Tomcat for leveraging browser caching?

2012-06-27 Thread Christopher Schultz
n general, HTML is not static, and > shouldn't be considered cacheable." How do I configure tomcat to > achieve the same ? I know it can be done via Filters by putting > some HTTP headers but can we do it without touching code just by > configuration ? It looks like you can u

how to configure Tomcat for leveraging browser caching?

2012-06-27 Thread Choudhury
Cacheable resources include JS and CSS files, image files, and other binary object files (media files, PDFs, Flash files, etc.). In general, HTML is not static, and shouldn't be considered cacheable." How do I configure tomcat to achieve the same ? I know it can be done via Filters

Re: Antw.: how to properly configure tomcat 7 cluster with BackupManager

2011-12-01 Thread Filip Hanik - Dev Lists
http://www.datadisk.co.uk/html_docs/java_app/tomcat6/tomcat6_clustering.htm http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html http://tomcat.apache.org/tomcat-6.0-doc/tribes/introduction.html On 10/27/2011 9:29 AM, juergen.l...@gmail.com wrote: Hi Mark, thanks a lot for this clarificatio

Re: Antw.: how to properly configure tomcat 7 cluster with BackupManager

2011-10-27 Thread Mark Thomas
On 27/10/2011 16:29, juergen.l...@gmail.com wrote: > Hi Mark, thanks a lot for this clarification! Is there any reference > you recommend for learning about tomcat clustering (apart from the > source code)? Nothing immediately comes to mind. It is an area where we could do with some better docs.

Re: how to properly configure tomcat 7 cluster with BackupManager

2011-10-27 Thread Mark Thomas
On 27/10/2011 14:43, ma...@apache.org wrote: > "JĂŒrgen Link" wrote: > >> Hi all, I successfully did set up a tomcat cluster (3 nodes) with >> session replication, using the standard DeltaManager. >> >> In order to allow for more nodes, I'd like to switch to >> BackupManager for primary-secondary

Re: how to properly configure tomcat 7 cluster with BackupManager

2011-10-27 Thread markt
"JĂŒrgen Link" wrote: >Hi all, >I successfully did set up a tomcat cluster (3 nodes) with session >replication, using the standard DeltaManager. > >In order to allow for more nodes, I'd like to switch to BackupManager >for >primary-secondary replication on a dedicated backup node. >Unfortunately,

how to properly configure tomcat 7 cluster with BackupManager

2011-10-27 Thread JĂŒrgen Link
Hi all, I successfully did set up a tomcat cluster (3 nodes) with session replication, using the standard DeltaManager. In order to allow for more nodes, I'd like to switch to BackupManager for primary-secondary replication on a dedicated backup node. Unfortunately, the official documentation (and

Re: How to configure Tomcat 7 manager webapp into an subpath?

2011-10-26 Thread André Warnier
: do not send the file as an attachment, the list strips them. Copy and paste into the message to the list. Original-Nachricht Datum: Wed, 26 Oct 2011 08:38:28 -0500 Von: "Caldarale, Charles R" An: Tomcat Users List Betreff: RE: How to configure Tomcat 7 manager w

Re: RE: How to configure Tomcat 7 manager webapp into an subpath?

2011-10-26 Thread Roland Schmitt
Yes the comment markers are removed. And i have also restarted the tomcat after updating xml files. Original-Nachricht > Datum: Wed, 26 Oct 2011 08:38:28 -0500 > Von: "Caldarale, Charles R" > An: Tomcat Users List > Betreff: RE: How to configure Tomcat 7

RE: How to configure Tomcat 7 manager webapp into an subpath?

2011-10-26 Thread Caldarale, Charles R
> From: Roland Schmitt [mailto:roland-schm...@gmx.de] > Subject: Re: How to configure Tomcat 7 manager webapp into an subpath? > The user is added in the tomcat7\conf\tomcat-users.xml And are the comment markers removed? Did you restart Tomcat after updating the .xml file? - Chu

Re: How to configure Tomcat 7 manager webapp into an subpath?

2011-10-26 Thread Roland Schmitt
richt > Datum: Wed, 26 Oct 2011 16:22:39 +0400 > Von: Konstantin Kolinko > An: Tomcat Users List > Betreff: Re: How to configure Tomcat 7 manager webapp into an subpath? > 2011/10/26 Roland Schmitt : > > I have configure the tomcat webroot outside of the tomcat director

Re: How to configure Tomcat 7 manager webapp into an subpath?

2011-10-26 Thread Konstantin Kolinko
2011/10/26 Roland Schmitt : > I have configure the tomcat webroot outside of the tomcat directory. > But then the tomcat managment application isn't accessible any more. > I have then tried to create an subcontext /manager which should allow access > to the manager application. But localhost/manag

How to configure Tomcat 7 manager webapp into an subpath?

2011-10-26 Thread Roland Schmitt
I have configure the tomcat webroot outside of the tomcat directory. But then the tomcat managment application isn't accessible any more. I have then tried to create an subcontext /manager which should allow access to the manager application. But localhost/manager doesn't show any content. How ca

Re: [OT] Configure tomcat using init.d

2011-10-17 Thread Ann Ramsey
Thank you - we figured it out. On Mon, Oct 17, 2011 at 2:26 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Mark, > > On 10/14/2011 11:15 AM, Mark H. Wood wrote: > > On Fri, Oct 14, 2011 at 07:33:28AM -0700, Hassan Schroeder wro

Re: [OT] Configure tomcat using init.d

2011-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 10/14/2011 11:15 AM, Mark H. Wood wrote: > On Fri, Oct 14, 2011 at 07:33:28AM -0700, Hassan Schroeder wrote: >> On Fri, Oct 14, 2011 at 1:52 AM, ettoregia >> wrote: >>> My system: Linux, the version I'don't know how to realize, >>> since I

Re: Configure tomcat using init.d

2011-10-17 Thread Hassan Schroeder
On Mon, Oct 17, 2011 at 8:01 AM, ettoregia wrote: > > I know, but storing the file it's less invasive. At least that suggest the > Tomcat doc. Sorry, I'm afraid I don't follow that. But whatever works for you :-) -- Hassan Schroeder hassan.schroe...@gmail.com http://abo

Re: Configure tomcat using init.d

2011-10-17 Thread ettoregia
gt; Hassan Schroeder hassan.schroe...@gmail.com > http://about.me/hassanschroeder > twitter: @hassan > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@t

Re: Configure tomcat using init.d

2011-10-17 Thread Hassan Schroeder
On Mon, Oct 17, 2011 at 3:04 AM, ettoregia wrote: > Regarding the the deploy, I know that by storing a file under > Catalina->localhost-> myAppName.xml in which I specify the path of the WAR I > would not need to copy WAR under wepApps but Tomcat will do it by itself. Is > that correct? Sorry, I

Re: Configure tomcat using init.d

2011-10-17 Thread ettoregia
.@gmail.com > http://about.me/hassanschroeder > twitter: @hassan > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomc

Re: Configure tomcat using init.d

2011-10-17 Thread ettoregia
solve this? :) Granted, it isn't >> the best way to solve it but boy would I be tempted in your shoes. > > Yes, quite. > > > p > > > > -- View this message in context: http://old.nabble.com/

Re: Configure tomcat using init.d

2011-10-15 Thread Pid
On 14/10/2011 16:31, Mark Thomas wrote: > On 14/10/2011 16:15, Mark H. Wood wrote: >> This I can agree with. They don't allow application managers >> access to Tomcat's config., but anyone can drop stuff into >> /etc/init.d, whence it will run as root? Really? Something is not >> right here. +1

Re: Configure tomcat using init.d

2011-10-14 Thread Mark Thomas
On 14/10/2011 16:15, Mark H. Wood wrote: > This I can agree with. They don't allow application managers > access to Tomcat's config., but anyone can drop stuff into > /etc/init.d, whence it will run as root? Really? Something is not > right here. Is it just me, or is the simple privilege escala

Re: Configure tomcat using init.d

2011-10-14 Thread Mark H. Wood
On Fri, Oct 14, 2011 at 07:33:28AM -0700, Hassan Schroeder wrote: > On Fri, Oct 14, 2011 at 1:52 AM, ettoregia wrote: > > My system: Linux, the version I'don't know how to realize, since I've got > > just an ssh connection and typing some command I've not been able to > > discover it, maybe you ca

Re: Configure tomcat using init.d

2011-10-14 Thread André Warnier
ettoregia wrote: Hi guys, hope you're all doing well. Today I'm facing a new challenge, at least for myself. My system: Linux, the version I'don't know how to realize, since I've got just an ssh connection and typing some command I've not been able to discover it, maybe you can help me out on

Re: Configure tomcat using init.d

2011-10-14 Thread Hassan Schroeder
On Fri, Oct 14, 2011 at 1:52 AM, ettoregia wrote: > My system: Linux, the version I'don't know how to realize, since I've got > just an ssh connection and typing some command I've not been able to > discover it, maybe you can help me out on this as well. `cat /proc/version` should give you somet

  1   2   3   >