Re: JavaMonitor
Re: JavaMonitor
- Subject: Re: JavaMonitor
- From: Ted Archibald <email@hidden>
- Date: Wed, 25 Jul 2012 16:53:05 -0600
JavaMonitor IS built with embedded frameworks.
The problem you're having is slightly different, you kinda have a couple things going on here.
JavaMonitor is built all in one, including the app and the webserver resources. This means you have to manually copy those resources into the proper webserver directory (preferred) or create a symbolic link (but this may expose files you may not want exposed to the public). Normally when you build an app, ant can create AppName-Application.tar.gz and AppName-WebServerResources.tar.gz, which makes this simpler.
Next JavaMonitor was built (or it defaults to) the WOFrameworksBaseURL property being set to /WebObjects/Frameworks instead of /WebObjects/JavaMonitor.woa/Contents/Frameworks (I think), that's a stylistic thing but most on the list prefer the latter.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden