Advertisement
Guest User

Untitled

a guest
Nov 29th, 2011
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.21 KB | None | 0 0
  1. [INFO] Creating Tomcat server configuration at /home/willner/Dropbox/LAI/gitrepo/Konnex/target/tomcat
  2. Nov 29, 2011 4:10:36 PM org.apache.catalina.startup.Embedded start
  3. INFO: Starting tomcat server
  4. Nov 29, 2011 4:10:36 PM org.apache.catalina.core.StandardEngine start
  5. INFO: Starting Servlet Engine: Apache Tomcat/6.0.29
  6. Nov 29, 2011 4:10:37 PM com.sun.jersey.api.core.PackagesResourceConfig init
  7. INFO: Scanning for root resource and provider classes in the packages:
  8.   de.tud.lai.konnex
  9. Nov 29, 2011 4:10:37 PM com.sun.jersey.api.core.ScanningResourceConfig logClasses
  10. INFO: Root resource classes found:
  11.   class de.tud.lai.konnex.MainResource
  12. Nov 29, 2011 4:10:37 PM com.sun.jersey.api.core.ScanningResourceConfig logClasses
  13. INFO: Provider classes found:
  14.   class de.tud.lai.konnex.helper.KonnexExceptionMapper
  15. Nov 29, 2011 4:10:37 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
  16. INFO: Initiating Jersey application, version 'Jersey: 1.9-ea04 08/05/2011 10:08 AM'
  17. Nov 29, 2011 4:10:38 PM org.apache.coyote.http11.Http11Protocol init
  18. INFO: Initializing Coyote HTTP/1.1 on http-8080
  19. Nov 29, 2011 4:10:38 PM org.apache.coyote.http11.Http11Protocol start
  20. INFO: Starting Coyote HTTP/1.1 on http-8080
  21.  
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement