Re: Virtual Host gives - Absolute uri: http://java.sun.com/jsf/core cannot be resolved

2008-06-27 Thread Tom Tugan
Thanks Mark, I have multiple web apps. My 'main' goes in ROOT. I don't want to mix my other, virtually hosted webapps, with what's in root.So, I do webapps/zzz webapps/yyy and use virtual hosts to relate other domain names to these. Additionally Mark, having context info within the

RE: Virtual Host gives - Absolute uri: http://java.sun.com/jsf/corecannot be resolved

2008-06-27 Thread Tom Tugan
No, use a different appBase for each Host to avoid such issues. Thanks Chuck. That's what I was trying to do but I didn't realize what it looked like. I have a better understanding now. This was my first attempt to have a separate appBase and domain name. I appreciate the free

Re: Virtual Host gives - Absolute uri: http://java.sun.com/jsf/core cannot be resolved

2008-06-27 Thread Tom Tugan
Additionally Mark, having context info within the Host is not invalid. It's just not the preferred way anymore. I am well aware of that. However, having appBase == docBase is: a) invalid b) entirely the source of your problems. Mark Thanks Mark.