Created
December 7, 2012 13:44
-
-
Save vizanto/4233354 to your computer and use it in GitHub Desktop.
lein compile :all
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compiling immutant.init | |
14:43:54.365 [main] WARN immutant.try - org.jboss.msc.service.ServiceName | |
14:43:54.784 [main] WARN immutant.try - org.apache.catalina.core.StandardContext | |
14:43:54.789 [main] WARN immutant.try - org.apache.catalina.core.StandardContext | |
14:44:07.958 [main] INFO immutant.web - Registering ring handler at sub-context path: /* | |
Without removing immutant class files (rm -R target/classes/immutant): | |
14:52:10,201 INFO [immutant.web] (MSC service thread 1-1) Registering ring handler at sub-context path: /* | |
14:52:10,207 INFO [org.jboss.as.osgi] (MSC service thread 1-8) JBAS011907: Register module: Module "deployment.X.clj:main" from Service Module Loader | |
14:52:10,350 INFO [org.jboss.web] (MSC service thread 1-5) JBAS018210: Registering web context: | |
14:52:10,367 INFO [org.jboss.as.server] (ServerService Thread Pool -- 41) JBAS018559: Deployed "X.clj" | |
HTTP Status 404 - | |
type Status report | |
message | |
description The requested resource () is not available. | |
JBoss Web/7.0.17.Final | |
With removing immutant class files, no 404. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lein immutant run output: