Re: [Hypercontent-users] Deploying into uportal's tomcat engine
Brought to you by:
alexvigdor
From: Goodyear, D. <DGo...@ua...> - 2007-05-08 20:45:32
|
I just followed these instructions. http://hypercontent.sourceforge.net/help/install/deploy.html They seem completely unfinished,=20 Though it doesn't address specifically uportal issues... I figured it was a place to start. I'm very much "new" at deploying applications into tomcat, so I understand if some of these questions are rudimentary. Thanks. Additionally the zip -rf command doesn't work. I instead did "zip -r...." and it worked fine.=20 ] duran goodyear ] web developer ] the university of the arts ] 215.717.6068 -----Original Message----- From: hyp...@li... [mailto:hyp...@li...] On Behalf Of Goodyear, Duran Sent: Tuesday, May 08, 2007 3:44 PM To: hypercontent List Subject: [Hypercontent-users] Deploying into uportal's tomcat engine I'm running Academus, Unicon's version of uPortal. Is there any documentation on what I have to configure to get it to run inside of the tomcat engine that exists for Academus already? Specificly what I need to put into the server.xml under /portal/unicon/Academus/portal-tomcat-a/conf/ Currently after deploying things as per the instructions, I just see a file tree of my http://domain.edu/hc/ directory The / redirects to /portal and I put "hc" on the same level with /portal and /AcademusApps Thanks! ] duran goodyear ] web developer ] the university of the arts ] 215.717.6068 -----Original Message----- From: hyp...@li... [mailto:hyp...@li...] On Behalf Of Alex Vigdor Sent: Friday, April 27, 2007 8:49 AM To: hypercontent List Subject: Re: [Hypercontent-users] remote publish + loadbalancing You can also keep the bootstrap repository remotely, just update / properties/Projects.xml in the classpath with the correct path. NFS mounted filesystems work just like a regular filesystem, so you can still use local-editioning. On Apr 27, 2007, at 12:55 AM, tom tom wrote: > Does this mean that bootstrap details in the same server as in HC and=20 > only the other projects data kept remotely? > > If so what if we change pipeline.xml of the bootstrap project in an=20 > load balanced situation.? > > Thanks, > > --- Alex Vigdor <al...@bi...> wrote: > >> You'll need to edit the mount file under /projects/ in the bootstrap=20 >> repository, e.g. >> /projects/my-project/filesystem.xml. Just update the >> >> path to point to the NFS mounted repository. >> >> Alex >> >> On Apr 26, 2007, at 10:24 PM, tom tom wrote: >> >>> Alex, >>> When it comes to the remote repository with a load balancer, Should=20 >>> I introduce a new repository >> entry in >>> the project definition. >>> >>> Currenly in my project definition .xml there is no reference to the=20 >>> repository, but following url >> refers >>> to such an entry. Currenly my repository is in the same machine as=20 >>> HC. >>> >>> >> > http://hypercontent.sourceforge.net/docs/manual/develop/ >> >>> filesystems.html >>> >>> >>> If I have to insert such an entry what is the >> contant >>> value should I have to enter for type and also >> other >>> arguments (argument0,1,2, etc) if necessary. >>> >>> I am hoping to achieve it by creating an NFS share on a SAN. >>> >>> >>> Currently top part of my project definition looks >> as >>> follows >>> >>> <cms-project> >>> − >>> <build> >>> − >>> <filesystem-def name=3D"Author" type=3D"local"> <argument = index=3D"0" >>> value=3D"/var/www/html/documentsHC/author"/> >>> </filesystem-def> >>> </build> >>> − >>> <publish> >>> − >>> <filesystem-def name=3D"Publish" type=3D"local"> <argument = index=3D"0" >>> value=3D"/var/www/html/documentsHC/publish"/> >>> </filesystem-def> >>> </publish> >>> − >>> <resource-directory create=3D"manual" label=3D"html" >>> path=3D"/**/*.html" publish=3D"true"> >>> <content type=3D"text/html"/> >>> <content type=3D"image/jpeg"/> >>> </resource-directory> >>> − >>> <resource-directory create=3D"manual" label=3D"css" >>> path=3D"/**/*.css" publish=3D"true"> >>> <content type=3D"text/plain"/> >>> </resource-directory> >>> − >>> <xml-doctype create=3D"manual" definition=3D"" >>> label=3D"Page" path=3D"/**/*.xml" root=3D"html"> − >>> <output basedir=3D"/plain/" >> content-type=3D"text/html"> >>> − >>> <transform >> source=3D"/config/skins/plain/common.xsl"> >>> <with-param name=3D"link-base" value=3D"/plain"/> >>> </transform> >>> </output> >>> </xml-doctype> >>> − >>> =09 >>> >>> >>> Thanks >>> >>> >>> --- Alex Vigdor <al...@bi...> wrote: >>> >>>> In response to the prior message, re-read my >> reply >>>> and understand >>>> that build and publish are just special cases of >>>> filesystem "mounts" >>>> in HC 2.0. They are special to be backwards >>>> compatible with 1.x, but >>>> map to mounts at "/build/" and "/publish/" >>>> specifically. You can now >>>> specify any number of mounted filesystems that >> can >>>> be used as read or >>>> write targets for workflow scripts, etc. >>>> >>>> You can load balance fine, I suggest creating an >> NFS >>>> share on a SAN >>>> and mounting it on all app servers. You can keep >>>> all the >>>> repositories there, thats what Columbia and >> others >>>> do. >>>> >>>> Alex >>>> >>>> On Apr 22, 2007, at 8:45 PM, tom tom wrote: >>>> >>>>> Hi , >>>>> >>>>> Is it possible to have remote repository and >>>> shared by >>>>> two load balanced servers. >>>>> >>>>> Currently we got one hypercontent server running >>>> with >>>>> local editioning. >>>>> >>>>> We need to introduce two hypercontent servers as >>>>> uPortal servers. and share a one remote >>>> repository. >>>>> >>>>> If this is possible pls let us know which files >> to >>>>> edit, please provide with sample entries. >>>>> >>>>> >>>>> Also let us know any other institute running HC >> in >>>>> load balanced way with no issues? >>>>> >>>>> >>>>> >>>>> We did not get a reply for my previous mail >>>> titiled >>>>> [Hypercontent-users] remote publish. We are >>>> waiting on >>>>> that as well. >>>>> >>>>> >>>>> We are hoping to do both these in the coming >>>> release, >>>>> hence your feedback will be appreciated. >>>>> >>>>> Thanks, >>>>> >>>>> >>>>> Current >>>>> >>>>> --- tom tom <j_l...@ya...> wrote: >>>>> >>>>>> I am bit confused, why can we have two file >>>> system >>>>>> definitions within the build tag and also in >>>> publish >>>>>> tag, one giving usename,password, etc >> information >>>> to >>>>>> one remote machine and other giving details to >>>> the >>>>>> other remote machine instead of the mount tag. >>>>>> >>>>>> Anyhow if that is not possible pls let me know >> if >>>>>> this >>>>>> is what you meant. >>>>>> >>>>>> in my project definition in order to copy to >>>> remote >>>>>> server 1 and remote server 2 >>>>>> >>>>>> I have the following ( >>>>>> >>>>>> <build> >>>>>> <filesystem-def name=3D"build1" type=3D"ftp"> >>>>>> <argument index=3D"0" >>>> value=3D"remote_1.host.server"/> >>>>>> <argument index=3D"1" >>>> value=3D"remote_1_USER_NAME"/> >>>>>> <argument index=3D"2" >> value=3D"remote_1_PASSWORD"/> >>>>>> <argument index=3D"3" >>>>>> value=3D"/www/docs/project/build/"/> >>>>>> <argument index=3D"4" value=3D"0775"/> >>>>>> </filesystem-def> >>>>>> </build> >>>>>> >>>>>> <publish> >>>>>> <filesystem-def name=3D"publish1" type=3D"ftp"> >> > =3D=3D=3D message truncated =3D=3D=3D > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > ------------------------------------------------------------------------ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Hypercontent-users mailing list Hyp...@li... https://lists.sourceforge.net/lists/listinfo/hypercontent-users ------------------------------------------------------------------------ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Hypercontent-users mailing list Hyp...@li... https://lists.sourceforge.net/lists/listinfo/hypercontent-users |