Re: Framework resources folder and Maven

2016-04-12 Thread Ramsey Gurley
So, yeah. It works in my maven helloworld/hellowframework combo. I guess I need to dig around in my business logic and application pom files to see what might be foul. Thanks again Chuck. On Apr 12, 2016, at 2:17 PM, Ramsey Gurley wrote: > Okay. Good to know. I’m going to try this in a hello

Re: Framework resources folder and Maven

2016-04-12 Thread Ramsey Gurley
Okay. Good to know. I’m going to try this in a hello world app/framework and see if I can get a simple input stream from framework resources there. Thanks Chuck On Apr 12, 2016, at 1:58 PM, Chuck Hill wrote: > It should work. It sounds like the problem is that your business logic > framework

Re: Framework resources folder and Maven

2016-04-12 Thread Chuck Hill
It should work. It sounds like the problem is that your business logic framework is not getting built correctly and so not recognized as a framework. pathForResourceNamed is deprecated (in reality if not JavaDoc), use pathURLForResourceNamed instead. But that won’t work unless your framework i

Framework resources folder and Maven

2016-04-12 Thread Ramsey Gurley
I have an application with a business logic framework, and in that framework there is a Resources/known_hosts file. I’ve discovered that with maven, ERXFileUtilities.pathForResourceNamed just returns null and logs out “Can’t get path when run as jar: …”. In this case, I’m using the JSch librar

Re: WOAdaptor build and test

2016-04-12 Thread Chuck Hill
Are you accessing JavaMonitor through Apache or with Direct Connect or a negative instance (port) number in the URL? If you are going through Apache to get to JavaMonitor then that is a reasonable assumption. If not, you have proven nothing until you get to the app through Apache. Also check

Re: WOAdaptor build and test

2016-04-12 Thread Patrick Middleton
On 12/04/2016 12:48, "webobjects-dev-bounces+pmiddleton=onestep.co...@lists.apple.com on behalf of Paul Yu" wrote: >Chuck > >If I have Apache 2.4 running and I can access it, and I can access JavaMonitor >and I can access WOTaskd, and when I tick ON in JavaMonitor I can tail -f >App-1 and s

Re: WOAdaptor build and test

2016-04-12 Thread Paul Yu
Chuck If I have Apache 2.4 running and I can access it, and I can access JavaMonitor and I can access WOTaskd, and when I tick ON in JavaMonitor I can tail -f App-1 and see the app initializing then can I assume that mod_WebObjects is working? The app is dying at Migration but that’s not what I