hypercontent-users Mailing List for HyperContent (Page 7)
Brought to you by:
alexvigdor
You can subscribe to this list here.
2004 |
Jan
|
Feb
(4) |
Mar
(6) |
Apr
(4) |
May
(3) |
Jun
(1) |
Jul
(7) |
Aug
(4) |
Sep
(31) |
Oct
(11) |
Nov
(30) |
Dec
(22) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(23) |
Feb
(11) |
Mar
(22) |
Apr
(13) |
May
(31) |
Jun
(27) |
Jul
(32) |
Aug
(4) |
Sep
(25) |
Oct
(21) |
Nov
(31) |
Dec
(28) |
2006 |
Jan
(14) |
Feb
(12) |
Mar
(17) |
Apr
(21) |
May
(6) |
Jun
(4) |
Jul
(26) |
Aug
(24) |
Sep
(19) |
Oct
(24) |
Nov
(34) |
Dec
(17) |
2007 |
Jan
(10) |
Feb
(43) |
Mar
(60) |
Apr
(10) |
May
(20) |
Jun
(2) |
Jul
(17) |
Aug
(38) |
Sep
(45) |
Oct
(5) |
Nov
(4) |
Dec
(5) |
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
(10) |
May
(2) |
Jun
(2) |
Jul
|
Aug
(4) |
Sep
(1) |
Oct
(5) |
Nov
(1) |
Dec
(1) |
2009 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: tom t. <j_l...@ya...> - 2007-05-16 03:08:32
|
Hi, When having many mount points to remote machines. In the workflow screen, it does not state about the machine name when prompting for username and password, This is when it comes to building or publishing. How can we have the machine name along with the username and password. We have the machine name or identification defined in the project definition files. Thanks, ____________________________________________________________________________________Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz |
From: tom t. <j_l...@ya...> - 2007-05-16 02:45:06
|
Hi Alex, How does our project-definition build.xml and publish.xml looks like. I can't see any nested definitions, do let us know if risky such items exists. Thanks --- Alex Vigdor <al...@bi...> wrote: > > On May 15, 2007, at 7:56 PM, tom tom wrote: > > > Alex, > > > > What do you mean by older version of HyperContent, > we > > use HC 2.0 with the patches which we discussed. > > > > Are you refering to HC 2.0 or HC 2.1 > > It was a beta version of 2.0. Quite some time ago. > > > > > If I can remember there was unnecessary publish > folder > > inside the content folders level, but am not too > sure. > > It is very important that you do NOT nest any other > declared > filesystems above or below your primary physical > repository - this > can lead to disastrous results if you have > delete="true" on your > publishing scripts! > > Alex > > ------------------------------------------------------------------------- > 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 > ____________________________________________________________________________________ Bored stiff? Loosen up... Download and play hundreds of games for free on Yahoo! Games. http://games.yahoo.com/games/front |
From: Alex V. <al...@bi...> - 2007-05-16 01:16:15
|
On May 15, 2007, at 7:56 PM, tom tom wrote: > Alex, > > What do you mean by older version of HyperContent, we > use HC 2.0 with the patches which we discussed. > > Are you refering to HC 2.0 or HC 2.1 It was a beta version of 2.0. Quite some time ago. > > If I can remember there was unnecessary publish folder > inside the content folders level, but am not too sure. It is very important that you do NOT nest any other declared filesystems above or below your primary physical repository - this can lead to disastrous results if you have delete="true" on your publishing scripts! Alex |
From: tom t. <j_l...@ya...> - 2007-05-15 23:57:02
|
Alex, What do you mean by older version of HyperContent, we use HC 2.0 with the patches which we discussed. Are you refering to HC 2.0 or HC 2.1 If I can remember there was unnecessary publish folder inside the content folders level, but am not too sure. Here am sending my project definition and build.xml and approval.xml files, we still doing the remote publishing part, remote repository has not been addressed yet, Also remember that we have a staging area as well, that is our publish and also build copy things across. We started with copying content to one remote machine, eventually this will be extended. Also we decided to treat build and build all as the same because $path was showing errors if the user doenst come to workflow screen and do publish or build soon after modification. Practically there is always a possibility users can navigate other pages after modifications. If there is a workaround do let us know, but we dont have issues with building all. project-definition.xml <cms-project> <mount directory="publish2"> <filesystem-def name="publish2" type="sftp"> <argument index="0" value="x.x.x.8"/> <argument index="1" prompt="username" type="text"/> <argument index="2" prompt="password" type="password"/> <argument index="3" value="/var/www/html/documentsHC/publish"/> <argument index="4" value="0775"/> </filesystem-def> </mount> <mount directory="author2"> <filesystem-def name="author2" type="sftp"> <argument index="0" value="x.x.x.8"/> <argument index="1" prompt="username" type="text"/> <argument index="2" prompt="password" type="password"/> <argument index="3" value="/var/www/html/documentsHC/author"/> <argument index="4" value="0775"/> </filesystem-def> </mount> <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> <resource-directory create="manual" label="JPEG" path="/**/*.jpg" publish="true"> <content type="images/jpeg"/> </resource-directory> <resource-directory create="manual" label="GIF" path="/**/*.gif" publish="true"> <content type="image/gif"/> </resource-directory> <resource-directory create="manual" label="Velocity Template" path="/skins/**/*.vm" publish="true"> <content type="application/x-vtl"/> <output basedir="/" content-type="text/plain"/> </resource-directory> <resource-directory create="manual" label="PNG" path="/**/*.png" publish="false"> <content type="image/png"/> <output basedir="/" content-type="image/png"/> <output basedir="/" content-type="image/gif"> <filter key="image"/> </output> <output basedir="/" content-type="image/jpeg"> <filter key="image"> <with-param name="quality" value=".75"/> </filter> </output> </resource-directory> <resource-directory create="manual" label="XSL" path="/config/skins/**/*.xsl" publish="false"> <content type="application/xml+xslt"/> </resource-directory> <resource-directory create="manual" label="folder" path="/**/" publish="true"/> <resource-directory create="manual" label="DTD" path="/config/dtd/*" publish="false"> <content type="application/xml-dtd"/> <output basedir="/" content-type="text/plain"/> </resource-directory> <resource-directory create="manual" label="folder2" path="/**/" publish="true"/> </cms-project> //============================================= build.xml <workflow binding="/**/,/**/*.*"> <event name="build" permissions="build"> <variable name="builder" value="${actor}"/> <render delete="true" destination="/build/" force="false" path="/"/> <render delete="true" destination="/author2/" force="false" path="/"/> <variable name="href" value="${abs-project-base}/hcMessages/buildSuccess.html"/> <nq who="${builder}"/> <nq q="building"/> </event> <event name="build-all" permissions="build"> <variable name="builder" value="${actor}"/> <render delete="true" destination="/build/" force="false" path="/"/> <render delete="true" destination="/author2/" force="false" path="/"/> <variable name="href" value="${abs-project-base}/hcMessages/buildSuccess.html"/> <nq who="${builder}"/> <nq q="building"/> </event> <event name="view-built" permissions="read"> <redirect location="http://x.x.x.8/documentsHC/author/plain/index.html"/> </event> <q id="building"> <event name="batch-complete"> <dq/> <nq q="built"/> </event> </q> <q id="built"> <event name="batch-reset"> <dq/> <nq q="building"/> </event> <event name="discard" who="${builder}"> <dq/> <dq who="${builder}"/> </event> </q> </workflow> /====================================================== publish.xml <workflow binding="/**/,/**/*.*"> <event name="publish" permissions="publish"> <variable name="publisher" value="${actor}"/> <copy delete="true" destination="/publish/" force="false" path="/" source="/build/"/> <copy delete="true" destination="/publish2/" force="false" path="/" source="/build/"/> <variable name="href" value="${abs-project-base}/hcMessages/publishSuccess.html"/> <nq who="${publisher}"/> <nq q="publishing"/> </event> <event name="publish-all" permissions="publish"> <variable name="publisher" value="${actor}"/> <copy delete="true" destination="/publish/" force="false" path="/" source="/build/"/> <copy delete="true" destination="/publish2/" force="false" path="/" source="/build/"/> <variable name="href" value="${abs-project-base}/hcMessages/publishAllSuccess.html"/> <nq who="${publisher}"/> <nq q="publishing"/> </event> <event name="view-published" permissions="read"> <redirect location="http://x.x.x.8/documentsHC/publish/plain/index.html"/> </event> <q id="publishing"> <event name="batch-complete"> <dq/> <nq q="published"/> </event> </q> <q id="published"> <event name="batch-reset"> <dq/> <nq q="publishing"/> </event> <event name="discard" who="${publisher}"> <dq/> <dq who="${publisher}"/> </event> <event name="scheduled-discard" when="in 2 days"> <dq who="${publisher}"/> </event> </q> </workflow> --- Alex Vigdor <al...@bi...> wrote: > If you could send me your project definition and > workflow scripts > I'll have a look. It sounds a lot like an attempt > was made to > publish into the repository fileystem, which I had > seen lead to data > loss in an older version of HyperContent. Now it > does prevent you > from publishing into the repository filesystem > directly, but it may > still be possible to configure things in such a way > to lead to problems. > > Alex > > On May 15, 2007, at 2:26 AM, tom tom wrote: > > > Hi, > > > > Remote publishing was working all right > development > > machine, Before it goes to the production we were > > testing on the testing envirornment. As we have a > > staging area we followed the following. > > > > 1) Project definition updated with mount > points(e.g > > publish1, build1, publish2, build2) > > > > 2) In the build.xml for example build-all have the > > following e.g. > > > > <render delete="true" destination="/build1/" > > force="false" path="/"/> > > <render delete="true" destination="/build2/" > > force="false" path="/"/> > > > > > > 3) similarly I updated the publish.xml > > > > > > > > What happened was build went all right and during > the > > publish it got stucked, after some time we logged > out > > and try again, but there after we did restart and > > login again, then we could go inside the project > and > > all the data has been deleted, I couldnt see any > > build.xml publish.xml project-definition.xml > infact > > empty entries in the config/workflow, I manually > > command line went to the repository location and > there > > was absolutely no revisions at all. > > > > This incident gave a bit of a red alarm as far as > the > > production is concern, infact we could not see the > new > > created content int the repository. > > > > > > Can you let us know what would be the cause for > this. > > > > Note > > Tomcat runs as the root user in the Hypercontent > > machine. > > > > Thanks > > > > > > > > > > > ______________________________________________________________________ > > > ______________Luggage? GPS? Comic books? > > Check out fitting gifts for grads at Yahoo! Search > > > http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz > > > > > ------------------------------------------------------------------------- > 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 > ____________________________________________________________________________________Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545433 |
From: Alex V. <al...@bi...> - 2007-05-15 14:02:22
|
If you could send me your project definition and workflow scripts I'll have a look. It sounds a lot like an attempt was made to publish into the repository fileystem, which I had seen lead to data loss in an older version of HyperContent. Now it does prevent you from publishing into the repository filesystem directly, but it may still be possible to configure things in such a way to lead to problems. Alex On May 15, 2007, at 2:26 AM, tom tom wrote: > Hi, > > Remote publishing was working all right development > machine, Before it goes to the production we were > testing on the testing envirornment. As we have a > staging area we followed the following. > > 1) Project definition updated with mount points(e.g > publish1, build1, publish2, build2) > > 2) In the build.xml for example build-all have the > following e.g. > > <render delete="true" destination="/build1/" > force="false" path="/"/> > <render delete="true" destination="/build2/" > force="false" path="/"/> > > > 3) similarly I updated the publish.xml > > > > What happened was build went all right and during the > publish it got stucked, after some time we logged out > and try again, but there after we did restart and > login again, then we could go inside the project and > all the data has been deleted, I couldnt see any > build.xml publish.xml project-definition.xml infact > empty entries in the config/workflow, I manually > command line went to the repository location and there > was absolutely no revisions at all. > > This incident gave a bit of a red alarm as far as the > production is concern, infact we could not see the new > created content int the repository. > > > Can you let us know what would be the cause for this. > > Note > Tomcat runs as the root user in the Hypercontent > machine. > > Thanks > > > > > ______________________________________________________________________ > ______________Luggage? GPS? Comic books? > Check out fitting gifts for grads at Yahoo! Search > http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz > |
From: tom t. <j_l...@ya...> - 2007-05-15 06:27:10
|
Hi, Remote publishing was working all right development machine, Before it goes to the production we were testing on the testing envirornment. As we have a staging area we followed the following. 1) Project definition updated with mount points(e.g publish1, build1, publish2, build2) 2) In the build.xml for example build-all have the following e.g. <render delete="true" destination="/build1/" force="false" path="/"/> <render delete="true" destination="/build2/" force="false" path="/"/> 3) similarly I updated the publish.xml What happened was build went all right and during the publish it got stucked, after some time we logged out and try again, but there after we did restart and login again, then we could go inside the project and all the data has been deleted, I couldnt see any build.xml publish.xml project-definition.xml infact empty entries in the config/workflow, I manually command line went to the repository location and there was absolutely no revisions at all. This incident gave a bit of a red alarm as far as the production is concern, infact we could not see the new created content int the repository. Can you let us know what would be the cause for this. Note Tomcat runs as the root user in the Hypercontent machine. Thanks ____________________________________________________________________________________Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz |
From: Alex V. <al...@bi...> - 2007-05-11 13:36:14
|
Hi, I have not made any changes in CVS, sorry. I think the most conservative approach will be to add a new optional property in hypercontent.properties to specify the location of the jaas properties; the default properties will have the same value that is currently hard-coded, but you could simply comment it out to disable the setting, or change its value accordingly. I'll try to get around to this soon. Alex On May 10, 2007, at 12:35 AM, tom tom wrote: > Alex, > > Have you done any change to the existing source in CVS > for the following discusssion. > > Thanks > --- tom tom <j_l...@ya...> wrote: > >> Hi, >> >> I found what the issue is , in the Login.java you >> have >> the hardcoded entry to point jaas.properties. >> >> I just removed it as we already have that in the >> tomcat startup script. >> >> Well, my recommendation is to ignore this hardcoded >> entry and give a instruction in the cas-support >> readme. >> >> Reason is when it comes to Casification there may be >> other entries in th jaas.properties, hence it is >> always better to keep it independent. >> >> Any how now in our Login.java contructor got no >> entries, Can it lead to other issues. >> >> Thanks >> >> >> >> >> --- tom tom <j_l...@ya...> wrote: >> >>> Alex, >>> >>> Pls find my comments below >>> >>> Did you update the CAS url in the login pipeline >> in >>>> pipelines.xml >>>> also? >>> >>> Yes of course, Initially it redirects to the CAS >>> server for user to enter his username and password >>> (with this url >>> >> > https://casserver:8443/cas/login?service=http://localhost:8080/ > hypercontent/vusample2/%3fmode%3Dlogin%26passmode%3D%26command% > 3DLogin)) >>> >>> Then user enters his credentials and then it fails >>> in >>> the HC end, infact CAS log says ticket granted and >>> authentication is successful. >>> >>> It could be a certificate issue - can you >>>> test the connection >>>> another way? >>> >>> Yes I did test it another way, that is, I pointed >> my >>> uPortal server (my dev machine) (same machine with >>> HC) >>> to remote CAS server, and I was able to login to >> the >>> uPortal via CAS. If there is a certificate issue >>> uPortal would not allow the user to login, >>> >>> using java key tool I imported the CAS server >>> certificate to my cacerts in JAVA_HOME. >>> >>> The other minor difference I see is, we use PAMs >> in >>> CAS server and we keep all the pam jars in ext >>> directory of the JAVA_HOME where as in HC >> client.jar >>> is in the WEB-INF/lib. >>> >>> Above I did in my dev machine, but we are getting >>> the >>> same repetitive error in UAT env, where there is >> one >>> dedicated HC server with no other dependencies and >>> also a seperate CAS server. >>> >>> Pls let me know how to proceed on this. >>> >>> Thanks >>> >>> >>> >>> >>> >>> >>> >>> >>> >> > ______________________________________________________________________ > ______________ >>> Bored stiff? Loosen up... >>> Download and play hundreds of games for free on >>> Yahoo! Games. >>> http://games.yahoo.com/games/front >>> >>> >> > ---------------------------------------------------------------------- > --- >>> Take Surveys. Earn Cash. Influence the Future of >> IT >>> Join SourceForge.net's Techsay panel and you'll >> get >>> the chance to share your >>> opinions on IT & business topics through brief >>> surveys-and earn cash >>> >> > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV >>> _______________________________________________ >>> Hypercontent-users mailing list >>> Hyp...@li... >>> >> > https://lists.sourceforge.net/lists/listinfo/hypercontent-users >>> >> >> >> >> >> > ______________________________________________________________________ > ______________ >> 8:00? 8:25? 8:40? Find a flick in no time >> with the Yahoo! Search movie showtime shortcut. >> http://tools.search.yahoo.com/shortcuts/#news >> > > > > > ______________________________________________________________________ > ______________ > No need to miss a message. Get email on-the-go > with Yahoo! Mail for Mobile. Get started. > http://mobile.yahoo.com/mail > |
From: tom t. <j_l...@ya...> - 2007-05-10 04:35:55
|
Alex, Have you done any change to the existing source in CVS for the following discusssion. Thanks --- tom tom <j_l...@ya...> wrote: > Hi, > > I found what the issue is , in the Login.java you > have > the hardcoded entry to point jaas.properties. > > I just removed it as we already have that in the > tomcat startup script. > > Well, my recommendation is to ignore this hardcoded > entry and give a instruction in the cas-support > readme. > > Reason is when it comes to Casification there may be > other entries in th jaas.properties, hence it is > always better to keep it independent. > > Any how now in our Login.java contructor got no > entries, Can it lead to other issues. > > Thanks > > > > > --- tom tom <j_l...@ya...> wrote: > > > Alex, > > > > Pls find my comments below > > > > Did you update the CAS url in the login pipeline > in > > > pipelines.xml > > > also? > > > > Yes of course, Initially it redirects to the CAS > > server for user to enter his username and password > > (with this url > > > https://casserver:8443/cas/login?service=http://localhost:8080/hypercontent/vusample2/%3fmode%3Dlogin%26passmode%3D%26command%3DLogin)) > > > > Then user enters his credentials and then it fails > > in > > the HC end, infact CAS log says ticket granted and > > authentication is successful. > > > > It could be a certificate issue - can you > > > test the connection > > > another way? > > > > Yes I did test it another way, that is, I pointed > my > > uPortal server (my dev machine) (same machine with > > HC) > > to remote CAS server, and I was able to login to > the > > uPortal via CAS. If there is a certificate issue > > uPortal would not allow the user to login, > > > > using java key tool I imported the CAS server > > certificate to my cacerts in JAVA_HOME. > > > > The other minor difference I see is, we use PAMs > in > > CAS server and we keep all the pam jars in ext > > directory of the JAVA_HOME where as in HC > client.jar > > is in the WEB-INF/lib. > > > > Above I did in my dev machine, but we are getting > > the > > same repetitive error in UAT env, where there is > one > > dedicated HC server with no other dependencies and > > also a seperate CAS server. > > > > Pls let me know how to proceed on this. > > > > Thanks > > > > > > > > > > > > > > > > > > > ____________________________________________________________________________________ > > Bored stiff? Loosen up... > > Download and play hundreds of games for free on > > Yahoo! Games. > > http://games.yahoo.com/games/front > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of > IT > > Join SourceForge.net's Techsay panel and you'll > get > > the chance to share your > > opinions on IT & business topics through brief > > surveys-and earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Hypercontent-users mailing list > > Hyp...@li... > > > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > > > > > > > ____________________________________________________________________________________ > 8:00? 8:25? 8:40? Find a flick in no time > with the Yahoo! Search movie showtime shortcut. > http://tools.search.yahoo.com/shortcuts/#news > ____________________________________________________________________________________ No need to miss a message. Get email on-the-go with Yahoo! Mail for Mobile. Get started. http://mobile.yahoo.com/mail |
From: Goodyear, D. <DGo...@ua...> - 2007-05-09 13:35:38
|
Oh, trust me, I'm a tomcat/java deployment novice. If I missed a step, its because of my own unfamiliarity with the tool. I'll keep working at it and see what I'm able to accomplish and continue to ask questions as well. Thank you. ] 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: Tuesday, May 08, 2007 8:29 PM To: hypercontent List Subject: Re: [Hypercontent-users] Deploying into uportal's tomcat engine 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. =20 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=20 > was a place to start. > > I'm very much "new" at deploying applications into tomcat, so I=20 > 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=20 > run inside of the tomcat engine that exists for Academus already? > > Specificly what I need to put into the server.xml under=20 > /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 /=20 > 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 =20 > 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=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 > > ---------------------------------------------------------------------- > --- > 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 |
From: tom t. <j_l...@ya...> - 2007-05-09 06:15:11
|
I changed the hypercontent.properties repository.base property to the mounted directory, working all right. Thanks --- Alex Vigdor <al...@bi...> wrote: > 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 > >>>>> > === message truncated === ____________________________________________________________________________________ Looking for earth-friendly autos? Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center. http://autos.yahoo.com/green_center/ |
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 > |
From: Jonathan M. <ma...@co...> - 2007-05-08 21:29:51
|
Apologies for cross-posting. The JA-SIG Board would like to let you know that, instead of our customary winter JA-SIG conference, we intend to schedule an alternative, experimental event that will provide opportunities for longer working sessions--both technical and non-technical--among groups with similar interests and shared agendas. The winter event will provide opportunities such as: - working with others face-to-face on projects - integrating mini-projects and design exercises - training opportunities for folks wanting to learn more about uPortal frameworks or CAS architectures - sharing HyperContent templates and best practices - shaping future direction and participating in newly formed goverance committees. We have not yet settled on a time or venue for this special event, though we will try to avoid conflicts with other major events. We will keep you posted when plans start to come together, and you can certainly expect to hear more at our JA-SIG Summer Conference in Denver, June 24-27, 2007. If you do want to attend a traditional conference with multiple tracks and sessions, the June conference is an ideal option with many exciting presentations (http://www.ja-sig.org/conferences/07summer/index.html ). In the meantime, if you would like to make any suggestions about our winter event or are interested in helping to plan for it, please send email to jjmarkow at ja-sig.org , or add a comment to our wiki page: http://www.ja-sig.org/wiki/display/JCON/07winter+Event+Brainstorming Thank you, JA-SIG Board of Directors |
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 |
From: Goodyear, D. <DGo...@ua...> - 2007-05-08 19:44:13
|
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 |
From: Alex V. <al...@bi...> - 2007-04-27 12:49:23
|
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 > |
From: tom t. <j_l...@ya...> - 2007-04-27 04:55:13
|
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 |
From: tom t. <j_l...@ya...> - 2007-04-27 04:52:25
|
My current filesystem.xml looks as follows, Is it allright to keep the type as local-editioning becuase now we are keeping and remote editioning. I thought I need to change it to something else. Using the UI cant we change the mount location, Should we have to do it manually? I know initially it asks to enter these values(when am creating a new project) but am refering to later modification. Thanks .... <repository mount="/production/"><filesystem-def name="Project repository" type="local-editioning"> <argument index="0" value="${repository.base}/production/"/> <argument index="1" value="autocreate"/></filesystem-def> </repository> --- 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 |
From: Alex V. <al...@bi...> - 2007-04-27 03:36:24
|
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"> >>>> <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/publish/"/> >>>> <argument index="4" value="0775"/> >>>> </filesystem-def> >>>> </publish> >>>> >>>> <mount directory="/build2/" > >>>> <filesystem-def name="build2" type="ftp"> >>>> <argument index="0" >> value="remote_2.host.server"/> >>>> <argument index="1" >> value="remote_2_USER_NAME"/> >>>> <argument index="2" value="remote_2_PASSWORD"/> >>>> <argument index="3" >>>> value="/www/docs/project/build/"/> >>>> <argument index="4" value="0775"/> >>>> </filesystem-def> >>>> </mount> >>>> >>>> <mount directory="/publish2/" > >>>> <filesystem-def name="publish2" type="ftp"> >>>> <argument index="0" >> value="remote_2.host.server"/> >>>> <argument index="1" >> value="remote_2_USER_NAME"/> >>>> <argument index="2" value="remote_2_PASSWORD"/> >>>> <argument index="3" >>>> value="/www/docs/project/publish/"/> >>>> <argument index="4" value="0775"/> >>>> </filesystem-def> >>>> </mount> >>>> >>>> >>>> >>>> And also the changes you stated in the build.xml >> and >>>> publish.xml >>>> >>>> I have a staging area hence I need to update >>>> build.xml >>>> and publish.xml >>>> >>>> >>>> One more question, is it only "ftp" and "sftp" is >>>> supported in file definitions? can't we use >>>> something >>>> like scp command on linux (remote copy). >>>> >>>> Let me know if something needs to me modified >>>> >>>> >>>> Beginning of the mail, what my question was cant >> we >>>> have something like this instead of the mount >> tag. >>>> >>>> only build tag shown to reduce the size of the >> mail, >>>> >>>> <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> >>>> >>>> <filesystem-def name="build2" type="ftp"> >>>> <argument index="0" >> value="remote_2.host.server"/> >>>> <argument index="1" >> value="remote_2_USER_NAME"/> >>>> <argument index="2" value="remote_2_PASSWORD"/> >>>> <argument index="3" >>>> value="/www/docs/project/build/"/> >>>> <argument index="4" value="0775"/> >>>> </filesystem-def> >>>> >>>> >>>> </build> >>>> >>>> >>>> >>>> >>>> >>>> Thanks >>>> >>>> >>>> >>>> >>>> >>>> >>>> >> > === message truncated === > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > |
From: tom t. <j_l...@ya...> - 2007-04-27 02:24:29
|
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"> > >> <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/publish/"/> > >> <argument index="4" value="0775"/> > >> </filesystem-def> > >> </publish> > >> > >> <mount directory="/build2/" > > >> <filesystem-def name="build2" type="ftp"> > >> <argument index="0" > value="remote_2.host.server"/> > >> <argument index="1" > value="remote_2_USER_NAME"/> > >> <argument index="2" value="remote_2_PASSWORD"/> > >> <argument index="3" > >> value="/www/docs/project/build/"/> > >> <argument index="4" value="0775"/> > >> </filesystem-def> > >> </mount> > >> > >> <mount directory="/publish2/" > > >> <filesystem-def name="publish2" type="ftp"> > >> <argument index="0" > value="remote_2.host.server"/> > >> <argument index="1" > value="remote_2_USER_NAME"/> > >> <argument index="2" value="remote_2_PASSWORD"/> > >> <argument index="3" > >> value="/www/docs/project/publish/"/> > >> <argument index="4" value="0775"/> > >> </filesystem-def> > >> </mount> > >> > >> > >> > >> And also the changes you stated in the build.xml > and > >> publish.xml > >> > >> I have a staging area hence I need to update > >> build.xml > >> and publish.xml > >> > >> > >> One more question, is it only "ftp" and "sftp" is > >> supported in file definitions? can't we use > >> something > >> like scp command on linux (remote copy). > >> > >> Let me know if something needs to me modified > >> > >> > >> Beginning of the mail, what my question was cant > we > >> have something like this instead of the mount > tag. > >> > >> only build tag shown to reduce the size of the > mail, > >> > >> <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> > >> > >> <filesystem-def name="build2" type="ftp"> > >> <argument index="0" > value="remote_2.host.server"/> > >> <argument index="1" > value="remote_2_USER_NAME"/> > >> <argument index="2" value="remote_2_PASSWORD"/> > >> <argument index="3" > >> value="/www/docs/project/build/"/> > >> <argument index="4" value="0775"/> > >> </filesystem-def> > >> > >> > >> </build> > >> > >> > >> > >> > >> > >> Thanks > >> > >> > >> > >> > >> > >> > >> > === message truncated === __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Alex V. <al...@bi...> - 2007-04-24 02:38:15
|
In response to the prior message, re-read my reply and understand =20 that build and publish are just special cases of filesystem "mounts" =20 in HC 2.0. They are special to be backwards compatible with 1.x, but =20= map to mounts at "/build/" and "/publish/" specifically. You can now =20= specify any number of mounted filesystems that can be used as read or =20= write targets for workflow scripts, etc. You can load balance fine, I suggest creating an NFS share on a SAN =20 and mounting it on all app servers. You can keep all the =20 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"> >> <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/publish/"/> >> <argument index=3D"4" value=3D"0775"/> >> </filesystem-def> >> </publish> >> >> <mount directory=3D"/build2/" > >> <filesystem-def name=3D"build2" type=3D"ftp"> >> <argument index=3D"0" value=3D"remote_2.host.server"/> >> <argument index=3D"1" value=3D"remote_2_USER_NAME"/> >> <argument index=3D"2" value=3D"remote_2_PASSWORD"/> >> <argument index=3D"3" >> value=3D"/www/docs/project/build/"/> >> <argument index=3D"4" value=3D"0775"/> >> </filesystem-def> >> </mount> >> >> <mount directory=3D"/publish2/" > >> <filesystem-def name=3D"publish2" type=3D"ftp"> >> <argument index=3D"0" value=3D"remote_2.host.server"/> >> <argument index=3D"1" value=3D"remote_2_USER_NAME"/> >> <argument index=3D"2" value=3D"remote_2_PASSWORD"/> >> <argument index=3D"3" >> value=3D"/www/docs/project/publish/"/> >> <argument index=3D"4" value=3D"0775"/> >> </filesystem-def> >> </mount> >> >> >> >> And also the changes you stated in the build.xml and >> publish.xml >> >> I have a staging area hence I need to update >> build.xml >> and publish.xml >> >> >> One more question, is it only "ftp" and "sftp" is >> supported in file definitions? can't we use >> something >> like scp command on linux (remote copy). >> >> Let me know if something needs to me modified >> >> >> Beginning of the mail, what my question was cant we >> have something like this instead of the mount tag. >> >> only build tag shown to reduce the size of the mail, >> >> <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> >> >> <filesystem-def name=3D"build2" type=3D"ftp"> >> <argument index=3D"0" value=3D"remote_2.host.server"/> >> <argument index=3D"1" value=3D"remote_2_USER_NAME"/> >> <argument index=3D"2" value=3D"remote_2_PASSWORD"/> >> <argument index=3D"3" >> value=3D"/www/docs/project/build/"/> >> <argument index=3D"4" value=3D"0775"/> >> </filesystem-def> >> >> >> </build> >> >> >> >> >> >> Thanks >> >> >> >> >> >> >> >> >> >> --- Alex Vigdor <al...@bi...> wrote: >> >>> You can specify the additional filesystems in >>> "mount" tags in project- >>> definition.xml >>> >>> <mount directory=3D"/publish2//" > >>> <filesystem-def ... >>> </mount> >>> >>> Filesystem configuration options: >>> >>> >> > http://hypercontent.sourceforge.net/docs/manual/develop/=20 > filesystems.html >>> >>> I'm not sure sure how your build/publish workflow >> is >>> configured, but >>> in either the build.xml or publish.xml under >>> /config/workflow you >>> would add additional commands to the build or >>> publish event. E.g., >>> where you see >>> >>> <render path=3D"${path}" destination=3D"/publish/" >>> force=3D"false" >>> delete=3D"true"/> >>> >>> You might now have >>> >>> <render path=3D"${path}" destination=3D"/publish/" >>> force=3D"false" >>> delete=3D"true"/> >>> <render path=3D"${path}" destination=3D"/publish2/" >>> force=3D"false" >>> delete=3D"true"/> >>> >>> Or if you have a two stage process, in the publish >>> script >>> >>> <copy path=3D"${path}" source=3D"/build/" >>> destination=3D"/publish/" >>> force=3D"false" delete=3D"true"/> >>> <copy path=3D"${path}" source=3D"/build/" >>> destination=3D"/publish2/" >>> force=3D"false" delete=3D"true"/> >>> >>> >>> Alex >>> >>> On Apr 17, 2007, at 10:31 PM, tom tom wrote: >>> >>>> Hi, >>>> >>>> Currently I got CWebProxies serving content from >>> the >>>> uPortal machine but the actual content is on the >>>> HyperContent Apache server, (build, publish copy >>> to >>>> the HC apache docs area) >>>> >>>> We got two uPortal servers (load balanced), I >> just >>>> want to know is it possible to copy the publish >>>> contents to both of these machines (apache) >>> remotely. >>>> If so how should I change the project >> definition, >>>> current project definition looks as follows. >>>> >>>> <build> >>>> =E2=88=92 >>>> <filesystem-def name=3D"Author" type=3D"local"> >>>> <argument index=3D"0" >>>> >>> >> > value=3D"/usr/local/apache2/htdocs/documentsHC/author"/> >>>> </filesystem-def> >>>> </build> >>>> =E2=88=92 >>>> <publish> >>>> =E2=88=92 >>>> <filesystem-def name=3D"Publish" type=3D"local"> >> > =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 > |
From: tom t. <j_l...@ya...> - 2007-04-23 00:45:34
|
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"> > <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/publish/"/> > <argument index="4" value="0775"/> > </filesystem-def> > </publish> > > <mount directory="/build2/" > > <filesystem-def name="build2" type="ftp"> > <argument index="0" value="remote_2.host.server"/> > <argument index="1" value="remote_2_USER_NAME"/> > <argument index="2" value="remote_2_PASSWORD"/> > <argument index="3" > value="/www/docs/project/build/"/> > <argument index="4" value="0775"/> > </filesystem-def> > </mount> > > <mount directory="/publish2/" > > <filesystem-def name="publish2" type="ftp"> > <argument index="0" value="remote_2.host.server"/> > <argument index="1" value="remote_2_USER_NAME"/> > <argument index="2" value="remote_2_PASSWORD"/> > <argument index="3" > value="/www/docs/project/publish/"/> > <argument index="4" value="0775"/> > </filesystem-def> > </mount> > > > > And also the changes you stated in the build.xml and > publish.xml > > I have a staging area hence I need to update > build.xml > and publish.xml > > > One more question, is it only "ftp" and "sftp" is > supported in file definitions? can't we use > something > like scp command on linux (remote copy). > > Let me know if something needs to me modified > > > Beginning of the mail, what my question was cant we > have something like this instead of the mount tag. > > only build tag shown to reduce the size of the mail, > > <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> > > <filesystem-def name="build2" type="ftp"> > <argument index="0" value="remote_2.host.server"/> > <argument index="1" value="remote_2_USER_NAME"/> > <argument index="2" value="remote_2_PASSWORD"/> > <argument index="3" > value="/www/docs/project/build/"/> > <argument index="4" value="0775"/> > </filesystem-def> > > > </build> > > > > > > Thanks > > > > > > > > > > --- Alex Vigdor <al...@bi...> wrote: > > > You can specify the additional filesystems in > > "mount" tags in project- > > definition.xml > > > > <mount directory="/publish2//" > > > <filesystem-def ... > > </mount> > > > > Filesystem configuration options: > > > > > http://hypercontent.sourceforge.net/docs/manual/develop/filesystems.html > > > > I'm not sure sure how your build/publish workflow > is > > configured, but > > in either the build.xml or publish.xml under > > /config/workflow you > > would add additional commands to the build or > > publish event. E.g., > > where you see > > > > <render path="${path}" destination="/publish/" > > force="false" > > delete="true"/> > > > > You might now have > > > > <render path="${path}" destination="/publish/" > > force="false" > > delete="true"/> > > <render path="${path}" destination="/publish2/" > > force="false" > > delete="true"/> > > > > Or if you have a two stage process, in the publish > > script > > > > <copy path="${path}" source="/build/" > > destination="/publish/" > > force="false" delete="true"/> > > <copy path="${path}" source="/build/" > > destination="/publish2/" > > force="false" delete="true"/> > > > > > > Alex > > > > On Apr 17, 2007, at 10:31 PM, tom tom wrote: > > > > > Hi, > > > > > > Currently I got CWebProxies serving content from > > the > > > uPortal machine but the actual content is on the > > > HyperContent Apache server, (build, publish copy > > to > > > the HC apache docs area) > > > > > > We got two uPortal servers (load balanced), I > just > > > want to know is it possible to copy the publish > > > contents to both of these machines (apache) > > remotely. > > > If so how should I change the project > definition, > > > current project definition looks as follows. > > > > > > <build> > > > â > > > <filesystem-def name="Author" type="local"> > > > <argument index="0" > > > > > > value="/usr/local/apache2/htdocs/documentsHC/author"/> > > > </filesystem-def> > > > </build> > > > â > > > <publish> > > > â > > > <filesystem-def name="Publish" type="local"> > === message truncated === __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: tom t. <j_l...@ya...> - 2007-04-19 02:30:05
|
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"> <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/publish/"/> <argument index="4" value="0775"/> </filesystem-def> </publish> <mount directory="/build2/" > <filesystem-def name="build2" type="ftp"> <argument index="0" value="remote_2.host.server"/> <argument index="1" value="remote_2_USER_NAME"/> <argument index="2" value="remote_2_PASSWORD"/> <argument index="3" value="/www/docs/project/build/"/> <argument index="4" value="0775"/> </filesystem-def> </mount> <mount directory="/publish2/" > <filesystem-def name="publish2" type="ftp"> <argument index="0" value="remote_2.host.server"/> <argument index="1" value="remote_2_USER_NAME"/> <argument index="2" value="remote_2_PASSWORD"/> <argument index="3" value="/www/docs/project/publish/"/> <argument index="4" value="0775"/> </filesystem-def> </mount> And also the changes you stated in the build.xml and publish.xml I have a staging area hence I need to update build.xml and publish.xml One more question, is it only "ftp" and "sftp" is supported in file definitions? can't we use something like scp command on linux (remote copy). Let me know if something needs to me modified Beginning of the mail, what my question was cant we have something like this instead of the mount tag. only build tag shown to reduce the size of the mail, <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> <filesystem-def name="build2" type="ftp"> <argument index="0" value="remote_2.host.server"/> <argument index="1" value="remote_2_USER_NAME"/> <argument index="2" value="remote_2_PASSWORD"/> <argument index="3" value="/www/docs/project/build/"/> <argument index="4" value="0775"/> </filesystem-def> </build> Thanks --- Alex Vigdor <al...@bi...> wrote: > You can specify the additional filesystems in > "mount" tags in project- > definition.xml > > <mount directory="/publish2//" > > <filesystem-def ... > </mount> > > Filesystem configuration options: > > http://hypercontent.sourceforge.net/docs/manual/develop/filesystems.html > > I'm not sure sure how your build/publish workflow is > configured, but > in either the build.xml or publish.xml under > /config/workflow you > would add additional commands to the build or > publish event. E.g., > where you see > > <render path="${path}" destination="/publish/" > force="false" > delete="true"/> > > You might now have > > <render path="${path}" destination="/publish/" > force="false" > delete="true"/> > <render path="${path}" destination="/publish2/" > force="false" > delete="true"/> > > Or if you have a two stage process, in the publish > script > > <copy path="${path}" source="/build/" > destination="/publish/" > force="false" delete="true"/> > <copy path="${path}" source="/build/" > destination="/publish2/" > force="false" delete="true"/> > > > Alex > > On Apr 17, 2007, at 10:31 PM, tom tom wrote: > > > Hi, > > > > Currently I got CWebProxies serving content from > the > > uPortal machine but the actual content is on the > > HyperContent Apache server, (build, publish copy > to > > the HC apache docs area) > > > > We got two uPortal servers (load balanced), I just > > want to know is it possible to copy the publish > > contents to both of these machines (apache) > remotely. > > If so how should I change the project definition, > > current project definition looks as follows. > > > > <build> > > − > > <filesystem-def name="Author" type="local"> > > <argument index="0" > > > value="/usr/local/apache2/htdocs/documentsHC/author"/> > > </filesystem-def> > > </build> > > − > > <publish> > > − > > <filesystem-def name="Publish" type="local"> > > <argument index="0" > > > value="/usr/local/apache2/htdocs/documentsHC/publish"/> > > </filesystem-def> > > </publish > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam > protection around > > http://mail.yahoo.com > > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Alex V. <al...@bi...> - 2007-04-18 03:15:49
|
You can specify the additional filesystems in "mount" tags in project- definition.xml <mount directory="/publish2//" > <filesystem-def ... </mount> Filesystem configuration options: http://hypercontent.sourceforge.net/docs/manual/develop/filesystems.html I'm not sure sure how your build/publish workflow is configured, but in either the build.xml or publish.xml under /config/workflow you would add additional commands to the build or publish event. E.g., where you see <render path="${path}" destination="/publish/" force="false" delete="true"/> You might now have <render path="${path}" destination="/publish/" force="false" delete="true"/> <render path="${path}" destination="/publish2/" force="false" delete="true"/> Or if you have a two stage process, in the publish script <copy path="${path}" source="/build/" destination="/publish/" force="false" delete="true"/> <copy path="${path}" source="/build/" destination="/publish2/" force="false" delete="true"/> Alex On Apr 17, 2007, at 10:31 PM, tom tom wrote: > Hi, > > Currently I got CWebProxies serving content from the > uPortal machine but the actual content is on the > HyperContent Apache server, (build, publish copy to > the HC apache docs area) > > We got two uPortal servers (load balanced), I just > want to know is it possible to copy the publish > contents to both of these machines (apache) remotely. > If so how should I change the project definition, > current project definition looks as follows. > > <build> > − > <filesystem-def name="Author" type="local"> > <argument index="0" > value="/usr/local/apache2/htdocs/documentsHC/author"/> > </filesystem-def> > </build> > − > <publish> > − > <filesystem-def name="Publish" type="local"> > <argument index="0" > value="/usr/local/apache2/htdocs/documentsHC/publish"/> > </filesystem-def> > </publish > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > |
From: tom t. <j_l...@ya...> - 2007-04-18 02:31:18
|
Hi, Currently I got CWebProxies serving content from the uPortal machine but the actual content is on the HyperContent Apache server, (build, publish copy to the HC apache docs area) We got two uPortal servers (load balanced), I just want to know is it possible to copy the publish contents to both of these machines (apache) remotely. If so how should I change the project definition, current project definition looks as follows. <build> − <filesystem-def name="Author" type="local"> <argument index="0" value="/usr/local/apache2/htdocs/documentsHC/author"/> </filesystem-def> </build> − <publish> − <filesystem-def name="Publish" type="local"> <argument index="0" value="/usr/local/apache2/htdocs/documentsHC/publish"/> </filesystem-def> </publish __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: tom t. <j_l...@ya...> - 2007-03-30 06:49:20
|
Hi, I found what the issue is , in the Login.java you have the hardcoded entry to point jaas.properties. I just removed it as we already have that in the tomcat startup script. Well, my recommendation is to ignore this hardcoded entry and give a instruction in the cas-support readme. Reason is when it comes to Casification there may be other entries in th jaas.properties, hence it is always better to keep it independent. Any how now in our Login.java contructor got no entries, Can it lead to other issues. Thanks --- tom tom <j_l...@ya...> wrote: > Alex, > > Pls find my comments below > > Did you update the CAS url in the login pipeline in > > pipelines.xml > > also? > > Yes of course, Initially it redirects to the CAS > server for user to enter his username and password > (with this url > https://casserver:8443/cas/login?service=http://localhost:8080/hypercontent/vusample2/%3fmode%3Dlogin%26passmode%3D%26command%3DLogin)) > > Then user enters his credentials and then it fails > in > the HC end, infact CAS log says ticket granted and > authentication is successful. > > It could be a certificate issue - can you > > test the connection > > another way? > > Yes I did test it another way, that is, I pointed my > uPortal server (my dev machine) (same machine with > HC) > to remote CAS server, and I was able to login to the > uPortal via CAS. If there is a certificate issue > uPortal would not allow the user to login, > > using java key tool I imported the CAS server > certificate to my cacerts in JAVA_HOME. > > The other minor difference I see is, we use PAMs in > CAS server and we keep all the pam jars in ext > directory of the JAVA_HOME where as in HC client.jar > is in the WEB-INF/lib. > > Above I did in my dev machine, but we are getting > the > same repetitive error in UAT env, where there is one > dedicated HC server with no other dependencies and > also a seperate CAS server. > > Pls let me know how to proceed on this. > > Thanks > > > > > > > > > ____________________________________________________________________________________ > Bored stiff? Loosen up... > Download and play hundreds of games for free on > Yahoo! Games. > http://games.yahoo.com/games/front > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get > the chance to share your > opinions on IT & business topics through brief > surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > ____________________________________________________________________________________ 8:00? 8:25? 8:40? Find a flick in no time with the Yahoo! Search movie showtime shortcut. http://tools.search.yahoo.com/shortcuts/#news |