LetsEncrypt not working with multiple domains managed by Apache web server running on Apache Tomcat.

2016-05-13 Thread Akshay Sulakhe
Hello friends, To start of with, my apologies for sending the mail to two lists, but as the problem involves around both Tomcat and Apache, I am sending this email on both lists. Situation : I have a Debian X64 server running Apache Web-server which is running a CMS on its own and also redirecti

Multiple domains accessing same Tomcat content

2013-03-30 Thread Chris Arnold
I thought i would understand how to config a 2nd domain to access the same content after configuring for the first domain but that proved wrong. I have multiple domains that need to access the same content. For example, http://share.domain1.com should result in http://share.domain1.com/share

RE: Tomcat with multiple domains

2012-12-03 Thread Jeffrey Janner
> -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Friday, November 30, 2012 9:11 AM > To: Tomcat Users List > Subject: Re: Tomcat with multiple domains > > Jeffrey Janner wrote: > >> -Original Message- > >> F

Re: Tomcat with multiple domains

2012-12-01 Thread André Warnier
Paul, you shouldn't top-post. It makes it hard to follow the logical gist of the conversation. 2012/11/30 Hassan Schroeder : On Fri, Nov 30, 2012 at 2:12 PM, Christopher Schultz wrote: OP never posted the whole XML, so we don't know that it's definitely not well-formed. Good point -- sho

Re: Tomcat with multiple domains

2012-12-01 Thread Paul van Hoven
Thank you guys for your great help. It was indeed an error in the xml that I entered in the server.xml file. I put something like this: ... ... Notice that I nested the virtual host definition within the host definition tags of the default host. So, therefore it did not wor

Re: Tomcat with multiple domains

2012-11-30 Thread Hassan Schroeder
On Fri, Nov 30, 2012 at 2:12 PM, Christopher Schultz wrote: > OP never posted the whole XML, so we don't know that it's definitely > not well-formed. Good point -- should have asked for the whole file before jumping to that conclusion. But it certainly looked sketchy :-) -- Hassan Schroeder --

Re: Tomcat with multiple domains

2012-11-30 Thread André Warnier
List Subject: Re: Tomcat with multiple domains Hi! Thanks for your quick and detailed answers. Actually I think I did all the things you mentioned but it still does not work. So here are the changes I made: 1. I checked that the following entries are in the engine tag: ... name="Cat

Re: Tomcat with multiple domains

2012-11-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hassan, On 11/30/12 5:04 PM, Hassan Schroeder wrote: > On Fri, Nov 30, 2012 at 1:50 PM, Christopher Schultz > wrote: > >> I'm unaware of a technique to allow partial structural validity >> (say, element nesting) without also explicitly specifying w

Re: Tomcat with multiple domains

2012-11-30 Thread Hassan Schroeder
On Fri, Nov 30, 2012 at 1:50 PM, Christopher Schultz wrote: > I'm unaware of a technique to allow partial structural validity (say, > element nesting) without also explicitly specifying which attributes > are allowed. Wait, what? The OP's example isn't even well-formed XML, and any decent text e

Re: Tomcat with multiple domains

2012-11-30 Thread Christopher Schultz
Tomcat Users List Subject: Re: >>> Tomcat with multiple domains >>> >>> Hi! >>> >>> Thanks for your quick and detailed answers. Actually I think I >>> did all the things you mentioned but it still does not work. So >>> here a

Re: Tomcat with multiple domains

2012-11-30 Thread André Warnier
Jeffrey Janner wrote: -Original Message- From: Paul van Hoven [mailto:paul.van.ho...@googlemail.com] Sent: Wednesday, November 28, 2012 5:29 PM To: Tomcat Users List Subject: Re: Tomcat with multiple domains Hi! Thanks for your quick and detailed answers. Actually I think I did all the

RE: Tomcat with multiple domains

2012-11-30 Thread Jeffrey Janner
> -Original Message- > From: Paul van Hoven [mailto:paul.van.ho...@googlemail.com] > Sent: Wednesday, November 28, 2012 5:29 PM > To: Tomcat Users List > Subject: Re: Tomcat with multiple domains > > Hi! > > Thanks for your quick and detailed answers. Actua

Re: Tomcat with multiple domains

2012-11-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 11/28/12 6:29 PM, Paul van Hoven wrote: > Thanks for your quick and detailed answers. Actually I think I did > all the things you mentioned but it still does not work. So here > are the changes I made: > > 1. I checked that the following ent

Re: Tomcat with multiple domains

2012-11-29 Thread André Warnier
Hi. Here is a brief tutorial on how the "virtual host thing" works. (I find that many times, reminding someone of these basic things helps in diagnosing things quickly). 1) the browser is given a URL to retrieve, say "http://myhost.mycompany.com:8080/home.html"; 2) the browser parses this UR

Re: Tomcat with multiple domains

2012-11-28 Thread Paul van Hoven
frey Janner : >> -Original Message- >> From: Paul van Hoven [mailto:paul.van.ho...@googlemail.com] >> Sent: Tuesday, November 27, 2012 2:13 PM >> To: Tomcat Users List >> Subject: Re: Tomcat with multiple domains >> >> Thanks for the answer

RE: Tomcat with multiple domains

2012-11-27 Thread Jeffrey Janner
> -Original Message- > From: Paul van Hoven [mailto:paul.van.ho...@googlemail.com] > Sent: Tuesday, November 27, 2012 2:13 PM > To: Tomcat Users List > Subject: Re: Tomcat with multiple domains > > Thanks for the answer. I followed the tutorial you propose ( >

Re: Tomcat with multiple domains

2012-11-27 Thread Konstantin Kolinko
2012/11/28 Paul van Hoven : > > I edited the /etc/hosts file and added the following entries: > 88.84.140.88www.2nddomain.com:8080 > 88.84.140.88www.1rstdomain.com:8080 Domain Name Service resolves host names. A port number is not part of a host name. The above two lines are invalid. ---

Re: Tomcat with multiple domains

2012-11-27 Thread Paul van Hoven
.@googlemail.com] >> Subject: Tomcat with multiple domains > >> I found the following tutorial (very old) on the web: >> http://onjava.com/pub/a/onjava/2006/08/30/publishing-multiple-sites-using-single-tomcat.html > > Probably best to completely ignore anything that old. &

RE: Tomcat with multiple domains

2012-11-21 Thread Caldarale, Charles R
> From: Paul van Hoven [mailto:paul.van.ho...@googlemail.com] > Subject: Tomcat with multiple domains > I found the following tutorial (very old) on the web: > http://onjava.com/pub/a/onjava/2006/08/30/publishing-multiple-sites-using-single-tomcat.html Probably best to compl

Tomcat with multiple domains

2012-11-21 Thread Paul van Hoven
Hi! I'm trying to setup virtual hosts for my single tomcat webserver. I've got the following setup: Apache Tomcat 7.0.32 running on a server with one IP address. I forward any requests coming in on port 80 to port 8080 and from 443 to 8443 with a firewall rule. I have 2 domains and I would like to

Re: Splitting Content Across Multiple Domains

2010-10-19 Thread Ðavîd Låndïs
On Tue, Oct 19, 2010 at 7:35 AM, Pid wrote: > > And I'm not sure what actual performance gain you'd get from hosting it > on the same IP address.  From memory, my experience was that the > performance gain was barely detectable and only occurred when the app > was on a separate IP address. Hmm, i

Re: Splitting Content Across Multiple Domains

2010-10-19 Thread Ðavîd Låndïs
own, but it's an architecture that seems like it would better facilitate creating a cookie-free domain as well as eventually migrating to a CDN. But I guess that's part of my problem, I haven't been able to find any information on splitting content across multiple domains while still

Re: Splitting Content Across Multiple Domains

2010-10-19 Thread Pid
On 19/10/2010 03:49, Caldarale, Charles R wrote: >> From: Ðavîd Låndïs [mailto:dlan...@gmail.com] >> Subject: Splitting Content Across Multiple Domains > >> I am considering creating another Host in my Tomcat >> server and creating another .war file with static >

RE: Splitting Content Across Multiple Domains

2010-10-18 Thread Caldarale, Charles R
> From: Ðavîd Låndïs [mailto:dlan...@gmail.com] > Subject: Splitting Content Across Multiple Domains > I am considering creating another Host in my Tomcat > server and creating another .war file with static > content for that additional host. So the links to > static conte

Splitting Content Across Multiple Domains

2010-10-18 Thread Ðavîd Låndïs
I am considering creating another Host in my Tomcat server and creating another .war file with static content for that additional host. So the links to static content generated by my primary application will point to the domain name of this new host. Here are the two hostnames for example: app.exa

Re: Multiple Domains on one Tomcat Server now MySQL not working

2009-10-13 Thread Paul van Hoven
Hi Hassan, yeah, acutually that was the problem, I just discovered it an instant before you answered me :). I made the appropriate changes and now it is working fine. Thanks for your answer anyway. Tom Hassan Schroeder schrieb: On Mon, Oct 12, 2009 at 11:40 PM, Paul van Hoven wrote:

Re: Multiple Domains on one Tomcat Server now MySQL not working

2009-10-13 Thread Hassan Schroeder
On Mon, Oct 12, 2009 at 11:40 PM, Paul van Hoven wrote: >          ... >   www.clubpirat.de > I checked that in /etc/hosts the two domains "localhost" and > "localhost.localdomain" are assigned to 127.0.0.1. > Okay, i when enter the url www.clubpirat.de but i get an 404 error. And does "www.c

Re: Multiple Domains on one Tomcat Server now MySQL not working

2009-10-12 Thread Paul van Hoven
t has deploied the file. Okay, i when enter the url www.clubpirat.de but i get an 404 error. The other url works fine, no problems. Caldarale, Charles R schrieb: From: Paul van Hoven [mailto:paul.van.ho...@googlemail.com] Subject: Multiple Domains on one Tomcat Server now MySQL not working I&

RE: Multiple Domains on one Tomcat Server now MySQL not working

2009-10-12 Thread Caldarale, Charles R
> From: Paul van Hoven [mailto:paul.van.ho...@googlemail.com] > Subject: Multiple Domains on one Tomcat Server now MySQL not working > > I'm not shure if this problem really relates to Tomcat but it happened > after altering the tomcat configuration. Care to give us a h

Multiple Domains on one Tomcat Server now MySQL not working

2009-10-12 Thread Paul van Hoven
I'm not shure if this problem really relates to Tomcat but it happened after altering the tomcat configuration. I've two different domains for two differnt webapps. Therefore i search on the internet how to manage multiple domains on Tomcat. I found this resource: http://www.westso

Re: Hosting multiple domains on a single application

2009-08-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vikas, On 8/31/2009 5:53 AM, mailvgarg wrote: > I have a webapplication with different pages for each client which is > accessible from URL > > www.myDomain.com/action/clientId > client Id is different for each client. > > Now I want to provide diff

RE: Hosting multiple domains on a single application

2009-08-31 Thread Caldarale, Charles R
> From: mailvgarg [mailto:mailvg...@gmail.com] > Subject: Hosting multiple domains on a single application > > can any body tell me what should be the process to handle such mapping. Try this: http://tuckey.org/urlrewrite/ - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/

Hosting multiple domains on a single application

2009-08-31 Thread mailvgarg
. Regards Vikas Garg -- View this message in context: http://www.nabble.com/Hosting-multiple-domains-on-a-single-application-tp25220862p25220862.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe

Re: how do i configure multiple domains in one tomcat inatance

2009-03-25 Thread Mark Thomas
Srinivas Jonnalagadda wrote: > hi, > > I am using apache http server, openSSL, mod_jk and tomcat 5.5.9 on solaris 10 > server. I need a way to create multiple domains in the same tomcat instance > or server. for example i should be able to copy my war files into two dirs > d

how do i configure multiple domains in one tomcat inatance

2009-03-25 Thread Srinivas Jonnalagadda
hi, I am using apache http server, openSSL, mod_jk and tomcat 5.5.9 on solaris 10 server. I need a way to create multiple domains in the same tomcat instance or server. for example i should be able to copy my war files into two dirs dir1 and dir2. Same Tomcat should be able to pickup

Re: How to have multiple domains/contexts with Tomcat ? they all go to same context ..

2008-09-26 Thread Johnny Kewl
- Original Message - From: "André Warnier" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, September 26, 2008 12:10 PM Subject: Re: How to have multiple domains/contexts with Tomcat ? they all go to same context .. Can you tell us on what k

Re: How to have multiple domains/contexts with Tomcat ? they all go to same context ..

2008-09-26 Thread Morgan Cox
Thanks everybody for your input. I'll try to deploy the manager for each host as suggested. Cheers everybody. 2008/9/26 Caldarale, Charles R <[EMAIL PROTECTED]> > > From: Morgan Cox [mailto:[EMAIL PROTECTED] > > Subject: Re: How to have multiple domains/contexts wit

RE: How to have multiple domains/contexts with Tomcat ? they all go to same context ..

2008-09-26 Thread Caldarale, Charles R
> From: Morgan Cox [mailto:[EMAIL PROTECTED] > Subject: Re: How to have multiple domains/contexts with > Tomcat ? they all go to same context .. > > One last thing - If you upload the .war files with the tomcat > manager / host-manager is there a way to do this Once the elemen

Re: How to have multiple domains/contexts with Tomcat ? they all go to same context ..

2008-09-26 Thread Mark Thomas
Morgan Cox wrote: > Hi André - between yours and Mark's advice I have managed to do what i > needed to. > > Thank you all - i'm amazed at the level of response... (half expected to > look in a month and see no responses.) > > One last thing - If you upload the .war files with the tomcat manager /

Re: How to have multiple domains/contexts with Tomcat ? they all go to same context ..

2008-09-26 Thread Morgan Cox
arles R wrote: > >> From: Morgan Cox [mailto:[EMAIL PROTECTED] >>> Subject: Re: How to have multiple domains/contexts with >>> Tomcat ? they all go to same context .. >>> >>> Thanks for the advise - it seems that I do need to set the >>> ROOT w

Re: How to have multiple domains/contexts with Tomcat ? they all go to same context ..

2008-09-26 Thread André Warnier
Caldarale, Charles R wrote: From: Morgan Cox [mailto:[EMAIL PROTECTED] Subject: Re: How to have multiple domains/contexts with Tomcat ? they all go to same context .. Thanks for the advise - it seems that I do need to set the ROOT webapp for each virtual server - anyone got any ideas of how to

Re: How to have multiple domains/contexts with Tomcat ? they all go to same context ..

2008-09-26 Thread Morgan Cox
Thanks to everybody whos responded. I shall try these suggestions and let you know how it goes.. 2008/9/26 Caldarale, Charles R <[EMAIL PROTECTED]> > > From: Morgan Cox [mailto:[EMAIL PROTECTED] > > Subject: Re: How to have multiple domains/contexts with > > Tomc

RE: How to have multiple domains/contexts with Tomcat ? they all go to same context ..

2008-09-26 Thread Caldarale, Charles R
> From: Morgan Cox [mailto:[EMAIL PROTECTED] > Subject: Re: How to have multiple domains/contexts with > Tomcat ? they all go to same context .. > > Thanks for the advise - it seems that I do need to set the > ROOT webapp for each virtual server > > - anyone got any ideas

Re: How to have multiple domains/contexts with Tomcat ? they all go to same context ..

2008-09-26 Thread Mark Thomas
Morgan Cox wrote: > Sorry - didn't see your complete response... > > http://www.mrblue.com/mrblu e - already goes > to the mrblue context - i want > http://www.mrblue.comto go the mrblue > context. > > Thanks for the advise - it seem

Re: How to have multiple domains/contexts with Tomcat ? they all go to same context ..

2008-09-26 Thread Morgan Cox
Tomcat. >> >> You should now be able to access "blue" by calling up " >> http://www.mrblue.com/mrblue";. >> >> To make this trailing /mrblue go away, you should make this webapp into >> the ROOT webapp for that virtual server, but for that I'll le

Re: How to have multiple domains/contexts with Tomcat ? they all go to same context ..

2008-09-26 Thread Morgan Cox
ttp://www.mrblue.com/mrblue";. > > To make this trailing /mrblue go away, you should make this webapp into the > ROOT webapp for that virtual server, but for that I'll let an expert give > you the instructions. > > Have I got it right ? > > > Morgan Cox wrote: &

Re: How to have multiple domains/contexts with Tomcat ? they all go to same context ..

2008-09-26 Thread André Warnier
ld make this webapp into the ROOT webapp for that virtual server, but for that I'll let an expert give you the instructions. Have I got it right ? Morgan Cox wrote: Hi. This is a simple question (i think) After playing with server,xml (and various other .xml files) I am unable to work ou

How to have multiple domains/contexts with Tomcat ? they all go to same context ..

2008-09-26 Thread Morgan Cox
Hi. This is a simple question (i think) After playing with server,xml (and various other .xml files) I am unable to work out how to host multiple domains on a Tomcat 6 (standalone) server (running on port 80) .. I have read - http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html

RE: multiple domains

2008-03-05 Thread Caldarale, Charles R
> From: Angelo Chen [mailto:[EMAIL PROTECTED] > Subject: multiple domains > > www.domain1.com will call the app1 > www.domain2.com will call the app2 In conf/server.xml, configure two elements, one for each domain. Create a separate appBase directory for each , and configure

Re: multiple domains

2008-03-05 Thread quikpak
dont send me tomcat hereafter!! - Original Message - From: "Angelo Chen" <[EMAIL PROTECTED]> To: Sent: Thursday, March 06, 2008 8:29 AM Subject: multiple domains Hi guys, I have this server that has two domains pointing at it, the tomcat server 5 is running there

multiple domains

2008-03-05 Thread Angelo Chen
-- View this message in context: http://www.nabble.com/multiple-domains-tp15865530p15865530.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe

Re: Can Tomcat support multiple SSL certificates for multiple domains?

2008-02-11 Thread Jan Mönnich
Ooops, my fault! I've read and replied too fast (maybe because it's Monday? :-)) Of course this shouldn't be done with *two domain names* only with two host names in the same domain... I suppose it won't work in actual browsers but if it does I let you all know... Sorry Jan Hassan Schroeder schri

Re: Can Tomcat support multiple SSL certificates for multiple domains?

2008-02-11 Thread Hassan Schroeder
On Feb 11, 2008 5:00 AM, Jan Mönnich <[EMAIL PROTECTED]> wrote: > You can get one certificate with both domain names in the "Subject > Alternative Name" of the Certificate. All modern browsers can handle that > and you can use just one Certificate for both domains. That's the > workaround we are r

Re: Can Tomcat support multiple SSL certificates for multiple domains?

2008-02-11 Thread Jan Mönnich
Hi Dave, there is another possible solution I just wanted to mention here: You can get one certificate with both domain names in the "Subject Alternative Name" of the Certificate. All modern browsers can handle that and you can use just one Certificate for both domains. That's the workaround we ar

Re: Can Tomcat support multiple SSL certificates for multiple domains?

2008-02-09 Thread Gabe Wong
Dave wrote: Hi, I have one JBoss instance (4.0.5GA) running on Linux. The machine has one IP with two domains. www.domain1.com www.domain2.com I have two SSL certificates, one for each domain, imported into keystore. I need to use both without any warnings from browser https

Can Tomcat support multiple SSL certificates for multiple domains?

2008-02-09 Thread Dave
Hi, I have one JBoss instance (4.0.5GA) running on Linux. The machine has one IP with two domains. www.domain1.com www.domain2.com I have two SSL certificates, one for each domain, imported into keystore. I need to use both without any warnings from browser https://www.domain1.

RE: Tomcat SSL for multiple domains

2008-02-07 Thread Peter Crowther
up for one domain only. Using the different domains will > get a security warning from web browser. (domain name does not match) > > Can SSL certificate be ip address based? Or Tomcat support > SSL multiple domains(prevent warnings from browser)? Tomcat can support multiple SSL do

Re: Tomcat SSL for multiple domains

2008-02-07 Thread Hassan Schroeder
On Feb 7, 2008 7:25 AM, Dave <[EMAIL PROTECTED]> wrote: > Hi I am running JBoss w/tomcat on a Linux machine. the machine has one IP > address. But there are two top-level domains (not subdomains) mapping to the > ip address. > > I need to setup SSL. As far as I know, SSL certificate is set up f

Tomcat SSL for multiple domains

2008-02-07 Thread Dave
. Using the different domains will get a security warning from web browser. (domain name does not match) Can SSL certificate be ip address based? Or Tomcat support SSL multiple domains(prevent warnings from browser)? Thanks, Dave - Looking for

Re: Windows Authentication against multiple domains

2007-02-11 Thread Pulkit Singhal
u can put some amount of work in from your side and leverage Kerberos as a solution across Windows domains. But may be I misunderstood your problem, may be you don't want SSO across multiple domains. Maybe you simply want a piece of code that can connect to multiple ADs instead of just one? I

RE: Windows Authentication against multiple domains

2007-02-09 Thread John Najarian
Sent: Friday, February 09, 2007 4:50 PM > To: users@tomcat.apache.org > Subject: Windows Authentication against multiple > domains > > > Hi, > > I am having a tomcat webapplication and logon needs > to be done via > windows-authentication (ldap). I configured

Re: Windows Authentication against multiple domains

2007-02-09 Thread Suneet Shah
omeone knows a solution? -- View this message in context: http://www.nabble.com/RE%3A-Windows-Authentication-against-multiple-domains-tf3203321.html#a8895171 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start

RE: Windows Authentication against multiple domains

2007-02-09 Thread Uwe_77
Sure, I will let you know. Perhaps we need third party tools. Doese someone knows a solution? -- View this message in context: http://www.nabble.com/RE%3A-Windows-Authentication-against-multiple-domains-tf3203321.html#a8895171 Sent from the Tomcat - User mailing list archive at Nabble.com

RE: Windows Authentication against multiple domains

2007-02-09 Thread Propes, Barry L [GCG-NAOT]
if you find out, please let me know...I'm barking up that tree, too. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 4:50 PM To: users@tomcat.apache.org Subject: Windows Authentication against multiple domains Hi, I am hav

Windows Authentication against multiple domains

2007-02-09 Thread kbpo4
Hi, I am having a tomcat webapplication and logon needs to be done via windows-authentication (ldap). I configured authentication against ldap, that works fine for one domain. The problem is, that we are having users in multiple domains. Is there a way to configure authentication against the

configure tomcat and iis for multiple domains

2006-06-11 Thread homauoon mahboobi
Hi all I want to configure Tomcat with IIS to service multiple domains same as Web Hostings.My purpose is establish an Internet Hosting server. Can any one help me or address useful documet for this? Thanks __ Do You Yahoo!? Tired of spam? Yahoo