Paul,

Ok, but now that the webapps tree is owned by nobody and the ROOT.war
was able to expend to ROOT/ I'm still having issues with path and even
when I address (by updating xls and html source files) I seem to still
be having problems with the search itself.

Do you have any idea what causes either

org.apache.jasper.compiler.ParseException: /search.jsp(13,35) Attribute  has no 
value

OR

org.apache.jasper.compiler.ParseException: /search.jsp(120,35) Attribute  has 
no value


As in

org.apache.jasper.compiler.ParseException: /search.jsp(120,35) Attribute  has 
no value
        at 
org.apache.jasper.compiler.JspReader.parseAttributeValue(JspReader.java:563)
        at 
org.apache.jasper.compiler.JspReader.parseTagAttributes(JspReader.java:681)
        at org.apache.jasper.compiler.Parser$Include.accept(Parser.java:289)


On Tue, Mar 29, 2005 at 08:43:58AM -0800, sub paul wrote:
> Hi Alfred,
> 
> 
> On Mon, 28 Mar 2005 10:20:05 -0500, Brian Cuttler <[EMAIL PROTECTED]> wrote:
> > 
> > Alfred,
> > 
> > Still being a little dense...
> > 
> > For the first time I was able to get the NUTCH application to deplay
> > from the WAR file, I had to open protections on the webapps/ directory
> > to allow write access to nobody... something I want to close again.
> > 
> 
> This generally happens because you run tomcat as "nobody". For tomcat
> to deploy a webapp, it needs to create some directories, so "nobody"
> will need write access. You might want to run tomcat as a regular user
> and give that user the access.
> 
>  
> HTH,
> Paul
---
   Brian R Cuttler                 [EMAIL PROTECTED]
   Computer Systems Support        (v) 518 486-1697
   Wadsworth Center                (f) 518 473-6384
   NYS Department of Health        Help Desk 518 473-0773

Reply via email to