RE: User Directories and context.xml?

2008-09-05 Thread Caldarale, Charles R
From: Tim J Schumacher [mailto:[EMAIL PROTECTED] Subject: Re: User Directories and context.xml? Just out of curiosity, does anyone know the motivation for not reading context.xml out of a user's directory? (I apologize for coming in late on this one.) Tomcat does use context.xml out

Re: User Directories and context.xml?

2008-09-05 Thread Tim J Schumacher
). Thanks! Tim Caldarale, Charles R wrote: From: Tim J Schumacher [mailto:[EMAIL PROTECTED] Subject: Re: User Directories and context.xml? Just out of curiosity, does anyone know the motivation for not reading context.xml out of a user's directory? (I apologize for coming in late

Re: User Directories and context.xml?

2008-09-04 Thread Tim J Schumacher
Hi Paul, Thanks for looking. Just out of curiosity, does anyone know the motivation for not reading context.xml out of a user's directory? -Tim Paul Pepper wrote: Hi Tim, You're right. Reading this: http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/catalina/startup/UserConfig.html

Re: User Directories and context.xml?

2008-09-03 Thread Paul Pepper
Tim, The META-INF/context.xml should be placed within your application's docBase. I suspect that is likely to be ~/public_html/myapp/META-INF, where ~/public_html/ is the appBase for the localhost (as you've described it) and ~/public_html/myapp is the docBase of your application. Paul.

Re: User Directories and context.xml?

2008-09-03 Thread Tim J Schumacher
Hi Paul, Thanks for the reply. I'm not sure I understand, I was thinking my user's application IS public_html, are you saying i have to make a directory called something like /home/myUserName/public_html/ROOT and move everything into there? I put my WEB-INF and META-INF directly in my

Re: User Directories and context.xml?

2008-09-03 Thread Paul Pepper
Hi Tim, You're right. Reading this: http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/catalina/startup/UserConfig.html and the doc you originally referenced, it looks as though your original assumption is true - I guess characteristics established by any DefaultContext would include