You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by jun xu sun <ju...@silkroute.com> on 2000/11/07 17:13:07 UTC

Re: [tomcat-user] Re: $TOMCAT_HOME/conf/web.xml isn't readed inTomcat 3.2b6???

hi,
I want to use tomcat 4 , but after I run startup.sh, it always says Can't
find class org.apache.catalina.startup.Bootstrap in catalina.out, how come
to this?

rgds
sun


Re: [tomcat-user] Re: $TOMCAT_HOME/conf/web.xml isn't readed inTomcat 3.2b6???

Posted by "Craig R. McClanahan" <Cr...@eng.sun.com>.
jun xu sun wrote:

> hi,
> I want to use tomcat 4 , but after I run startup.sh, it always says Can't
> find class org.apache.catalina.startup.Bootstrap in catalina.out, how come
> to this?
>
> rgds
> sun

How are you trying to start it?  There are two basic approaches (example
assumes you installed in a directory called "tc4"):

(1) No CATALINA_HOME environment variable set:

    cd /tc4
    ./bin/catalina.sh start

(2) CATALINA_HOME set to "/tc4"

    $CATALINA_HOME/bin/catalina.sh start

Craig McClanahan