On 12 Dec 2011, at 16:37, "André Warnier" <a...@ice-sa.com> wrote:

> Hi
>
> On a Debian Linux system, was running a Debian-pre-packaged Tomcat 5.5.
> We stopped this Tomcat 5.5, but did not remove the corresponding package(s).
> Then we installed an "official" Tomcat 6, downloaded from the Tomcat website, 
> in /opt/tomcat6 as "CATALINA_HOME".
> We then made a copy of the /etc/init.d startup script which used to start 
> Tomcat 5.5, and modified it to start this new Tomcat6 instead.
>
> Now when stopping and starting this Tomcat6, we are getting the message below 
> (about APR) in the Tomcat6 logfile.
>
> My question is : where could Tomcat6 find this APR tc-native of the wrong 
> version ?
> As far as I can tell, there is no unpacked tc-native anything in the Tomcat6 
> directories.

$LD_LIBRARY_PATH

Or check the -Djava.library.path set by the script.


p


>
>
> Dec 12, 2011 12:37:14 PM org.apache.coyote.http11.Http11Protocol destroy
> INFO: Stopping Coyote HTTP/1.1 on http-8180
> 12.12.2011 12:37:24 org.apache.catalina.core.AprLifecycleListener init
> SCHWERWIEGEND: An incompatible version 1.1.12 of the APR based Apache Tomcat 
> Native library is installed, while Tomcat requires version 1.1.17
> 12.12.2011 12:37:24 org.apache.coyote.http11.Http11Protocol init
> INFO: Initializing Coyote HTTP/1.1 on http-8180
> 12.12.2011 12:37:24 org.apache.catalina.startup.Catalina load
> INFO: Initialization processed in 2079 ms
> 12.12.2011 12:37:26 org.apache.catalina.core.StandardService start
> INFO: Starting service Catalina
> 12.12.2011 12:37:26 org.apache.catalina.core.StandardEngine start
> INFO: Starting Servlet Engine: Apache Tomcat/6.0.35
> 12.12.2011 12:37:26 org.apache.catalina.startup.HostConfig deployDirectory
> INFO: Deploying web application directory test
> 12.12.2011 12:37:27 org.apache.catalina.startup.HostConfig deployDirectory
> INFO: Deploying web application directory dumpuser
> 12.12.2011 12:37:27 org.apache.catalina.startup.HostConfig deployDirectory
> INFO: Deploying web application directory starweb
> 12.12.2011 12:37:27 org.apache.coyote.http11.Http11Protocol start
> INFO: Starting Coyote HTTP/1.1 on http-8180
> 12.12.2011 12:37:27 org.apache.jk.common.ChannelSocket init
> INFO: JK: ajp13 listening on /0.0.0.0:8009
> 12.12.2011 12:37:27 org.apache.jk.server.JkMain start
> INFO: Jk running ID=0 time=0/55  config=null
> 12.12.2011 12:37:27 org.apache.catalina.startup.Catalina start
> INFO: Server startup in 2993 ms
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to