You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Mac-Systems <ma...@mac-systems.de> on 2007/12/30 17:31:49 UTC

Deploy on Tomcat 5.5.25

Hello,

i am not that familar with Tomcat 5.5 yet, but i try to get Continuum 
running under 5.5.25 release.
I always get Error Logs like this:


30.12.2007 17:19:29 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: 
C:\java\jdk\1.6.u3\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Programme\ThinkPad\Utilities;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\Intel\Wireless\Bin\;C:\Programme\Diskeeper 
Corporation\Diskeeper\;C:\Programme\ThinkPad\ConnectUtilities;C:\Programme\Gemeinsame 
Dateien\Lenovo;C:\Programme\Lenovo\Client Security 
Solution;C:\Programme\svn\bin;C:\Programme\QuickTime\QTSystem\
30.12.2007 17:19:29 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
30.12.2007 17:19:29 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 562 ms
30.12.2007 17:19:29 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
30.12.2007 17:19:29 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.25
30.12.2007 17:19:29 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
30.12.2007 17:19:30 org.apache.catalina.startup.HostConfig deployDescriptor
WARNUNG: A docBase 
C:\workspace\ibidem\build\tomcat\webapps\continuum-webapp-1.1.war inside 
the host appBase has been specified, and will be ignored
30.12.2007 17:19:30 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive continuum-webapp-1.1.war
30.12.2007 17:19:36 org.apache.catalina.core.StandardContext start
SCHWERWIEGEND: Error listenerStart
30.12.2007 17:19:36 org.apache.catalina.core.StandardContext start
SCHWERWIEGEND: Context [/continuum-webapp-1.1] startup failed due to 
previous errors
30.12.2007 17:19:37 org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
30.12.2007 17:19:37 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
30.12.2007 17:19:37 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/15  config=null
30.12.2007 17:19:37 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
30.12.2007 17:19:37 org.apache.catalina.startup.Catalina start
INFO: Server startup in 7938 ms
30.12.2007 17:19:52 org.apache.coyote.http11.Http11BaseProtocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
30.12.2007 17:19:53 org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
30.12.2007 17:19:53 org.apache.coyote.http11.Http11BaseProtocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080
30.12.2007 17:19:53 org.apache.catalina.core.AprLifecycleListener 
lifecycleEvent
INFO: Failed shutdown of Apache Portable Runtime

I added an "tomcat\conf\Catalina\localhost\continuum.xml" as decribed 
there: 
http://maven.apache.org/continuum/docs/1.1/installation/tomcat.html#Tomcat_5.5.x_Specifics

Anyone can give me a hint what i have forgotten ?

Thanks..and a Happy 2008,
Jens









Re: Deploy on Tomcat 5.5.25

Posted by Olivier Lamy <ol...@apache.org>.
Where have you put the war ?
In $TOMCAT_HOME/webapps ?
It looks as I see in logs :
C:\workspace\ibidem\build\tomcat\webapps\continuum-webapp-1.1.war .

Remove this from the webapps directory and put somewhere else.
Then add the file tomcat\conf\Catalina\localhost\continuum.xml with
the correct path to continuum war.

--
Olivier


2007/12/30, Mac-Systems <ma...@mac-systems.de>:
> Hello,
>
> i am not that familar with Tomcat 5.5 yet, but i try to get Continuum
> running under 5.5.25 release.
> I always get Error Logs like this:
>
>
> 30.12.2007 17:19:29 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:
> C:\java\jdk\1.6.u3\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Programme\ThinkPad\Utilities;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\Intel\Wireless\Bin\;C:\Programme\Diskeeper
> Corporation\Diskeeper\;C:\Programme\ThinkPad\ConnectUtilities;C:\Programme\Gemeinsame
> Dateien\Lenovo;C:\Programme\Lenovo\Client Security
> Solution;C:\Programme\svn\bin;C:\Programme\QuickTime\QTSystem\
> 30.12.2007 17:19:29 org.apache.coyote.http11.Http11BaseProtocol init
> INFO: Initializing Coyote HTTP/1.1 on http-8080
> 30.12.2007 17:19:29 org.apache.catalina.startup.Catalina load
> INFO: Initialization processed in 562 ms
> 30.12.2007 17:19:29 org.apache.catalina.core.StandardService start
> INFO: Starting service Catalina
> 30.12.2007 17:19:29 org.apache.catalina.core.StandardEngine start
> INFO: Starting Servlet Engine: Apache Tomcat/5.5.25
> 30.12.2007 17:19:29 org.apache.catalina.core.StandardHost start
> INFO: XML validation disabled
> 30.12.2007 17:19:30 org.apache.catalina.startup.HostConfig deployDescriptor
> WARNUNG: A docBase
> C:\workspace\ibidem\build\tomcat\webapps\continuum-webapp-1.1.war inside
> the host appBase has been specified, and will be ignored
> 30.12.2007 17:19:30 org.apache.catalina.startup.HostConfig deployWAR
> INFO: Deploying web application archive continuum-webapp-1.1.war
> 30.12.2007 17:19:36 org.apache.catalina.core.StandardContext start
> SCHWERWIEGEND: Error listenerStart
> 30.12.2007 17:19:36 org.apache.catalina.core.StandardContext start
> SCHWERWIEGEND: Context [/continuum-webapp-1.1] startup failed due to
> previous errors
> 30.12.2007 17:19:37 org.apache.coyote.http11.Http11BaseProtocol start
> INFO: Starting Coyote HTTP/1.1 on http-8080
> 30.12.2007 17:19:37 org.apache.jk.common.ChannelSocket init
> INFO: JK: ajp13 listening on /0.0.0.0:8009
> 30.12.2007 17:19:37 org.apache.jk.server.JkMain start
> INFO: Jk running ID=0 time=0/15  config=null
> 30.12.2007 17:19:37 org.apache.catalina.storeconfig.StoreLoader load
> INFO: Find registry server-registry.xml at classpath resource
> 30.12.2007 17:19:37 org.apache.catalina.startup.Catalina start
> INFO: Server startup in 7938 ms
> 30.12.2007 17:19:52 org.apache.coyote.http11.Http11BaseProtocol pause
> INFO: Pausing Coyote HTTP/1.1 on http-8080
> 30.12.2007 17:19:53 org.apache.catalina.core.StandardService stop
> INFO: Stopping service Catalina
> 30.12.2007 17:19:53 org.apache.coyote.http11.Http11BaseProtocol destroy
> INFO: Stopping Coyote HTTP/1.1 on http-8080
> 30.12.2007 17:19:53 org.apache.catalina.core.AprLifecycleListener
> lifecycleEvent
> INFO: Failed shutdown of Apache Portable Runtime
>
> I added an "tomcat\conf\Catalina\localhost\continuum.xml" as decribed
> there:
> http://maven.apache.org/continuum/docs/1.1/installation/tomcat.html#Tomcat_5.5.x_Specifics
>
> Anyone can give me a hint what i have forgotten ?
>
> Thanks..and a Happy 2008,
> Jens
>
>
>
>
>
>
>
>
>