Re: What file(s) folder(s) need to go from dev mac to deployment server?
Brendan Duddridge <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.admin |
|---|---|
| Message-ID | <BC7950C7.2A00F%[email protected]> |
Hi Bill, > I just got the hang of moving a simple "test.woa" from my dev machine into > the /System/Library/WebObjects/JavaApplications/ directory, using > JavaMonitor to configure it, and am happy it is all working as it should. Actually, WO applications should be installed in /Library/WebObjects/Applications. /System/Library/WebObjects/JavaApplications is reserved for Apple's WO applications like JavaMonitor, JavaConverter, wotaskd, etc. You should never install any user applications into /System... Frameworks get installed in /Library/Frameworks. Web server files (such as gifs and jpegs) get installed in /Library/WebServer/Documents. ___________________________ Brendan Duddridge ClickSpace Interactive Inc. Suite L100 239 - 10th Ave SE Calgary, AB T2G 0V9 Canada (403) 277-5591 http://www.clickspace.com/ > Message: 1 > Date: Fri, 12 Mar 2004 22:27:26 -0800 > Subject: What file(s) folder(s) need to go from dev mac to deployment > server? > From: Bill Reynolds <[email protected]> > To: <[email protected]> > > I just got the hang of moving a simple "test.woa" from my dev machine into > the /System/Library/WebObjects/JavaApplications/ directory, using > JavaMonitor to configure it, and am happy it is all working as it should. > > But most applications will have images and other files to be placed in the > right places on the deployment machine. > > I saw a comment made on the list in the past about simply copying the dev > build (and not bothering to create a deployment build) straight over - > sounds good to me. (suggestion found at this link) > > http://lists.apple.com/archives/webobjects-deploy/2004/Feb/17/usingxcodetobu > ildwoappsi.txt > > But the question remains... Besides the straight forward and obvious thing > (putting the '.woa' file in the ../JavaApplications/ directory), what other > files/folders from the resulting build-folder on the dev machine need to > make it to the deployment mac, and where do they reside? > > Thanks for any advice, > > -Bill