Re: How to create an alias for a context name

2014-06-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Colin, On 6/14/14, 10:05 AM, Colin Ingarfield wrote: On Fri, Jun 13, 2014 at 4:39 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 6/13/14, 4:11 PM, James H. H. Lampert

Re: How to create an alias for a context name

2014-06-14 Thread Colin Ingarfield
On Fri, Jun 13, 2014 at 4:39 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 6/13/14, 4:11 PM, James H. H. Lampert wrote: When this thread first came up, I tried one obvious approach: creating a symbolic link in the file

Re: How to create an alias for a context name

2014-06-13 Thread Konstantin Kolinko
2014-06-12 21:56 GMT+04:00 Colin Ingarfield colin...@gmail.com: Hello, Is it possible in Tomcat 6/7 to create an alias for a context? We have a context that includes an underscore and that is unfortunately causing problems w/ a load balancer and cookie paths. Our URLs resemble this:

Re: How to create an alias for a context name

2014-06-13 Thread Colin Ingarfield
On Fri, Jun 13, 2014 at 8:37 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2014-06-12 21:56 GMT+04:00 Colin Ingarfield colin...@gmail.com: Hello, Is it possible in Tomcat 6/7 to create an alias for a context? We have a context that includes an underscore and that is unfortunately

Re: How to create an alias for a context name

2014-06-13 Thread James H. H. Lampert
When this thread first came up, I tried one obvious approach: creating a symbolic link in the file system, mapping a new directory name into an existing context's directory. It didn't work. If I actually needed such a thing myself, I'd definitely look into what Mr. Kolinko described; indeed,

Re: How to create an alias for a context name

2014-06-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 6/13/14, 4:11 PM, James H. H. Lampert wrote: When this thread first came up, I tried one obvious approach: creating a symbolic link in the file system, mapping a new directory name into an existing context's directory. It didn't

How to create an alias for a context name

2014-06-12 Thread Colin Ingarfield
Hello, Is it possible in Tomcat 6/7 to create an alias for a context? We have a context that includes an underscore and that is unfortunately causing problems w/ a load balancer and cookie paths. Our URLs resemble this: https://example.com/the_context/login.jsp Where we have deployed a war