Changes between Version 1 and Version 2 of DespoinaLog/2012/02/14


Ignore:
Timestamp:
2012-02-14T12:48:54+01:00 (13 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/2012/02/14

    v1 v2  
    55there is a problem in context.xml :
    66
    7 
    8 Feb 14, 2012 12:42:54 PM org.apache.catalina.core.AprLifecycleListener init
    9 INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
    10 Feb 14, 2012 12:42:54 PM org.apache.tomcat.util.digester.SetPropertiesRule begin
    11 WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '5' did not find a matching property.
    12 Feb 14, 2012 12:42:54 PM org.apache.tomcat.util.digester.SetPropertiesRule begin
    13 WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.j2ee.server:molgenis_apps' did not find a matching property.
    14 Feb 14, 2012 12:42:54 PM org.apache.coyote.http11.Http11Protocol init
    15 INFO: Initializing Coyote HTTP/1.1 on http-8080
    16 Feb 14, 2012 12:42:54 PM org.apache.catalina.startup.Catalina load
    17 INFO: Initialization processed in 1113 ms
    18 Feb 14, 2012 12:42:54 PM org.apache.catalina.core.StandardService start
    19 INFO: Starting service Catalina
    20 Feb 14, 2012 12:42:54 PM org.apache.catalina.core.StandardEngine start
    21 INFO: Starting Servlet Engine: Apache Tomcat/6.0.26
    22 Feb 14, 2012 12:42:55 PM org.apache.catalina.loader.WebappClassLoader validateJarFile
    23 INFO: validateJarFile(/Users/despoina/Documents/molgenis_apps/.metadata/.plugins/org.eclipse.wst.server.core/tmp10/wtpwebapps/molgenis_apps/WEB-INF/lib/selenium-server-standalone-2.2.0.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
    24 Feb 14, 2012 12:42:55 PM org.apache.catalina.core.NamingContextListener addResource
    25 WARNING: Failed to register in JMX: javax.naming.NamingException: Could not load resource factory class [Root exception is java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSourceFactory]
    26 Feb 14, 2012 12:42:55 PM org.apache.coyote.http11.Http11Protocol start
    27 INFO: Starting Coyote HTTP/1.1 on http-8080
    28 Feb 14, 2012 12:42:55 PM org.apache.jk.common.ChannelSocket init
    29 INFO: JK: ajp13 listening on /0.0.0.0:8009
    30 Feb 14, 2012 12:42:55 PM org.apache.jk.server.JkMain start
    31 INFO: Jk running ID=0 time=0/68  config=null
    32 Feb 14, 2012 12:42:55 PM org.apache.catalina.startup.Catalina start
    33 INFO: Server startup in 766 ms
     7<!--<Context path="/molgenis" docBase="molgenis4mpd" debug="5" reloadable="true" crossContext="true">           
     8        <Resource
     9                name="jdbc/molgenisdb"
     10                auth="Container"
     11                factory="org.apache.commons.dbcp.BasicDataSourceFactory"
     12                type="javax.sql.DataSource"
     13                username="molgenis"
     14                password="molgenis"
     15                driverClassName="com.mysql.jdbc.Driver"
     16                url="jdbc:mysql://localhost/bbmri_new"
     17                removeAbandoned="true"
     18                maxActive="8"
     19                maxIdle="4"/>           
     20</Context>-->