Re: [Hypercontent-users] Deploying into uportal's tomcat engine
Brought to you by:
alexvigdor
From: Alex V. <al...@bi...> - 2007-05-09 00:29:39
|
The instructions may not be pretty, but they do cover all the necessary steps for a standalone HyperContent install! Were you hoping rather to deploy hypercontent as a portlet that can be published in uPortal? If so, you'll need to deploy the hypercontent.war file using uPortal's deployPortletApp ant task. Check out this Unicon page for documentation on deploying a portlet war file: http://support.unicon.net/node/618 Installing HyperContent as a portlet also gives you full standalone functionality. If you'd like to get a glimpse of HyperContent pre- integrated with uPortal and CAS, check out the combined distribution here http://downloads.sourceforge.net/hypercontent/ uPortal_HyperContent_CAS.zip Alex On May 8, 2007, at 4:45 PM, Goodyear, Duran wrote: > I just followed these instructions. > http://hypercontent.sourceforge.net/help/install/deploy.html > > They seem completely unfinished, > 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. > > > ] 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 >> only the other projects data kept remotely? >> >> If so what if we change pipeline.xml of the bootstrap project in an >> load balanced situation.? >> >> Thanks, >> >> --- Alex Vigdor <al...@bi...> wrote: >> >>> You'll need to edit the mount file under /projects/ in the bootstrap >>> 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 >>>> I introduce a new repository >>> entry in >>>> the project definition. >>>> >>>> Currenly in my project definition .xml there is no reference to the >>>> repository, but following url >>> refers >>>> to such an entry. Currenly my repository is in the same machine as >>>> 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="Author" type="local"> <argument index="0" >>>> value="/var/www/html/documentsHC/author"/> >>>> </filesystem-def> >>>> </build> >>>> − >>>> <publish> >>>> − >>>> <filesystem-def name="Publish" type="local"> <argument index="0" >>>> value="/var/www/html/documentsHC/publish"/> >>>> </filesystem-def> >>>> </publish> >>>> − >>>> <resource-directory create="manual" label="html" >>>> path="/**/*.html" publish="true"> >>>> <content type="text/html"/> >>>> <content type="image/jpeg"/> >>>> </resource-directory> >>>> − >>>> <resource-directory create="manual" label="css" >>>> path="/**/*.css" publish="true"> >>>> <content type="text/plain"/> >>>> </resource-directory> >>>> − >>>> <xml-doctype create="manual" definition="" >>>> label="Page" path="/**/*.xml" root="html"> − >>>> <output basedir="/plain/" >>> content-type="text/html"> >>>> − >>>> <transform >>> source="/config/skins/plain/common.xsl"> >>>> <with-param name="link-base" value="/plain"/> >>>> </transform> >>>> </output> >>>> </xml-doctype> >>>> − >>>> >>>> >>>> >>>> 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="build1" type="ftp"> >>>>>>> <argument index="0" >>>>> value="remote_1.host.server"/> >>>>>>> <argument index="1" >>>>> value="remote_1_USER_NAME"/> >>>>>>> <argument index="2" >>> value="remote_1_PASSWORD"/> >>>>>>> <argument index="3" >>>>>>> value="/www/docs/project/build/"/> >>>>>>> <argument index="4" value="0775"/> >>>>>>> </filesystem-def> >>>>>>> </build> >>>>>>> >>>>>>> <publish> >>>>>>> <filesystem-def name="publish1" type="ftp"> >>> >> === message truncated === >> >> >> __________________________________________________ >> 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 > > ---------------------------------------------------------------------- > --- > 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 > |