Hi, I'm trying to run an application which have this structure :
- WAR with html content only - JAR with REST services, with annotations When I make a full WAR with jar in WEB-INF/lib it works perfectly on Tomee, but when I try to set a tomcat VirtualWebappLoader (as describre here : http://tomcat.apache.org/tomcat-7.0-doc/config/loader.html) in server.xml or context.xml file, to put the JAR in a virtual classpath and not directly in WEB-INF/lib it doesn't work. Have you an idea of what I'm doing wrong? Does Tomee does not accept this mode ? Thanks in advance -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Classpath-discovery-in-REST-annotations-with-virtual-classpath-tp4672309.html Sent from the TomEE Dev mailing list archive at Nabble.com.
