hello, When starting embedded tomcat I got log [1]. The log entry "09:05:35.613 WARN - Apache Marmotta Core Version 3.2.0-SNAPSHOT has started up successfully!" seems like should be in INFO level. If you agree I can provide a patch.
Thank you. [1]: INFO: Starting Servlet Engine: Apache Tomcat/7.0.47 09:05:32.596 INFO - WELD-000900: 2.1.2 (Final) 09:05:32.605 INFO - JNDI: registering Apache Marmotta JNDI implementation ... 09:05:32.872 INFO - JNDI: initialising Apache Marmotta Context Factory ... 09:05:32.873 INFO - JNDI: creating Apache Marmotta Initial Context ... 09:05:32.967 INFO - WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. 09:05:34.118 INFO - Tomcat 7+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners is not supported 09:05:34.439 WARN - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled 09:05:34.439 WARN - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled 09:05:34.775 INFO - Apache Marmotta Core Version 3.2.0-SNAPSHOT starting up ... 09:05:34.775 INFO - Build Information: 09:05:34.775 INFO - - Build User: rajika 09:05:34.776 INFO - - Build Host: localhost.localdomain 09:05:34.776 INFO - - Build Time: Tue, 25 Feb 2014 08:46:41 EST 09:05:34.777 INFO - - Build OS: Linux 3.7.3-101.fc17.x86_64/amd64 09:05:34.777 INFO - - Revision: git:df99bd 09:05:34.781 INFO - Configured working directory /tmp/marmotta from system property marmotta.home 09:05:34.782 INFO - Apache Marmotta Configuration Service starting up ... 09:05:34.783 INFO - Apache Marmotta running on Apache Tomcat 7.x 09:05:34.783 INFO - reading system configuration from existing configuration file /tmp/marmotta/system-config.properties 09:05:34.793 INFO - reading system configuration metadata from existing configuration file /tmp/marmotta/system-meta.properties 09:05:34.904 INFO - configuration successfully saved to /tmp/marmotta/system-config.properties 09:05:34.905 INFO - configuration successfully saved to /tmp/marmotta/system-meta.properties 09:05:34.908 INFO - Apache Marmotta Logging Service starting up ... 09:05:35.067 INFO - - configured logging modules: Caching, CDI/Weld, Configuration, KiWi Backend, KiWi Reasoner, LDCache, LDClient, LDPath, Linked Data, RestEasy, Security, Sesame, SPARQL, System, User 09:05:35.070 INFO - - configured logging appenders: Syslog (LOCAL0), Marmotta Main Log, Marmotta Security Log, Marmotta Debug Log, Marmotta Console 09:05:35.070 WARN - LOGGING: Switching to Apache Marmotta logging configuration; further output will be found in /tmp/marmotta/log/*.log 09:05:35.613 WARN - Apache Marmotta Core Version 3.2.0-SNAPSHOT has started up successfully! 09:05:35.615 WARN - You can access the system now at the URL http://localhost.localdomain:0/ Feb 25, 2014 9:05:35 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-bio-8080"]
