Nothing at all shows up in them.  That's why I asked a few posts ago
whether there was some way I could increase the debug level.  This is
true not only at tomcat startup, but also when I try to access the
directory.  All I get is the "requested resource is not available"
message in my browser.  I've just started it and tried again, so I
post them here, in case Dan Brown is reading and can crack some code:

All that redirect stuff in localhost.log isn't germane, is it?

catalina.log
=======================================================================
May 25, 2006 7:09:58 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in
production environments was not found on the java.library.path:
/usr/lib/jdk1.5.0_06/jre/lib/i386/client:/usr/lib/jdk1.5.0_06/jre/lib/i386:/
usr/lib/jdk1.5.0_06/jre/../lib/i386
May 25, 2006 7:09:59 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
May 25, 2006 7:09:59 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 897 ms
May 25, 2006 7:09:59 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
May 25, 2006 7:09:59 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
May 25, 2006 7:09:59 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
May 25, 2006 7:10:00 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
May 25, 2006 7:10:00 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
May 25, 2006 7:10:00 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/83  config=null
May 25, 2006 7:10:00 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
May 25, 2006 7:10:00 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 1440 ms
============================================================================
localhost.log

May 25, 2006 7:09:59 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain:
[org.apache.webapp.balancer.RuleChain:
[org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News /
Redirect URL: http://www.cnn.com],
[org.apache.webapp.balancer.rules.RequestParameterRule: Target param name:
paramName / Target param value: paramValue / Redirect URL:
http://www.yahoo.com],
[org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL:
http://jakarta.apache.org]]
May 25, 2006 7:09:59 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
May 25, 2006 7:09:59 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
May 25, 2006 7:10:00 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
May 25, 2006 7:10:00 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
============================================================================
======
catalina.out

May 25, 2006 7:09:58 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in
production environments was not found on the java.library.path:
/usr/lib/jdk1.5.0_06/jre/lib/i386/client:/usr/lib/jdk1.5.0_06/jre/lib/i386:/
usr/lib/jdk1.5.0_06/jre/../lib/i386
May 25, 2006 7:09:59 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
May 25, 2006 7:09:59 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 897 ms
May 25, 2006 7:09:59 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
May 25, 2006 7:09:59 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
May 25, 2006 7:09:59 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
May 25, 2006 7:10:00 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
May 25, 2006 7:10:00 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
May 25, 2006 7:10:00 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/83  config=null
May 25, 2006 7:10:00 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
May 25, 2006 7:10:00 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 1440 ms

Thanks!

> -----Original Message-----
> From: Hassan Schroeder [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 25, 2006 6:30 PM
> To: Tomcat Users List
> Subject: Re: More (Unending) "Resource Not Found"/ Directory Problems
>
>
> On 5/25/06, Allen Williams <[EMAIL PROTECTED]> wrote:
> > Yeah, I fixed that.  That error is no longer in the logs.
>
> Let me assure you that absolute appBase and absolute docBase
> paths work fine together -- I've got systems in production set up
> that way.
>
> In any case, what *does* show up in your log when you start up
> Tomcat now? There should be some reference to why /smsinfo
> isn't found, or isn't starting.
>
> --
> Hassan Schroeder ------------------------ [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to