Re: WebObjects 5.3 on Solaris
Marc Respass <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
To check the version of WebObjects installed, look in /System/Library/ Frameworks/JavaWebObjects.framework/Resources/version.plist As for installing WebObjects on Linux or anywhere else, a Mac OS X package is nothing more than a pax file (man pax). Look at your compiled WebObjects 5 application. It contains a shell script which configures the launch environment and Contents/UNIX contains a classpath file with entries like WOROOT/Library/Frameworks/JavaEOAccess.framework/Resources/Java/ javaeoaccess.jar As long as WOROOT is set correctly and the framework exists there, your app should run. It's all about the application finding jar files and resources and it will as long as the launch environment is setup correctly. Marc On Mar 31, 2006, at 3:23 PM, Matt Kime wrote: > Is there a good way to verify which version is installed? I'm > deploying on linux. I have 5.2 installed but should upgrade to 5.3. > > thanks, > matt > > On 3/31/06, Chad Leigh <[email protected]> wrote: >> >> On Mar 31, 2006, at 9:44 AM, Matthew Oliver wrote: >> >>> Hi. >>> >>> I was wondering if anyone had developed a set of instructions for >>> installing WebObjects 5.3 (deployment only - obviously ;-) on >>> Solaris. (Or any other (Li)(U)nix for that matter) >>> I've been told it should be fairly straightforward, I'm wondering >>> if anyone out there has tried it? >> I don't have a set process but I have 5.1, 5.2, 5.3 installed on >> FreeBSD and Solaris 10x86. >> >> Just recreate the disk structure of the install (look at 5.2 for >> Solaris as a guide) and set NEXT_ROOT to the base of that install >> and it should work. >> >> I just tarred up various WO dirs from my osxs box and set it up like >> 5.2 was in terms of directory structure on solaris and it just works >> >> Sorry I don't have more details as I did it sometime ago and cannot >> remember the details. >> >> Chad >> >>> >>> >>> -Matthew >>> _______________________________________________ >>> WebObjects-dev mailing list >>> [email protected] >>> http://www.omnigroup.com/mailman/listinfo/webobjects-dev >> >> _______________________________________________ >> WebObjects-dev mailing list >> [email protected] >> http://www.omnigroup.com/mailman/listinfo/webobjects-dev >> > _______________________________________________ > WebObjects-dev mailing list > [email protected] > http://www.omnigroup.com/mailman/listinfo/webobjects-dev