On Mar 13, 2014, at 2:26 PM, Rick Mann <rm...@latencyzero.com> wrote:

> 
> On Mar 13, 2014, at 14:13 , Alex Rojkov <a...@caucho.com> wrote:
> 
>> Are your servlets in WB-INF/classes? 
> 
> Yes.
> 
>> Try adding a compiling-loader (or a simple-loader if classes are compiled 
>> already) to your <class-loader>.
>> 
>> <class-loader>
>> <compiling-loader path="WEB-INF/classes”/>
>> <tree-loader../>
>> </class-loader>
> 
> I had that in there originally, but it wasn't working. I removed it because I 
> never want .java files in classes/ to be compiled (that's what it's for, 
> right?).
> 
> Just to be sure, I added it and tried again. No go.

And can you move the class-loader registration inside the web-app please?

If that doesn’t work please post log and conf/*.xml conf/*.properties 
someplace. 

Alex


> 
> -- 
> Rick
> 
> 
> 
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to