Thanks for the help.
Best regards,
Chris Evans
-Original Message-
From: Christopher Schultz
Sent: Wednesday, February 26, 2025 7:38 AM
To: users@tomcat.apache.org
Subject: Re: Tomcat 10.1.36 Configuration Question: Client Certificate(s)
missing from servlet request object
Robert
a Servlet Specification[1] section 3.11.
-chris
[1]
https://jakarta.ee/specifications/servlet/6.0/jakarta-servlet-spec-6.0.pdf
On Tue, Feb 25, 2025 at 4:45 PM Chris Evans wrote:
Hello,
I need assistance with accessing client certificates from a servlet. This
is not a servlet code quest
>
> Hello,
>
> I need assistance with accessing client certificates from a servlet. This
> is not a servlet code question but a configuration question. The call to:
> request.getAttribute("javax.servlet.request.X509Certificate");
>
> is not returning any certificates.
Hello,
I need assistance with accessing client certificates from a servlet. This is
not a servlet code question but a configuration question. The call to:
request.getAttribute("javax.servlet.request.X509Certificate");
is not returning any certificates. The last time that I needed
On Fri, Dec 8, 2017 at 11:25 AM, Christopher Schultz
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Chris,
>
> On 12/7/17 2:08 PM, Chris Cheshire wrote:
>> On Thu, Sep 7, 2017 at 5:30 PM, Christopher Schultz
>> wrote:
What should the permissions, owner & group be set to
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Chris,
On 12/7/17 2:08 PM, Chris Cheshire wrote:
> On Thu, Sep 7, 2017 at 5:30 PM, Christopher Schultz
> wrote:
>>>
>>> What should the permissions, owner & group be set to for
>>> CATALINA_HOME if I am running separate instances per user?
>>
>
On Thu, Sep 7, 2017 at 5:30 PM, Christopher Schultz
wrote:
>>
>> What should the permissions, owner & group be set to for
>> CATALINA_HOME if I am running separate instances per user?
>
> It doesn't really matter. You just need to make sure that your "users"
> can read the default config files --
Chris and Chris (but not Chris)
-Original Message-
From: Chris Cheshire [mailto:yahoono...@gmail.com]
Sent: Friday, September 08, 2017 9:16 PM
To: Tomcat Users List
Subject: Re: 8.5 - multiple host configuration question
On Thu, Sep 7, 2017 at 5:29 PM, Christopher Schultz
wrote
On Thu, Sep 7, 2017 at 5:29 PM, Christopher Schultz
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Chris,
>
> On 9/5/17 3:39 PM, Chris Cheshire wrote:
>> On Tue, Sep 5, 2017 at 2:07 PM, Christopher Schultz
>>> If I were king, I'd set things up like this:
>>>
>>> 1. Tomcat is instal
On Thu, Sep 7, 2017 at 5:30 PM, Christopher Schultz
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Chris,
>
> On 9/5/17 4:42 PM, Chris Cheshire wrote:
>> On Tue, Sep 5, 2017 at 2:07 PM, Christopher Schultz
>> wrote:
>>> If I were king, I'd set things up like this:
>>>
>>> 1. Tomca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Chris,
On 9/5/17 4:42 PM, Chris Cheshire wrote:
> On Tue, Sep 5, 2017 at 2:07 PM, Christopher Schultz
> wrote:
>> If I were king, I'd set things up like this:
>>
>> 1. Tomcat is installed in /usr/local/tomcat (or
>> /usr/local/tomcat-x.y.z, or /
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Chris,
On 9/5/17 3:39 PM, Chris Cheshire wrote:
> On Tue, Sep 5, 2017 at 2:07 PM, Christopher Schultz
>> If I were king, I'd set things up like this:
>>
>> 1. Tomcat is installed in /usr/local/tomcat (or
>> /usr/local/tomcat-x.y.z, or /opt/whateve
On Tue, Sep 5, 2017 at 2:07 PM, Christopher Schultz
wrote:
> If I were king, I'd set things up like this:
>
> 1. Tomcat is installed in /usr/local/tomcat (or
> /usr/local/tomcat-x.y.z, or /opt/whatever, etc.).
Looks like I do need to adjust default permissions on this if I expand as root.
The t
On Tue, Sep 5, 2017 at 2:07 PM, Christopher Schultz
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Chris,
>
> On 9/5/17 10:54 AM, Chris Cheshire wrote:
>> I am migrating from 7 (yum repo installation) to 8.5 (direct from
>> apache) and looking to improve configuration where possibl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Chris,
On 9/5/17 10:54 AM, Chris Cheshire wrote:
> I am migrating from 7 (yum repo installation) to 8.5 (direct from
> apache) and looking to improve configuration where possible.
>
> Currently (on *nix) I have a machine that runs sandboxes for my
I am migrating from 7 (yum repo installation) to 8.5 (direct from
apache) and looking to improve configuration where possible.
Currently (on *nix) I have a machine that runs sandboxes for my
domain, call them sb1.dom.com and sb2.dom.com. They each have their
own (system) user and in tomcat's syste
On 03/03/2016 20:37, Mark Thomas wrote:
> On 03/03/2016 17:08, Philippe Busque wrote:
>
>
>
>> Is it normal that the context is initialized BEFORE the host is started,
>> while expecting the host to create the structure, but failing because
>> the structure is not present?
>>
>> Should the expan
On 03/03/2016 17:08, Philippe Busque wrote:
> Is it normal that the context is initialized BEFORE the host is started,
> while expecting the host to create the structure, but failing because
> the structure is not present?
>
> Should the expand be executed after the host created the proper
> st
The Wed, 02 Mar 2016 22:29:35, Mark Thomas wrote :
That was pretty much a perfect question. A clear problem statement. A
clear description of what you expected to happen vs. what actually
happened. A clear description of what you tried. If only all posts to
the users list were like this.
This i
On 02/03/2016 22:12, Philippe Busque wrote:
> In short, Tomcat is deployed with a bare minimum war containing the jar
> dependencies for the JSP and the web.xml. All the other content, we
> used a CMS do deploy inside the unpacked war webapps folder of a
> particular site.
>
> The drawback o
Hello,
I've been struggling with use case which I could use some advice.
I'm migrating a multi domain, CDS published static file instance.
In short, Tomcat is deployed with a bare minimum war containing the jar
dependencies for the JSP and the web.xml. All the other content, we used a
CMS d
> -Original Message-
> From: Mark Murphy [mailto:jmarkmur...@gmail.com]
> Sent: Thursday, April 17, 2014 9:01 AM
> To: Tomcat Users List
> Subject: Re: Configuration question
>
> Here is the configuration, as you can see the default host is set and
> the IP
List
Subject: Configuration question
How do I prevent Tomcat 6 from responding to a request to an IP
address, that is I only want my Tomcat server to respond to requests to
www.mydomain.com vs. 10.1.1.1.
Is this possible?
To address the question asked:
The easiest way may be to create a dummy
No frameworks, no standard configurations, it is so bad that the only way
to deploy changes is to manually find the file that needs replacing, and
replace it. I can't even use a war file to deploy. If I was in charge, I
would probably rewrite even if it was still Java, though I might be able to
kee
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 4/17/14, 11:01 AM, Mark Murphy wrote:
> Yes, I inherited this mess part time when the original developer
> left, and am trying to keep it alive, and fix problems as they
> arise. There are a lot of issues, some cosmetic, and others not so
>
Yes, I inherited this mess part time when the original developer left, and
am trying to keep it alive, and fix problems as they arise. There are a lot
of issues, some cosmetic, and others not so much. The current staff is
planning to rewrite using an environment that they are more familiar with,
pr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 4/17/14, 10:01 AM, Mark Murphy wrote:
> Here is the configuration, as you can see the default host is set
> and the IP is not aliased.
>
> in server.xml ... connectionTimeout="2" redirectPort="443" /> ... protocol="org.apache.coyote.
/*
CONFIDENTIAL
...
On Thu, Apr 17, 2014 at 9:42 AM, Jeffrey Janner wrote:
> > -Original Message-
> > From: Mark Murphy [mailto:jmarkmur...@gmail.com]
> > Sent: Wednesday, April 16, 2014 12:42 PM
> > To: Tomcat Users List
> > S
> -Original Message-
> From: Mark Murphy [mailto:jmarkmur...@gmail.com]
> Sent: Wednesday, April 16, 2014 12:42 PM
> To: Tomcat Users List
> Subject: Configuration question
>
> How do I prevent Tomcat 6 from responding to a request to an IP
> address, that is I on
On Apr 16, 2014, at 1:42 PM, Mark Murphy wrote:
> How do I prevent Tomcat 6 from responding to a request to an IP address,
> that is I only want my Tomcat server to respond to requests to
> www.mydomain.com vs. 10.1.1.1.
Just an idea, but you could probably do this with a filter or a valve. You
How do I prevent Tomcat 6 from responding to a request to an IP address,
that is I only want my Tomcat server to respond to requests to
www.mydomain.com vs. 10.1.1.1.
Is this possible?
The problem is that our web security scanner is reporting "Web Server Uses
Basic Authentication Without HTTPS",
ist
Betreff: Re: Configuration question for 2500 simultaneous users.
On 7/30/2013 1:17 PM, Tomcat Random wrote:
> Thanks Mark, I will give it a close read.
>
> As far as profiling, are you using any tools that are worth mentioning?
>
Nothing outstanding, since currently all of
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Alec,
On 8/1/13 6:08 PM, Tomcat Random wrote:
> Thanks Mark, I've been getting up to speed on JMeter. I've used
> selenium before. "The particulars depend on your particular
> application" - agreed. That part I can work out myself by looking
> at bo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Alec,
On 8/1/13 6:14 PM, Tomcat Random wrote:
> I'm expecting 5000 simultaneous users, with a physical load
> balancer to two physical app servers. So ~2500 per machine, each
> running an instance of tomcat not fronted by httpd or any proxy
> server
Hey Chris,
I'm expecting 5000 simultaneous users, with a physical load balancer to two
physical app servers. So ~2500 per machine, each running an instance of
tomcat not fronted by httpd or any proxy server. (i.e., using Tomcat to
serve a few static assets along with the webapp).
"are you just in
Thanks Mark, I've been getting up to speed on JMeter. I've used selenium
before. "The particulars depend on your particular application" - agreed.
That part I can work out myself by looking at bottlenecks, generally timing
areas of the application with more and more granularity, in places where
the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Alec,
On 7/30/13 3:42 PM, Tomcat Random wrote:
> The project I'm working on has 5000 simultaneous users average. I
> have two physical servers both running an instance of Tomcat 7.0.
> They're behind a physical load balancer with sticky, least
> con
On 7/30/2013 1:17 PM, Tomcat Random wrote:
Thanks Mark, I will give it a close read.
As far as profiling, are you using any tools that are worth mentioning?
Nothing outstanding, since currently all of our applications are pretty
lightweight. That may change if we redo the architecture.
JMe
Thanks Mark, I will give it a close read.
As far as profiling, are you using any tools that are worth mentioning?
Best,
A
On Tue, Jul 30, 2013 at 4:02 PM, Mark Eggers wrote:
> On 7/30/2013 12:42 PM, Tomcat Random wrote:
>
>> The project I'm working on has 5000 simultaneous users average. I h
On 7/30/2013 12:42 PM, Tomcat Random wrote:
The project I'm working on has 5000 simultaneous users average. I have two
physical servers both running an instance of Tomcat 7.0. They're behind a
physical load balancer with sticky, least connections balancing. Nothing in
front of the Tomcats. Port 8
The project I'm working on has 5000 simultaneous users average. I have two
physical servers both running an instance of Tomcat 7.0. They're behind a
physical load balancer with sticky, least connections balancing. Nothing in
front of the Tomcats. Port 80 to is routed to them by iptables.
Anyone ou
On 12/03/2011 22:07, Scott Dudley wrote:
>
> I'm running Tomcat 6.0.24 on Ubuntu 10.04.2 LTS.
Best if you upgrade to 6.0.32 / 7.0.11. There have been lots of fixes
since then.
> I'm trying to
> configure WebDav and limit access to a single folder, a subdirectory of
> my applications www folder..
I'm running Tomcat 6.0.24 on Ubuntu 10.04.2 LTS. I'm trying to
configure WebDav and limit access to a single folder, a subdirectory of
my applications www folder... i.e. www/myapp/subdir. I want to limit
access only to subdir and disable the clients ability to create any new
directories. I
Hello,
Our group is using IIS as a gateway server to Tomcat.
(Unfortunately Apache can't be used for this project)
Our system uses smart cards, so a pki certificate is passed from the browser to
the gateway server. Does anyone know how to configure IIS to pass the
user's certificate through I
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Liav,
On 11/14/2009 4:32 AM, Liav Ezer wrote:
> The section about importing a certificate issued by a CA begins with:
>
> Download a Chain Certificate from the Certificate Authority you obtained the
> Certificate from.
[snip]
> What is a Chain Certi
e:
>
>> From: Liav Ezer [mailto:liav.e...@gmail.com]
>> Subject: Re: SSL Configuration Question
>>
>> So my only wish is to know what to write in those two attributes:
>> keystoreFile - Which of the 4 files i have do i need to point to (my
>> guess is the
"Christopher Schultz" wrote in message
news:4afdb50c.70...@christopherschultz.net...
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Liav,
>
> On 11/13/2009 10:48 AM, Liav Ezer wrote:
>> I need help configuring my http connector to be a secure one via SSL.
>
> Are you expecting to use tcna
> From: Liav Ezer [mailto:liav.e...@gmail.com]
> Subject: Re: SSL Configuration Question
>
> So my only wish is to know what to write in those two attributes:
> keystoreFile - Which of the 4 files i have do i need to point to (my
> guess is the xxx.domainname.com.key )?
> key
ul to have such a certificate laying around).
>
> - -chris
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.10 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAkr9tQwACgkQ9CaO5/Lv0PBsYwCguvk35Bo0kLXB1UYrYr2iIAX7
> JKYAnjViDJDfcUrz4BeYnr351+v4i8us
> =BPyj
&g
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Liav,
On 11/13/2009 10:48 AM, Liav Ezer wrote:
> I need help configuring my http connector to be a secure one via SSL.
Are you expecting to use tcnative in order to use an "APR" connector, or
do you want to use the plain-old Java HTTP connector? If y
What should i write at the keystoreFile? - Which of the 4 files i have do
i need to point to?
2. What do i write in the keystorePass attribute?
3. What should i do with the rest of those 4 files?
Thanks alot!
--
View this message in context:
http://old.nabble.com/SSL-Configuration-Question-tp
Neil B. Cohen wrote:
Hi,
I changed the server.xml file and changed the various ports from 8005 ->
9005, 8080->9090 etc.
When I start Tomcat (using startup.sh) I get the following in the
catalina.out file:
May 13, 2008 7:36:59 AM org.apache.catalina.core.AprLifecycleListener init
INF
Hi,
I changed the server.xml file and changed the various ports from 8005 ->
9005, 8080->9090 etc.
When I start Tomcat (using startup.sh) I get the following in the
catalina.out file:
May 13, 2008 7:36:59 AM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apach
Mark Thomas wrote:
Neil B. Cohen wrote:
I have written a web app that I want to install on the same machine,
but for various reasons (commercial, political, version-related) I
need to run it on a new (and different) instance of Tomcat.
I can install the latest Tomcat in a directory where it doe
Neil B. Cohen wrote:
I have written a web app that I want to install on the same machine, but
for various reasons (commercial, political, version-related) I need to
run it on a new (and different) instance of Tomcat.
I can install the latest Tomcat in a directory where it does not
conflict with
Caldarale, Charles R wrote:
From: Neil B. Cohen [mailto:[EMAIL PROTECTED]
Subject: Tomcat configuration question
I know I have to edit the server.xml file and change
the shutdown port (8005) and the default connection
port (8080). I will probably change the secure connection
port (8443) as well
> From: Neil B. Cohen [mailto:[EMAIL PROTECTED]
> Subject: Tomcat configuration question
>
> I know I have to edit the server.xml file and change
> the shutdown port (8005) and the default connection
> port (8080). I will probably change the secure connection
> port (844
Hi,
I am running a commercial program which has a (n older) version of
tomcat embedded in it. The target machines are running AIX or Linux
(RHEL4, usually).
I have written a web app that I want to install on the same machine, but
for various reasons (commercial, political, version-related) I
James,
I think you can't use auto-deploy for this: you need to do this:
signature.asc
Description: OpenPGP digital signature
I'm trying to set up Tomcat 5.5 to run an internally developed web
application. The machine on which Tomcat is installed will only ever run
this one application. I would like to install the application in such a
way that when a URL such as:
http://localhost:8080/
is entered, the user wil
Thanks to all!
-Original Message-
From: Parsons Technical Services [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 02, 2006 7:49 PM
To: Tomcat Users List
Subject: Re: DataSourceRealm Configuration Question (5.5.15)
As other's have noted, both. The difference is that "in t
ECTED]>
To: "Tomcat Users List"
Sent: Thursday, March 02, 2006 5:44 PM
Subject: DataSourceRealm Configuration Question (5.5.15)
Can a JNDI DataSourceRealm be defined in my web app's context.xml file,
or must it be in the container's server.xml file?
Thanks
---
Sent: Thursday, March 02, 2006 5:39 PM
To: Tomcat Users List
Subject: Re: DataSourceRealm Configuration Question (5.5.15)
It can be in the context. I have mine within the
> Can a JNDI DataSourceRealm be defined in my web app's context.xml file,
> or must it be in the container's server
It can be in the context. I have mine within the
> Can a JNDI DataSourceRealm be defined in my web app's context.xml file,
> or must it be in the container's server.xml file?
>
> Thanks
>
>
> -
> To unsubscribe, e-mail: [EMAIL PRO
Can a JNDI DataSourceRealm be defined in my web app's context.xml file,
or must it be in the container's server.xml file?
Thanks
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
response.
- Original Message -
From: "Edouard Dalla-Costa" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Wednesday, February 08, 2006 4:26 AM
Subject: Re: Is this achievable with TC? - A domain-subdomain configuration
question
Hello,
I was wondering if y
Hello,
I was wondering if you were able to solve your problem because I also need
to handle severals virtual hosts with a single application using tomcat
without apache. And I can't find any solution.
Hope you can help me, thanks in advance
Edouard
On 1/2/06, Wei Wei <[EMAIL PROTECTED]> wrote:
Scott Purcell wrote:
> So when a user hits my site like so: http://www.xxx.com
> it calls the site and all is good. But here is my problem. On some
> search engines for whatever reason, the url shows this:
> http://xxx.com leaving out the www. It still brings open the site,
> but there is a proble
Le Mercredi 4 Janvier 2006 15:10, Scott Purcell a écrit :
> I am running Tomcat 5.5x on a Win2000 box.
>
> I purchased a DNS name, and I have that configurated in the server.xml. So
when a user hits my site like so: http://www.xxx.com it calls the site and
all is good. But here is my problem. On
I am running Tomcat 5.5x on a Win2000 box.
I purchased a DNS name, and I have that configurated in the server.xml. So when
a user hits my site like so: http://www.xxx.com it calls the site and all is
good. But here is my problem. On some search engines for whatever reason, the
url shows this: h
I am working on starting a new project: an application for various locations
(think of a chain store). The business logic is the same for all locations
while the data can vary for one location to another. I would like to have the
following domain structure:
www.mydomain.com - a user can selec
71 matches
Mail list logo