* Rob Augustinus <[EMAIL PROTECTED]> [1221 11:21]:
> 
> Hi,
> 
> Just new to the list.. since I have a little problem with my
> config. I was trying to install tomcat on my linux box and 
> setting it up to use a different appBase in my /var/ directory.
> 
> I was assuming that :
> <Host name="localhost" debug="0" appBase="/var/tomcat/webapps"
>        unpackWARs="true" autoDeploy="true">

are you sure that's all you changed? Looks like your classpath is b0rken.

Maybe you've found a bug? Does making appBase a relative path fix it?
(i.e. does it work if that directory is under $CATLINA_HOME ? )

> would do the trick, but this seems to get me in some trouble
> as now tomcat will not start. $CATALINA_HOME/logs/catalina.out
> tells me this :
> 
> Exception during startup processing
> java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina
>         at
> org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLo
> ader.java:992)
>         at
> org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLo
> ader.java:857)
>         at
> org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:176)
> 
> looking around in the docs (probably not good enough:-) I couldn't 
> really figure out how to fix this. Can someone point me in the
> right direction?
> 
> Rob Augustinus
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 

-- 
Rasputin :: Jack of All Trades - Master of Nuns

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

Reply via email to