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
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? - Dave On 11/13/06, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: D. Alvarado [mailto:[EMAIL

Re: Why is ROOT appended?

2006-11-13 Thread Edoardo Panfili
D. Alvarado ha scritto: 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? take a look at http://tomcat.apache.org/tomcat-5.5-doc/config/host.html you can

Re: Why is ROOT appended?

2006-11-13 Thread D. Alvarado
Thanks but this fails. Here's what I changed the appBase dir to Host name=localhost appBase=/usr/local/apache2/htdocs unpackWARs=true autoDeploy=true xmlValidation=false xmlNamespaceAware=false and here is what happened when I restarted and tried to request a page that I just

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