Re: Creating /WEB-INF folders for virtualhosts

2006-08-21 Thread John Hinton
Edoardo Causarano wrote: The host appbase attribute specifies the directory where the wars (exploded or left intact) are stored and is not a documentroot in the apache httpd sense. The latter would be the ROOT.war webapp to which root relative paths unmatched by any other war prefix resolve.

Re: Creating /WEB-INF folders for virtualhosts

2006-08-21 Thread Hassan Schroeder
What I would like, is to be able to put test.jsp in /var/www/username/public_html or any user created directory in that directory. I just can't seem to find the key to this. In fact, I can't even find where tomcat is setting the default directory to /usr/local/tomcat/webapps. Your server.xml

Re: Creating /WEB-INF folders for virtualhosts

2006-08-21 Thread Edoardo Causarano
I understand your frustration, I haven't gone without my own. You must realize though that jsp under tomcat is not like php under ~/ public_html user dirs. Perhaps it's a limit of tomcat but you can't (as far as I know) do useraccount mass vhosting. Every explicitly declared host

Re: Creating /WEB-INF folders for virtualhosts

2006-08-21 Thread Mark Thomas
Edoardo Causarano wrote: I understand your frustration, I haven't gone without my own. You must realize though that jsp under tomcat is not like php under ~/public_html user dirs. Are you aware of the User Web Applications feature, as per

Re: Creating /WEB-INF folders for virtualhosts

2006-08-19 Thread Edoardo Causarano
The host appbase attribute specifies the directory where the wars (exploded or left intact) are stored and is not a documentroot in the apache httpd sense. The latter would be the ROOT.war webapp to which root relative paths unmatched by any other war prefix resolve. Distribution of object

Creating /WEB-INF folders for virtualhosts

2006-08-18 Thread John Hinton
Seems I have everything running up to the point of a test.jsp file being excuted within a virtualhost's user directory. If I understand correctly, there should be a WEB-INF directory in the virtualhost root directory, with a web.xml document there. My snag.. is there a built in way to create

Re: Creating /WEB-INF folders for virtualhosts

2006-08-18 Thread John Hinton
John Hinton wrote: Seems I have everything running up to the point of a test.jsp file being excuted within a virtualhost's user directory. If I understand correctly, there should be a WEB-INF directory in the virtualhost root directory, with a web.xml document there. My snag.. is there a