Somehow.. Deleting the dirs and starting from scratch solved the prob.. guess I did indeed b0rk something else up.. :-) anyway it's working now.. And now for rewriting all my php code.. :/ (due yesterday ofcourse)
Tnx -----Original Message----- From: Rasputin [mailto:[EMAIL PROTECTED]] On Behalf Of Rasputin Sent: Thursday, December 19, 2002 5:29 To: Tomcat Users List Subject: Re: tomcat config problems * 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(StandardClass > Lo > 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
