Templating tag basics, techniques and tricks?

2015-02-12 Thread Micky Hulse
Hi, I'm just curious if there's a TL;DR doc on templating in Tomcat? For example, I'd like to do some templating along the lines of includes, variable creation, conditional logic. More advanced: Routers and/or MVC setups. Anyone out there know of a good place to see real-world/contemporary exa

Re: “Virtual hosting” with port removed?

2015-02-11 Thread Micky Hulse
On Wed, Feb 11, 2015 at 12:35 AM, André Warnier wrote: > Just be careful when doing this, that an "undeploy" of your application > would not delete much more than what you are prepared for. Ahh, good tip. Had not realized that could be a possibility. Thanks André! :) Cheers, Micky -

Re: “Virtual hosting” with port removed?

2015-02-10 Thread Micky Hulse
I just wanted to say thanks to everyone for the help. I ended up downloading Tomcat directly from the Tomcat site and got that up-and-running super fast. In the end, I opted to not worry about spoofing/vhosting anything. Maybe down the road, but for right now I've been fine with symlinking my Git

Re: “Virtual hosting” with port removed?

2015-02-01 Thread Micky Hulse
Thanks for tips Hassan! I really appreciate it! I'll follow your suggestions and take another stab at it. I'll post back here with my results. > On Feb 1, 2015, at 2:46 PM, Hassan Schroeder > wrote: > Why? Download the real thing, untar, done. No questions about > packaging issues. Who knows

“Virtual hosting” with port removed?

2015-02-01 Thread Micky Hulse
Hello, I'm using Bitnami's Tomcat 8.0.18-0 Dev (64-bit) installer for OS X Yosemite. Here's my relevant code: https://gist.github.com/mhulse/9c1278fa73a7a62be8ef I have a `hosts` entry for 127.0.0.1 spoofing `tomcat.local`. Problem: I can't get the vhost working without the port number. Goal