Hi!

Just deployed Artifactory 3.2.0 in JBoss/Wildfly 8. Had to add a
jboss-deployment-structure.xml file with the following contents to the war
META-INF directory:

<jboss-deployment-structure>
    <deployment>
        <exclusions>
            <module name="org.slf4j" />
            <module name="org.slf4j.impl" />
        </exclusions>
  </deployment>
</jboss-deployment-structure> 

Deployment seems fine and the log ends with

17:16:17,086 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4)
JBAS017534: Registered web context: /artifactory

I run JBoss as the wwwrun user on SLES 11. The directory
/var/lib/wwwrun/.artifactory/ is created so apparently Artifactory is doing
something right. No problems are logged.

However, when I browse to /artifactory on my server, I get a page with the
title "Error" and the contents "Not Found". Sadly, the
/var/lib/wwwrun/.artifactory/logs directory is empty and nothing is written
to the server log.

Anyone knows what the problem may be or how to make Artifactory log?

TIA,

Gunnar




--
View this message in context: 
http://forums.jfrog.org/Deployed-in-JBoss-Wildfly-8-but-can-t-access-Artifactory-tp7579787.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to