Here is the catalina.out file:

Apr 25, 2010 3:25:31 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal
performance in production environments was not found on the
java.library.path:
/home/reuven/sp00/jre1.6.0_18/lib/i386/server:/home/reuven/sp00/jre1.6.0_18/lib/i386:/home/reuven/sp00/jre1.6.0_18/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
Apr 25, 2010 3:25:31 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Apr 25, 2010 3:25:31 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 690 ms
Apr 25, 2010 3:25:31 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Apr 25, 2010 3:25:31 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.24
Apr 25, 2010 3:25:31 PM org.apache.catalina.startup.HostConfig
deployDescriptor
INFO: Deploying configuration descriptor host-manager.xml
Apr 25, 2010 3:25:32 PM org.apache.catalina.startup.HostConfig
deployDescriptor
INFO: Deploying configuration descriptor manager.xml
Apr 25, 2010 3:25:32 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive sp00.war
Apr 25, 2010 3:25:33 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive sample.war
Apr 25, 2010 3:25:33 PM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory docs
Apr 25, 2010 3:25:33 PM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory ROOT
Apr 25, 2010 3:25:33 PM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory examples
Apr 25, 2010 3:25:33 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Apr 25, 2010 3:25:33 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Apr 25, 2010 3:25:33 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/24  config=null
Apr 25, 2010 3:25:33 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2033 ms


Thanks Tobias, I'll check out lambdaprobe

On Mon, Apr 26, 2010 at 2:15 PM, Tobias Crefeld <t...@cataneo.eu> wrote:

> Am Mon, 26 Apr 2010 13:22:49 -0400
> schrieb Reuven Koblick <reu...@koblick.com>:
>
> > I verified that the class that was not found is indeed
> > in /WEB-INF/classes. Also, classes in *.jar files in WEB-INF/lib are
> > found. Does anyone have any thoughts or suggestions?
>
> Maybe wrong rights for directories or files in the classes-directory?
>

Everything installed is under my (reuven) ownership. That includes Tomcat,
Java SDK, JRE, everything.

>
> Is the class at the correct place within the directory tree compared to
> the class-hierarchy?
>

Yes

>
> What does "catalina.out" report exactly?
>
> There is a nice management tool called Lambda-Probe that could give you
> some assistance under its menu "applications"/"attributes". You get it
> as a war-file at http://www.lambdaprobe.org/ .
>
>
> Regards,
>  Tobias.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to