RE: How to replace VirtualWebappLoader in Tomcat 8

2014-02-12 Thread Renaud Pelissier
dditional resources. Renaud -Message d'origine- De : Mark Thomas [mailto:ma...@apache.org] Envoyé : mardi 11 février 2014 20:09 À : Tomcat Users List Objet : Re: How to replace VirtualWebappLoader in Tomcat 8 On 11/02/2014 17:31, Renaud Pelissier wrote: > Okay

Re: How to replace VirtualWebappLoader in Tomcat 8

2014-02-11 Thread Mark Thomas
On 11/02/2014 17:31, Renaud Pelissier wrote: > Okay, I had it working finally by setting webAppMount to "/WEB-INF/classes" > for every classes directory. > So I understand the /WEB-INF/classes mount point is hard coded into the > default Loader? Is it different to use /WEB-INF/lib? /WEB-INF/cla

RE: How to replace VirtualWebappLoader in Tomcat 8

2014-02-11 Thread Renaud Pelissier
Test.XML -Message d'origine- De : Renaud Pelissier [mailto:renaud.peliss...@infor.com] Envoyé : mardi 11 février 2014 17:46 À : users@tomcat.apache.org Objet : How to replace VirtualWebappLoader in Tomcat 8 Hi there ! I saw a post on this

How to replace VirtualWebappLoader in Tomcat 8

2014-02-11 Thread Renaud Pelissier
Hi there ! I saw a post on this already but it doesn't solve my problem. I have got two directories I want to map to one single web application using the Context file $CATALINA_HOME/conf/Catalina/localhost/Test.xml. Test1.jsp is making use of Test1.class and Test2.class. With Tomcat 7 I was suc