RE: Why is ROOT appended?

2006-11-13 Thread Caldarale, Charles R
From: D. Alvarado [mailto:[EMAIL PROTECTED] Subject: Why is ROOT appended? Host name=localhost appBase=webapps unpackWARs=true autoDeploy=true xmlValidation=false xmlNamespaceAware=false but when i request a loose page, it gets the file from webapps/ROOT. How do I

Re: Why is ROOT appended?

2006-11-13 Thread D. Alvarado
PROTECTED] Subject: Why is ROOT appended? Host name=localhost appBase=webapps unpackWARs=true autoDeploy=true xmlValidation=false xmlNamespaceAware=false but when i request a loose page, it gets the file from webapps/ROOT. How do I change the configuration such that it gets

Re: Why is ROOT appended?

2006-11-13 Thread Edoardo Panfili
use the appBase attribute Edoardo - Dave On 11/13/06, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: D. Alvarado [mailto:[EMAIL PROTECTED] Subject: Why is ROOT appended? Host name=localhost appBase=webapps unpackWARs=true autoDeploy=true xmlValidation=false

Re: Why is ROOT appended?

2006-11-13 Thread D. Alvarado
[EMAIL PROTECTED] wrote: From: D. Alvarado [mailto:[EMAIL PROTECTED] Subject: Why is ROOT appended? Host name=localhost appBase=webapps unpackWARs=true autoDeploy=true xmlValidation=false xmlNamespaceAware=false but when i request a loose page, it gets the file

RE: Why is ROOT appended?

2006-11-13 Thread Caldarale, Charles R
From: D. Alvarado [mailto:[EMAIL PROTECTED] Subject: Re: Why is ROOT appended? Ok, let me ask another question. If I want to change the directory to where I put JSP files that I don't want to package into a WAR, to say, /usr/local/apache2/htdocs, how do I do that? They don't have

Re: Why is ROOT appended?

2006-11-13 Thread D. Alvarado
11:21:19 ERROR 404: /test.jsp. Is the ROOT.xml file correct? - Dave On 11/13/06, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: D. Alvarado [mailto:[EMAIL PROTECTED] Subject: Re: Why is ROOT appended? Ok, let me ask another question. If I want to change the directory to where I put JSP

RE: Why is ROOT appended?

2006-11-13 Thread Caldarale, Charles R
From: D. Alvarado [mailto:[EMAIL PROTECTED] Subject: Re: Why is ROOT appended? Context docBase=/usr/local/apache2/htdocs privileged=true antiResourceLocking=false antiJARLocking=false /Context Is the ROOT.xml file correct? That looks o.k. to me. Could there be a permissions

Re: Why is ROOT appended?

2006-11-13 Thread D. Alvarado
. Alvarado [mailto:[EMAIL PROTECTED] Subject: Re: Why is ROOT appended? Context docBase=/usr/local/apache2/htdocs privileged=true antiResourceLocking=false antiJARLocking=false /Context Is the ROOT.xml file correct? That looks o.k. to me. Could there be a permissions problem