Re: Host manager / manager access.

2019-02-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Turbo, On 2/4/19 10:13, TurboChargedDad . wrote: > Java 8 Tomcat 8.5.20 Thanks. > I am trying to understand how to get the host manager / manager > access working from somewhere other than the localhost. I have > tried all the various methods

Re: Host-manager and jndi data-sources question

2011-05-04 Thread André Warnier
chris derham wrote: All, So we have a single war file that we wish to be able to run for different clients, each isolated from each other. I noticed that with the host-manager app we should be able to setup a different host within the same tomcat instance. 1) is this the best way to solve our

Re: Host Manager.

2010-09-16 Thread Wesley Acheson
The way I've implemented this it does all the normal work of adding the host to the container before trying to persist the file. Now there are a lot of things that can go wrong when trying to write to a filesystem. Maybe the user doesn't have permission to update the file. Maybe the existing file

Re: Host Manager.

2010-09-16 Thread André Warnier
Wesley Acheson wrote: The way I've implemented this it does all the normal work of adding the host to the container before trying to persist the file. Now there are a lot of things that can go wrong when trying to write to a filesystem. Maybe the user doesn't have permission to update the file.

Re: Host Manager.

2010-09-16 Thread Wesley Acheson
Okay thats good feedback a lot more work though. On Fri, Sep 17, 2010 at 12:01 AM, André Warnier a...@ice-sa.com wrote: Wesley Acheson wrote: The way I've implemented this it does all the normal work of adding the host to the container before trying to persist the file. Now there are a lot

Re: Host Manager.

2010-09-12 Thread Wesley Acheson
Okay I'm most of the way to a solution but I wouldn't mind if someone would take a look at a new WIP class and tell me what needs cleaning. Its not quite functional. Anyone interested? On Fri, Sep 3, 2010 at 4:44 AM, Wesley Acheson wesley.ache...@gmail.com wrote: Looked at that before not

RE: Host Manager.

2010-09-12 Thread Martin Gainty
les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Sun, 12 Sep 2010 16:01:26 +0200 Subject: Re: Host Manager. From: wesley.ache...@gmail.com To: users@tomcat.apache.org Okay I'm most of the way

Re: Host Manager.

2010-09-12 Thread Wesley Acheson
On Sun, Sep 12, 2010 at 5:38 PM, Martin Gainty mgai...@hotmail.com wrote: could you configure public static void writeXml( Node n, OutputStream os )         throws TransformerException  of org.apache.tomcat.util.DomUtil to trap TransformerFactoryConfigurationError

Re: Host Manager.

2010-09-03 Thread Mark Thomas
On 02/09/2010 23:14, Christopher Schultz wrote: Jeffrey, On 9/2/2010 5:40 PM, Jeffrey Janner wrote: I'd be happy if it just wrote out a new file based on the settings at the time I said save -- damn the comments. At least then, it's a pretty straight-forward bit of save code. But, if

RE: Host Manager.

2010-09-03 Thread Jeffrey Janner
-Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, September 02, 2010 7:57 PM To: Tomcat Users List Subject: Re: Host Manager. On 02/09/2010 21:06, Caldarale, Charles R wrote: From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Subject: Host Manager

RE: Host Manager.

2010-09-02 Thread Caldarale, Charles R
From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Subject: Host Manager. Is there is no documentation for the host-manager? Very little that I've found. You can learn a bit about it by looking at its WEB-INF/web.xml file. If I remember correctly from this list it doesn't persist

Re: Host Manager.

2010-09-02 Thread Jordan Michaels
I'd be interested as well. I've actually been meaning to get to this myself and submit a patch to make the changes persist, but my schedule has been too hectic for any extra-curricular work recently. If you don't (and I'm hoping you will)... I will get to it eventually. ;) -Jordan On

Re: Host Manager.

2010-09-02 Thread Wesley Acheson
On Thu, Sep 2, 2010 at 10:42 PM, Jordan Michaels jor...@viviotech.netwrote: I'd be interested as well. I've actually been meaning to get to this myself and submit a patch to make the changes persist, but my schedule has been too hectic for any extra-curricular work recently. If you don't (and

Re: Host Manager.

2010-09-02 Thread Wesley Acheson
On Thu, Sep 2, 2010 at 10:06 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Wesley Acheson [mailto:wesley.ache...@gmail.com] How many people would be interested in it persisting its settings, by editing the appropriate files. I would be interested. Note that

RE: Host Manager.

2010-09-02 Thread Jeffrey Janner
I'd be happy if it just wrote out a new file based on the settings at the time I said save -- damn the comments. At least then, it's a pretty straight-forward bit of save code. But, if you're one of those who has to save the commentary that's already there, then have fun. Jeff -Original

RE: Host Manager.

2010-09-02 Thread Caldarale, Charles R
From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Subject: Re: Host Manager. Honestly I thought there was more than one going from this http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html The files should be created automatically - but only when needed. I've just

Re: Host Manager.

2010-09-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeffrey, On 9/2/2010 5:40 PM, Jeffrey Janner wrote: I'd be happy if it just wrote out a new file based on the settings at the time I said save -- damn the comments. At least then, it's a pretty straight-forward bit of save code. But, if you're

Re: Host Manager.

2010-09-02 Thread Pid
On 02/09/2010 21:06, Caldarale, Charles R wrote: From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Subject: Host Manager. Is there is no documentation for the host-manager? Very little that I've found. You can learn a bit about it by looking at its WEB-INF/web.xml file. If I

Re: Host Manager.

2010-09-02 Thread Wesley Acheson
Looked at that before not really convinced reworking that is easier than adding in an xml line or two via an xml writer. Willing to be convinced though. Wes On 9/3/10, Pid p...@pidster.com wrote: On 02/09/2010 21:06, Caldarale, Charles R wrote: From: Wesley Acheson

Re: Host Manager Questions

2005-12-01 Thread Martin Gainty
Hello George Did you try to install manager.xml into $CATALINA_HOME/conf/[enginename]/[hostname] Martin- - Original Message - From: George Sexton [EMAIL PROTECTED] To: 'Tomcat Users List' users@tomcat.apache.org Sent: Thursday, December 01, 2005 12:49 PM Subject: Host Manager

Re: Host Manager Questions

2005-12-01 Thread Martin Gainty
5.5.7 Manager Hope this helps, Martin- - Original Message - From: George Sexton [EMAIL PROTECTED] To: 'Tomcat Users List' users@tomcat.apache.org; 'Martin Gainty' [EMAIL PROTECTED] Sent: Thursday, December 01, 2005 3:18 PM Subject: RE: Host Manager Questions OK, that pointed me

RE: Host Manager Questions

2005-12-01 Thread George Sexton
, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Thursday, December 01, 2005 1:34 PM To: George Sexton Cc: Tomcat Users List Subject: Re: Host Manager Questions Good Afternoon George I deploy thru