PathException doesn't sound familiar, but the two things I would check
are the location of Domain.xml and the paths given for the Tx*FileStores
in Domain.xml. My guess at this point is that it can't find Domain.xml.

The default configuration has the Domain.xml in the root of the webapp,
so maybe it's not able to access it when it's in WEB-INF?

-James

On Fri, 2005-01-14 at 18:47 -0600, Scott Carr wrote:
> Yes, there was.  Thanks.
> 
> It is giving me a PathException error.  Where does files, users, etc 
> paths need to be created?
> 
> James Mason wrote:
> 
> >Is there another stack trace in the log before that? Maybe on stderr?
> >
> >-James
> >
> >On Fri, 2005-01-14 at 17:00 -0600, Scott Carr wrote:
> >  
> >
> >>I am getting the following error now:
> >>
> >>javax.servlet.ServletException: java.lang.NullPointerException
> >>    org.apache.slide.webdav.WebdavServlet.init(WebdavServlet.java:277)
> >>    javax.servlet.GenericServlet.init(GenericServlet.java:211)
> >>    org.apache.slide.webdav.WebdavServlet.init(WebdavServlet.java:195)
> >>    
> >> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
> >>    org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
> >>    
> >> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
> >>    
> >> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
> >>    
> >> org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
> >>    
> >> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
> >>    java.lang.Thread.run(Unknown Source)
> >>
> >>This appears as soon as I try to browse to http://localhost:8080/slide/
> >>
> >>I have the slide.properties in webapps/slide/WEB-INF as well as the 
> >>Domain.xml file.
> >>
> >>I have modified web.xml to point to the WEB-INF/Domain.xml file as well.
> >>
> >>Any ideas?  Thanks for all your help.
> >>
> >>    
> >>
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >  
> >
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to