RE: Tomcat 10.1.36 Configuration Question: Client Certificate(s) missing from servlet request object

2025-02-26 Thread Chris Evans
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

Re: Tomcat 10.1.36 Configuration Question: Client Certificate(s) missing from servlet request object

2025-02-26 Thread Christopher Schultz
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

Re: Tomcat 10.1.36 Configuration Question: Client Certificate(s) missing from servlet request object

2025-02-25 Thread Robert Turner
> > 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.

Tomcat 10.1.36 Configuration Question: Client Certificate(s) missing from servlet request object

2025-02-25 Thread Chris Evans
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

Re: 8.5 - multiple host configuration question

2017-12-08 Thread Chris Cheshire
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

Re: 8.5 - multiple host configuration question

2017-12-08 Thread Christopher Schultz
-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? >> >

Re: 8.5 - multiple host configuration question

2017-12-07 Thread Chris Cheshire
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 --

RE: 8.5 - multiple host configuration question

2017-09-11 Thread Berneburg, Cris J. - US
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

Re: 8.5 - multiple host configuration question

2017-09-08 Thread Chris Cheshire
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

Re: 8.5 - multiple host configuration question

2017-09-08 Thread Chris Cheshire
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

Re: 8.5 - multiple host configuration question

2017-09-07 Thread Christopher Schultz
-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 /

Re: 8.5 - multiple host configuration question

2017-09-07 Thread Christopher Schultz
-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

Re: 8.5 - multiple host configuration question

2017-09-05 Thread Chris Cheshire
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

Re: 8.5 - multiple host configuration question

2017-09-05 Thread Chris Cheshire
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

Re: 8.5 - multiple host configuration question

2017-09-05 Thread Christopher Schultz
-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

8.5 - multiple host configuration question

2017-09-05 Thread Chris Cheshire
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

Re: Context PreResources configuration question

2016-03-04 Thread Mark Thomas
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

Re: Context PreResources configuration question

2016-03-03 Thread Mark Thomas
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

Re: Context PreResources configuration question

2016-03-03 Thread Philippe Busque
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

Re: Context PreResources configuration question

2016-03-02 Thread Mark Thomas
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

Context PreResources configuration question

2016-03-02 Thread Philippe Busque
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

RE: Configuration question

2014-04-21 Thread Jeffrey Janner
> -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

Re: Configuration question

2014-04-17 Thread Terence M. Bandoian
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

Re: [OT] Configuration question

2014-04-17 Thread Mark Murphy
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

Re: [OT] Configuration question

2014-04-17 Thread Christopher Schultz
-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 >

Re: [OT] Configuration question

2014-04-17 Thread Mark Murphy
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

Re: [OT] Configuration question

2014-04-17 Thread Christopher Schultz
-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.

Re: Configuration question

2014-04-17 Thread Mark Murphy
/* 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

RE: Configuration question

2014-04-17 Thread Jeffrey Janner
> -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

Re: Configuration question

2014-04-16 Thread Daniel Mikusa
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

Configuration question

2014-04-16 Thread Mark Murphy
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",

AW: Configuration question for 2500 simultaneous users.

2013-08-05 Thread Stadelmann Josef
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

Re: Configuration question for 2500 simultaneous users.

2013-08-02 Thread Christopher Schultz
-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

Re: Configuration question for 2500 simultaneous users.

2013-08-02 Thread Christopher Schultz
-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

Re: Configuration question for 2500 simultaneous users.

2013-08-01 Thread Tomcat Random
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

Re: Configuration question for 2500 simultaneous users.

2013-08-01 Thread Tomcat Random
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

Re: Configuration question for 2500 simultaneous users.

2013-07-31 Thread Christopher Schultz
-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

Re: Configuration question for 2500 simultaneous users.

2013-07-30 Thread Mark Eggers
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

Re: Configuration question for 2500 simultaneous users.

2013-07-30 Thread Tomcat Random
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

Re: Configuration question for 2500 simultaneous users.

2013-07-30 Thread Mark Eggers
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

Configuration question for 2500 simultaneous users.

2013-07-30 Thread Tomcat Random
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

Re: WebDav Configuration Question

2011-03-13 Thread Mark Thomas
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..

WebDav Configuration Question

2011-03-12 Thread Scott Dudley
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

IIS ->Tomcat Configuration Question

2010-04-21 Thread Frank Zappa
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

Re: SSL Configuration Question

2009-11-15 Thread Christopher Schultz
-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

RE: SSL Configuration Question

2009-11-14 Thread Liav Ezer
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

Re: SSL Configuration Question

2009-11-13 Thread Bill Barker
"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

RE: SSL Configuration Question

2009-11-13 Thread Caldarale, Charles R
> 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

Re: SSL Configuration Question

2009-11-13 Thread Liav Ezer
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

Re: SSL Configuration Question

2009-11-13 Thread Christopher Schultz
-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

SSL Configuration Question

2009-11-13 Thread Liav Ezer
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

Re: Tomcat configuration question

2008-05-13 Thread Mark Thomas
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

Re: Tomcat configuration question

2008-05-13 Thread Neil B. Cohen
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

Re: Tomcat configuration question

2008-05-12 Thread Neil B. Cohen
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

Re: Tomcat configuration question

2008-05-12 Thread Mark Thomas
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

Re: Tomcat configuration question

2008-05-12 Thread Neil B. Cohen
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

RE: Tomcat configuration question

2008-05-12 Thread Caldarale, Charles R
> 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

Tomcat configuration question

2008-05-12 Thread Neil B. Cohen
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

Re: Tomcat 5.5 Configuration Question

2006-08-01 Thread Christopher Schultz
James, I think you can't use auto-deploy for this: you need to do this: signature.asc Description: OpenPGP digital signature

Tomcat 5.5 Configuration Question

2006-08-01 Thread James Howe
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

RE: DataSourceRealm Configuration Question (5.5.15)

2006-03-03 Thread James Reynolds
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

Re: DataSourceRealm Configuration Question (5.5.15)

2006-03-02 Thread Parsons Technical Services
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 ---

RE: DataSourceRealm Configuration Question (5.5.15)

2006-03-02 Thread Tim Lucia
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

Re: DataSourceRealm Configuration Question (5.5.15)

2006-03-02 Thread Alex Jalali
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

DataSourceRealm Configuration Question (5.5.15)

2006-03-02 Thread James Reynolds
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]

Re: Is this achievable with TC? - A domain-subdomain configuration question

2006-02-08 Thread Parsons Technical Services
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

Re: Is this achievable with TC? - A domain-subdomain configuration question

2006-02-08 Thread Edouard Dalla-Costa
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:

Re: Configuration Question

2006-01-04 Thread Hassan Schroeder
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

Re: Configuration Question

2006-01-04 Thread David Delbecq
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

Configuration Question

2006-01-04 Thread Scott Purcell
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

Is this achievable with TC? - A domain-subdomain configuration question

2006-01-02 Thread Wei Wei
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