Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Rick Mann
On Mar 12, 2014, at 20:23 , Alex Rojkov wrote: > Did you remove resin:import for app-default.xml by any chance ? Why do you ask? signature.asc Description: Message signed with OpenPGP using GPGMail ___ resin-interest mailing list resin-interest@ca

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Alex Rojkov
> > On Mar 12, 2014, at 20:23 , Alex Rojkov wrote: > >> Did you remove resin:import for app-default.xml by any chance ? > > Why do you ask? app-default.xml has all the required imports to for web.xml, resin-web.xml, etc. Without the imports application won’t be properly initialized. Commen

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Rick Mann
On Mar 13, 2014, at 12:06 , Alex Rojkov wrote: > app-default.xml has all the required imports to for web.xml, resin-web.xml, > etc. Without the imports application won’t be properly initialized. > > Commenting app-default.xml out or excluding the imports would make > application behave as yo

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Rick Mann
So, any other suggestions for getting more logging out of the system to see where things are falling down? On Mar 12, 2014, at 20:12 , Rick Mann wrote: > Well, that's not exactly true, but I'm baffled. > > I have my webapp running just fine locally, and just find on a 4.0.37/Java > 1.6/Ubuntu

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Alex Rojkov
> So, any other suggestions for getting more logging out of the system to see > where things are falling down? Are your servlets in WB-INF/classes? Try adding a compiling-loader (or a simple-loader if classes are compiled already) to your . > >> I've little by little gone through the vario

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Rick Mann
On Mar 13, 2014, at 14:13 , Alex Rojkov 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 . > > > signature.asc Description: Message signed with OpenPGP using GPGMail __

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Alex Rojkov
On Mar 13, 2014, at 2:26 PM, Rick Mann wrote: > > On Mar 13, 2014, at 14:13 , Alex Rojkov 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 . >> >> >> http://maillist.caucho.com/ma

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Rick Mann
On Mar 13, 2014, at 14:56 , Alex Rojkov wrote: > 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. It's inside the web-app inside resin.xml. resin.xml: http://

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Alex Rojkov
Hm… In the referenced resin.xml the classloader is in the host section. Can you move it into the web-app section and try accessing one of your mapped servlets? Alex > > >> And can you move the class-loader registration inside the web-app please? >> If that doesn’t work please post log and con

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Rick Mann
Oh! Sorry. That was it. Argh. I am embarrassed (and annoyed with myself, since I've lost precious development time). Thank you. Now I'm back to an issue I had earlier (which I realize now I was solving when I created this problem), and that is that Resin can't find the MySQL driver in WEB-INF/

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Rick Mann
Hmm. I don't have the connector jar outside my webapps in any other environment. I can't remember what it is I did to fix it last time. On Mar 13, 2014, at 15:37 , Rick Mann wrote: > Oh! Sorry. That was it. Argh. I am embarrassed (and annoyed with myself, > since I've lost precious development

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Rick Mann
And, stopping and re-starting resin again solved that problem. On Mar 13, 2014, at 15:43 , Rick Mann wrote: > Hmm. I don't have the connector jar outside my webapps in any other > environment. I can't remember what it is I did to fix it last time. > > On Mar 13, 2014, at 15:37 , Rick Mann wro

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Alex Rojkov
> Hmm. I don't have the connector jar outside my webapps in any other > environment. I can't remember what it is I did to fix it last time. As long as configuration is in the web-app (not in cluster) putting the connector.jar into WEB-INF/lib/ should work. Your configuration is in the , but