You can safely ignore the docBase warning - the real error is:

> Mar 10, 2006 12:01:51 AM org.apache.catalina.core.StandardContext start
> SEVERE: Error filterStart

Check $CATALINA_HOME/logs/roller.log for a stacktrace on why this happening.

Matt


On 3/10/06, ntran <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I am having problem trying to get roller 2.1 to run. When I go to
> http://localhost/roller I get a 404 page. I am using roller 2.1 on tomcat
> 5.5.12, JDK 1.5.0.6, windows xp.
>
> This is what I have for catalina.out:
>
> Mar 10, 2006 12:01:44 AM org.apache.coyote.http11.Http11BaseProtocol init
> INFO: Initializing Coyote HTTP/1.1 on http-80
> Mar 10, 2006 12:01:44 AM org.apache.catalina.startup.Catalina load
> INFO: Initialization processed in 972 ms
> Mar 10, 2006 12:01:44 AM org.apache.catalina.core.StandardService start
> INFO: Starting service Catalina
> Mar 10, 2006 12:01:44 AM org.apache.catalina.core.StandardEngine start
> INFO: Starting Servlet Engine: Apache Tomcat/5.5.12
> Mar 10, 2006 12:01:44 AM org.apache.catalina.core.StandardHost start
> INFO: XML validation disabled
> Mar 10, 2006 12:01:45 AM org.apache.catalina.startup.HostConfig
> deployDescriptor
> Mar 10, 2006 12:01:45 AM org.apache.catalina.startup.HostConfig
> deployDescriptor
> WARNING: A docBase C:\tomcat-5.5.12\webapps\roller inside the host appBase
> has been specified, and will be ignored
> Mar 10, 2006 12:01:51 AM org.apache.catalina.core.StandardContext start
> SEVERE: Error filterStart
> Mar 10, 2006 12:01:51 AM org.apache.catalina.core.StandardContext start
> SEVERE: Context [/roller] startup failed due to previous errors
> Mar 10, 2006 12:01:52 AM org.apache.coyote.http11.Http11BaseProtocol start
> INFO: Starting Coyote HTTP/1.1 on http-80
> Mar 10, 2006 12:01:53 AM org.apache.jk.common.ChannelSocket init
> INFO: JK: ajp13 listening on /0.0.0.0:8009
> Mar 10, 2006 12:01:53 AM org.apache.jk.server.JkMain start
> INFO: Jk running ID=0 time=0/60  config=null
> Mar 10, 2006 12:01:53 AM org.apache.catalina.storeconfig.StoreLoader load
> INFO: Find registry server-registry.xml at classpath resource
> Mar 10, 2006 12:01:53 AM org.apache.catalina.startup.Catalina start
> INFO: Server startup in 8732 ms
>
> It seems like the start of my problem is at:
>
> WARNING: A docBase C:\tomcat-5.5.12\webapps\roller inside the host appBase
> has been specified, and will be ignored
>
> I have roller.xml in "...\conf\Catalina\localhost." It's configuration is:
> <Context path="/roller" docBase="roller" debug="0">
>   <Resource name="jdbc/rollerdb" auth="Container"
> type="javax.sql.DataSource"
>     driverClassName="com.mysql.jdbc.Driver"
>
> url="jdbc:mysql://localhost:3306/roller?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8"
>     username="admin"
>     password="password"
>     maxWait="3000" />
>   <!-- If you want e-mail features, un-comment the section below -->
>   <!--
>   <Resource name="mail/Session" auth="Container" type="javax.mail.Session"
>      mail.smtp.host="mailhost.example.com" />
>   -->
> </Context>
>
>
> Thanks in advance,
>
> Nick
> --
> View this message in context: 
> http://www.nabble.com/installatoin-problem%3A-...A-docBase-%7B0%7D-inside-the-host-appBase-has...-t1257641c12275.html#a3335143
> Sent from the Roller - User forum at Nabble.com.
>
>

Reply via email to