Re: Setting up a Context outside of webapps

2016-10-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Igal, On 10/21/16 3:41 PM, Igal @ Lucee.org wrote: > Chris, > > On 10/21/2016 12:03 PM, Christopher Schultz wrote: >> I'm not sure anyone else's opinion matters at this point. You've >> decided what you want to do... you're just looking for >> val

Re: Setting up a Context outside of webapps

2016-10-21 Thread Igal @ Lucee.org
Chris, On 10/21/2016 12:03 PM, Christopher Schultz wrote: I'm not sure anyone else's opinion matters at this point. You've decided what you want to do... you're just looking for validation. Technically, this works. Whether there are better ways to do it are debatable. I've been running Tomcat fo

Re: Setting up a Context outside of webapps

2016-10-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Igal, On 10/21/16 1:31 PM, Igal @ Lucee.org wrote: > I'm asking my question differently since it didn't get much > traction when I asked it before. > > I want to set up a Web Context outside of %CATALINA_BASE%/webapps, > e.g. at C:\WebRoot\myapp.

Re: Setting up a Context outside of webapps

2016-10-21 Thread Igal @ Lucee.org
Hi, On 10/21/2016 10:51 AM, Mark Eggers wrote: 1. Create separate Host entries for each host that you wish to serve. See: http://tomcat.apache.org/tomcat-8.5-doc/virtual-hosting-howto.html This shows how to have separate xml files for the different hosts, which is not what I am asking abou

Re: Setting up a Context outside of webapps

2016-10-21 Thread Mark Eggers
Replying inline and at the end of the most recently posted message: On 10/21/2016 10:31 AM, Igal @ Lucee.org wrote: > I'm asking my question differently since it didn't get much traction > when I asked it before. > > I want to set up a Web Context outside of %CATALINA_BASE%/webapps, e.g. > at C:\

Setting up a Context outside of webapps (was: Host appBase vs. Context docBase)

2016-10-21 Thread Igal @ Lucee.org
I'm asking my question differently since it didn't get much traction when I asked it before. I want to set up a Web Context outside of %CATALINA_BASE%/webapps, e.g. at C:\WebRoot\myapp. I prefer to configure it in server.xml, because I like it that all of my config files are at %CATALINA_BASE