Vernon, is the error message below cut'n'pasted to your email?  If so, it looks like 
you have a space between the in the 
directory.  It looks like there is a space between "b2-" and the "01".

Document base c:\tomcat\jakarta-tomcat-4.0.4-b2- 01\webapps\mm
                                                                              ^
                                                                           Looks like 
a space here.

Tomcat does not like spaces in paths.

Hope this helps.

Brett

----- Original Message ----- 
From: Vernon Wu <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 29, 2002 11:18 AM
Subject: Re: Why deployment using xml file doesn't work?


> 
> Can someone please help me on this problem.
> 
> Thx.
> 
> 
> 4/26/2002 1:24:18 PM, Vernon Wu <[EMAIL PROTECTED]> wrote:
> 
> >During the development phrase, I would like to use xml to deploy my application  
>without copy all file, directories to the
> >tomcat installation directory. My deployment xml is very simple with two or three  
>lines as
> >
> ><Context path="/mm"
> > docBase="c:\eclipse\workspace\nicematch\build\webapp"
> > debug="2" reloadable="true">
> >
> ></Context>
> >
> >The error message I got in the localhost log file is:
> >
> >Error initializing resources: Document base c:\tomcat\jakarta-tomcat-4.0.4-b2- 
>01\webapps\mm does not exist or is 
> not
> >a readable directory
> >
> >I think the problem is a incorrect docBase. But I am very sure the path is right.  
>I also have tried to use another format 
> of
> >the path as:
> >
> >"../../../eclipse/workspace/nicematch/build/webapp"
> >
> >What am I missing here?
> >
> >v.
> >
> >
> >
> >--
> >To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> >For additional commands: <mailto:[EMAIL PROTECTED]>
> >Troubles with the list: <mailto:[EMAIL PROTECTED]>
> >
> >
> 
> 
> 
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to