Re: Absolute path to webapp???

2004-08-04 Thread QM
On Wed, Aug 04, 2004 at 04:29:38PM -0700, Joe Krause wrote:
: How do you specify an absolute path to a webapplication. I don't want to
: run my webapp from within $CATALINA_HOME/webapps.
: [snip]
: java.lang.IllegalArgumentException: Document base
: /usr/tomcat/jakarta-tomcat-5.0.27/webapps/dvr does not exist or is not a
: readable directory

Assuming the context config is properly setup to find the webapp where
you want it:

1/ remove any old context.xml from conf/{engine}/{host}/
2/ clean out the temporary work/ dir

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


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



Absolute path to webapp???

2004-08-04 Thread Joe Krause
How do you specify an absolute path to a webapplication. I don't want to
run my webapp from within $CATALINA_HOME/webapps. When I set it up to
point to an absolute path outside of the webapps directory, it still
looks for it there:
 

 
  

 

  
 
  
  
  
  
  

  

 
THis is the error I am getting:
 
java.lang.IllegalArgumentException: Document base
/usr/tomcat/jakarta-tomcat-5.0.27/webapps/dvr does not exist or is not a
readable directory

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