hypercontent-users Mailing List for HyperContent (Page 15)
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...> - 2006-10-26 05:10:12
|
Hi, I started the feasibility of Hypercontent 2.0 again , I was busy uPorgtal deployment and some other work last couple of months. I have two objectives 1) Casify Hypercontent 2) access from uPortal via WebProxy To achive the first am following instructions in CAS_READ_ME under cas-support, I guess I followed all the instructions apart from the following, can someone let me know how to do the following, I cant see the file stated below (/config/pipelines.xml), am using Hypercontent 2.0 (downloaded from the website). I am under the impression we need to do the following maually. Can someone let me know how to proceed on this. As I have done part of the instructions I cant login as admin admin. I cant see any pipeline with the name login-cas In addition, the file "/config/pipelines.xml" in the bootstrap project should be edited to redirect login requests to CAS. There is a pipeline named "login-cas" that shows how this is done; you need simply to set the appropriate login URL, rename "login-cas" to "login", and rename the existing "login" pipeline to "login-local". Thanks __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Carl P B. <C.P...@hu...> - 2006-10-23 15:23:02
|
Thanks Alex, I wasn't sure I could delete the whole workflow-data directory. I did that as suggested and it's working without problems. I'll make sure I use kill -15 in the future. Cheers Carl ************************************* Carl Barrow Systems Integrator e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 ************************************* -----Original Message----- From: Alex Vigdor [mailto:al...@bi...]=20 Sent: 23 October 2006 15:02 To: Hypercontent-users List Cc: Carl P Barrow Subject: Re: H/C Error HI Carl, The quickest and ugliest fix would be to stop the server, delete the =20 "workflow-data" directory from that project, and restart. Somewhere =20 in that directory some of the data is in an inconsistent state due to =20 the forced shutdown, and I can't seem to ssh in to track it down. =20 Deleting the workflow data directory will wipe out all records of =20 past workflow activities (build, publish, etc), and will kill any =20 approval requests currently outstanding. For many sites this isn't =20 a big deal. If you don't want to lose those records, or if you have =20 time to explore further, I suggest you ssh into the server and look =20 beneath the workflow-data dir for files with 0 length, or any files =20 named "file.lock" which you can then remove. Also, if you want to =20 zip up the repository from the command line and make it available to =20 me via some URL I might have more luck digging into it. You're right that there's no shutdown script - if you're starting up =20 from the Ant script, just type "ctrl-c" in that window to do a =20 graceful exit or do a "kill -15" on the process. If you deploy it =20 into a separate tomcat, you can use tomcat's shutdown script. Cheers, Alex On Oct 23, 2006, at 4:30 AM, Carl Barrow wrote: > Hi Alex, > > I'm getting at error when accessing the work flow on one of the =20 > sites here > in Hull. It was caused when H/C stopped working and I had no other =20 > way than > to kill - 9 the process. I tried removing conditional-=20 > executables.db and > pending-executables.db in /workflow-data in that site repository =20 > but that > didn't solve the problem. I've pasted the error bellow. > > If you want to get in and take a look the site is 'Portal Content - =20 > Services > and Suppport Tab' > > What is the best way to stop the java process rather than kill -9 . I > notice there isn't a stop command in build.xml. > > Cheers > Carl > > Invocation of method 'getWorkList' in class > org.hypercontent.workflow.impl.WorkflowFactoryImpl threw exception =20 > class > java.lang.StackOverflowError : null > > org.apache.velocity.runtime.parser.node.ASTMethod.execute=20 > (ASTMethod.java:246 > ) > org.apache.velocity.runtime.parser.node.ASTReference.execute=20 > (ASTReference.ja > va:175) > org.apache.velocity.runtime.parser.node.ASTReference.value=20 > (ASTReference.java > :327) > org.apache.velocity.runtime.parser.node.ASTExpression.value=20 > (ASTExpression.ja > va:51) > org.apache.velocity.runtime.parser.node.ASTSetDirective.render=20 > (ASTSetDirecti > ve.java:95) > org.apache.velocity.runtime.parser.node.ASTBlock.render=20 > (ASTBlock.java:55) > org.apache.velocity.runtime.parser.node.SimpleNode.render=20 > (SimpleNode.java:23 > 0) > org.apache.velocity.runtime.parser.node.ASTIfStatement.render=20 > (ASTIfStatement > .java:89) > org.apache.velocity.runtime.parser.node.SimpleNode.render=20 > (SimpleNode.java:23 > 0) > org.apache.velocity.Template.merge(Template.java:256) > org.hypercontent.project.engine.stage.VelocityStage.process=20 > (VelocityStage.ja > va:186) > org.hypercontent.project.engine.Pipeline.process(Pipeline.java:307) > org.hypercontent.project.engine.Pipeline.process(Pipeline.java:281) > org.hypercontent.project.AssetRequest.getAsset(AssetRequest.java:194) > org.hypercontent.server.ContentServer.service(ContentServer.java:441) > org.hypercontent.servlet.CompositionServlet.doGet=20 > (CompositionServlet.java:10 > 4) > javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter=20 > (Application > FilterChain.java:237) > org.apache.catalina.core.ApplicationFilterChain.doFilter=20 > (ApplicationFilterCh > ain.java:157) > org.apache.catalina.core.StandardWrapperValve.invoke=20 > (StandardWrapperValve.ja > va:214) > org.apache.catalina.core.StandardValveContext.invokeNext=20 > (StandardValveContex > t.java:104) > org.apache.catalina.core.StandardPipeline.invoke=20 > (StandardPipeline.java:520) > org.apache.catalina.core.StandardContextValve.invokeInternal=20 > (StandardContext > Valve.java:198) > org.apache.catalina.core.StandardContextValve.invoke=20 > (StandardContextValve.ja > va:152) > org.apache.catalina.core.StandardValveContext.invokeNext=20 > (StandardValveContex > t.java:104) > org.apache.catalina.core.StandardPipeline.invoke=20 > (StandardPipeline.java:520) > org.apache.catalina.core.StandardHostValve.invoke=20 > (StandardHostValve.java:137 > ) > org.apache.catalina.core.StandardValveContext.invokeNext=20 > (StandardValveContex > t.java:104) > org.apache.catalina.valves.ErrorReportValve.invoke=20 > (ErrorReportValve.java:118 > ) > org.apache.catalina.core.StandardValveContext.invokeNext=20 > (StandardValveContex > t.java:102) > org.apache.catalina.core.StandardPipeline.invoke=20 > (StandardPipeline.java:520) > org.apache.catalina.core.StandardEngineValve.invoke=20 > (StandardEngineValve.java > :109) > org.apache.catalina.core.StandardValveContext.invokeNext=20 > (StandardValveContex > t.java:104) > org.apache.catalina.core.StandardPipeline.invoke=20 > (StandardPipeline.java:520) > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) > org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:=20 > 160) > org.apache.coyote.http11.Http11Processor.process=20 > (Http11Processor.java:799) > org.apache.coyote.http11.Http11Protocol=20 > $Http11ConnectionHandler.processConne > ction(Http11Protocol.java:705) > org.apache.tomcat.util.net.TcpWorkerThread.runIt=20 > (PoolTcpEndpoint.java:577) > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run=20 > (ThreadPool.jav > a:683) > java.lang.Thread.run(Thread.java:534) > > > > > > ************************************* > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > ************************************* > > > ********************************************************************** > ******************* > To view the terms under which this email is distributed, please go =20 > to http://www.hull.ac.uk/legal/email_disclaimer.html > ********************************************************************** > ******************* > |
From: Alex V. <al...@bi...> - 2006-10-23 14:02:32
|
HI Carl, The quickest and ugliest fix would be to stop the server, delete the "workflow-data" directory from that project, and restart. Somewhere in that directory some of the data is in an inconsistent state due to the forced shutdown, and I can't seem to ssh in to track it down. Deleting the workflow data directory will wipe out all records of past workflow activities (build, publish, etc), and will kill any approval requests currently outstanding. For many sites this isn't a big deal. If you don't want to lose those records, or if you have time to explore further, I suggest you ssh into the server and look beneath the workflow-data dir for files with 0 length, or any files named "file.lock" which you can then remove. Also, if you want to zip up the repository from the command line and make it available to me via some URL I might have more luck digging into it. You're right that there's no shutdown script - if you're starting up from the Ant script, just type "ctrl-c" in that window to do a graceful exit or do a "kill -15" on the process. If you deploy it into a separate tomcat, you can use tomcat's shutdown script. Cheers, Alex On Oct 23, 2006, at 4:30 AM, Carl Barrow wrote: > Hi Alex, > > I'm getting at error when accessing the work flow on one of the > sites here > in Hull. It was caused when H/C stopped working and I had no other > way than > to kill - 9 the process. I tried removing conditional- > executables.db and > pending-executables.db in /workflow-data in that site repository > but that > didn't solve the problem. I've pasted the error bellow. > > If you want to get in and take a look the site is 'Portal Content - > Services > and Suppport Tab' > > What is the best way to stop the java process rather than kill -9 . I > notice there isn't a stop command in build.xml. > > Cheers > Carl > > Invocation of method 'getWorkList' in class > org.hypercontent.workflow.impl.WorkflowFactoryImpl threw exception > class > java.lang.StackOverflowError : null > > org.apache.velocity.runtime.parser.node.ASTMethod.execute > (ASTMethod.java:246 > ) > org.apache.velocity.runtime.parser.node.ASTReference.execute > (ASTReference.ja > va:175) > org.apache.velocity.runtime.parser.node.ASTReference.value > (ASTReference.java > :327) > org.apache.velocity.runtime.parser.node.ASTExpression.value > (ASTExpression.ja > va:51) > org.apache.velocity.runtime.parser.node.ASTSetDirective.render > (ASTSetDirecti > ve.java:95) > org.apache.velocity.runtime.parser.node.ASTBlock.render > (ASTBlock.java:55) > org.apache.velocity.runtime.parser.node.SimpleNode.render > (SimpleNode.java:23 > 0) > org.apache.velocity.runtime.parser.node.ASTIfStatement.render > (ASTIfStatement > .java:89) > org.apache.velocity.runtime.parser.node.SimpleNode.render > (SimpleNode.java:23 > 0) > org.apache.velocity.Template.merge(Template.java:256) > org.hypercontent.project.engine.stage.VelocityStage.process > (VelocityStage.ja > va:186) > org.hypercontent.project.engine.Pipeline.process(Pipeline.java:307) > org.hypercontent.project.engine.Pipeline.process(Pipeline.java:281) > org.hypercontent.project.AssetRequest.getAsset(AssetRequest.java:194) > org.hypercontent.server.ContentServer.service(ContentServer.java:441) > org.hypercontent.servlet.CompositionServlet.doGet > (CompositionServlet.java:10 > 4) > javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter > (Application > FilterChain.java:237) > org.apache.catalina.core.ApplicationFilterChain.doFilter > (ApplicationFilterCh > ain.java:157) > org.apache.catalina.core.StandardWrapperValve.invoke > (StandardWrapperValve.ja > va:214) > org.apache.catalina.core.StandardValveContext.invokeNext > (StandardValveContex > t.java:104) > org.apache.catalina.core.StandardPipeline.invoke > (StandardPipeline.java:520) > org.apache.catalina.core.StandardContextValve.invokeInternal > (StandardContext > Valve.java:198) > org.apache.catalina.core.StandardContextValve.invoke > (StandardContextValve.ja > va:152) > org.apache.catalina.core.StandardValveContext.invokeNext > (StandardValveContex > t.java:104) > org.apache.catalina.core.StandardPipeline.invoke > (StandardPipeline.java:520) > org.apache.catalina.core.StandardHostValve.invoke > (StandardHostValve.java:137 > ) > org.apache.catalina.core.StandardValveContext.invokeNext > (StandardValveContex > t.java:104) > org.apache.catalina.valves.ErrorReportValve.invoke > (ErrorReportValve.java:118 > ) > org.apache.catalina.core.StandardValveContext.invokeNext > (StandardValveContex > t.java:102) > org.apache.catalina.core.StandardPipeline.invoke > (StandardPipeline.java:520) > org.apache.catalina.core.StandardEngineValve.invoke > (StandardEngineValve.java > :109) > org.apache.catalina.core.StandardValveContext.invokeNext > (StandardValveContex > t.java:104) > org.apache.catalina.core.StandardPipeline.invoke > (StandardPipeline.java:520) > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) > org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java: > 160) > org.apache.coyote.http11.Http11Processor.process > (Http11Processor.java:799) > org.apache.coyote.http11.Http11Protocol > $Http11ConnectionHandler.processConne > ction(Http11Protocol.java:705) > org.apache.tomcat.util.net.TcpWorkerThread.runIt > (PoolTcpEndpoint.java:577) > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run > (ThreadPool.jav > a:683) > java.lang.Thread.run(Thread.java:534) > > > > > > ************************************* > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > ************************************* > > > ********************************************************************** > ******************* > To view the terms under which this email is distributed, please go > to http://www.hull.ac.uk/legal/email_disclaimer.html > ********************************************************************** > ******************* > |
From: Carl B. <C.P...@hu...> - 2006-10-23 08:30:41
|
Hi Alex, I'm getting at error when accessing the work flow on one of the sites here in Hull. It was caused when H/C stopped working and I had no other way than to kill - 9 the process. I tried removing conditional-executables.db and pending-executables.db in /workflow-data in that site repository but that didn't solve the problem. I've pasted the error bellow. If you want to get in and take a look the site is 'Portal Content - Services and Suppport Tab' What is the best way to stop the java process rather than kill -9 . I notice there isn't a stop command in build.xml. Cheers Carl Invocation of method 'getWorkList' in class org.hypercontent.workflow.impl.WorkflowFactoryImpl threw exception class java.lang.StackOverflowError : null org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:246 ) org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.ja va:175) org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java :327) org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.ja va:51) org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirecti ve.java:95) org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:55) org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:23 0) org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement .java:89) org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:23 0) org.apache.velocity.Template.merge(Template.java:256) org.hypercontent.project.engine.stage.VelocityStage.process(VelocityStage.ja va:186) org.hypercontent.project.engine.Pipeline.process(Pipeline.java:307) org.hypercontent.project.engine.Pipeline.process(Pipeline.java:281) org.hypercontent.project.AssetRequest.getAsset(AssetRequest.java:194) org.hypercontent.server.ContentServer.service(ContentServer.java:441) org.hypercontent.servlet.CompositionServlet.doGet(CompositionServlet.java:10 4) javax.servlet.http.HttpServlet.service(HttpServlet.java:689) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application FilterChain.java:237) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh ain.java:157) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja va:214) org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex t.java:104) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContext Valve.java:198) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja va:152) org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex t.java:104) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137 ) org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex t.java:104) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118 ) org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex t.java:102) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java :109) org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex t.java:104) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne ction(Http11Protocol.java:705) org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav a:683) java.lang.Thread.run(Thread.java:534) ************************************* Carl Barrow Systems Integrator e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 ************************************* ***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Alex V. <al...@bi...> - 2006-10-07 03:28:32
|
OK, I've checked in namespace-safe prefixes for temp edition URLs The following source files were updated: org/hypercontent/filesystem/FileHandle.java org/hypercontent/form/manage/ManagePrepStage.java org/hypercontent/form/vcard/VCardPrepStage.java org/hypercontent/project/AssetRequest.java And these files in the bootstrap repository /screens/image.vm /screens/upload.vm Test it out and let me know if you see any other symptoms! Cheers, Alex On Oct 6, 2006, at 10:38 AM, Alex Vigdor wrote: > Hi Carl, > Upon further reflection, I think it will be possible to keep = most =20 > of the current design the same and fix this problem by introducing =20 > a prefix for temporary editions, e.g. temp_123456. This will =20 > require changes in a couple of java classes and a number of screen =20 > templates, but by continuing to overload the edition parameter we =20 > will be able to avoid numerous other changes. I'll have a look at =20 > putting this prefix in place over the weekend. I'll let you know =20 > when I have something for you to test. > > Cheers, > Alex > > On Oct 3, 2006, at 11:41 AM, Carl Barrow wrote: > >> Hi Alex, >> >> >> >> We have just come across a bug today which is pretty significant =20 >> here in Hull but may not necessarily affect anyone else. The =20 >> University has changed the format of it=92s user IDs so new staff =20 >> now have numbers instead of letters ie =91123456=92 The first user = to =20 >> have this new ID format was added to HyperContent today but when =20 >> they are editing content they are unable to use the dropdown arrow =20= >> to view the content editor and then returning to the view screen =20 >> they get the following error: |
From: Alex V. <al...@bi...> - 2006-10-06 14:39:16
|
Hi Carl, Upon further reflection, I think it will be possible to keep = most of =20 the current design the same and fix this problem by introducing a =20 prefix for temporary editions, e.g. temp_123456. This will require =20 changes in a couple of java classes and a number of screen templates, =20= but by continuing to overload the edition parameter we will be able =20 to avoid numerous other changes. I'll have a look at putting this =20 prefix in place over the weekend. I'll let you know when I have =20 something for you to test. Cheers, Alex On Oct 3, 2006, at 11:41 AM, Carl Barrow wrote: > Hi Alex, > > > > We have just come across a bug today which is pretty significant =20 > here in Hull but may not necessarily affect anyone else. The =20 > University has changed the format of it=92s user IDs so new staff now =20= > have numbers instead of letters ie =91123456=92 The first user to = have =20 > this new ID format was added to HyperContent today but when they =20 > are editing content they are unable to use the dropdown arrow to =20 > view the content editor and then returning to the view screen they =20 > get the following error: > > > > There was an error processing your request /local/hypercontent/=20 > hypercontentnew/repositories/portal_content_serv_supp_tab/hr_hera/=20 > index.xml/editions/123456/metadata_file (No such file or directory) > > > > java.io.FileInputStream.open(Native Method) > > java.io.FileInputStream.<init>(FileInputStream.java:106) > > =20 > org.hypercontent.filesystem.impl.IOFileMetaDataLoader.getMetaData=20 > (IOFileMetaDataLoader.java:74) > > org.hypercontent.filesystem.File.getMetaData(File.java:192) > > org.hypercontent.project.FileAsset.getMetaData(FileAsset.java:235) > > =20 > org.hypercontent.project.engine.stage.XMLIncludeStage.getIncludes=20 > (XMLIncludeStage.java:166) > > =20 > org.hypercontent.project.engine.stage.XMLIncludeStage.getIncludes=20 > (XMLIncludeStage.java:122) > > =20 > org.hypercontent.project.engine.stage.XMLIncludeStage.getIncludes=20 > (XMLIncludeStage.java:176) > > org.hypercontent.project.engine.stage.XMLIncludeStage.process=20 > (XMLIncludeStage.java:67) > > org.hypercontent.project.engine.Pipeline.process(Pipeline.java:=20 > 307) > > org.hypercontent.project.engine.Pipeline.process(Pipeline.java:=20 > 281) > > org.hypercontent.project.AssetRequest.getAsset=20 > (AssetRequest.java:194) > > org.hypercontent.server.ContentServer.service=20 > (ContentServer.java:441) > > org.hypercontent.servlet.CompositionServlet.doGet=20 > (CompositionServlet.java:104) > > javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter=20= > (ApplicationFilterChain.java:237) > > org.apache.catalina.core.ApplicationFilterChain.doFilter=20 > (ApplicationFilterChain.java:157) > > org.apache.catalina.core.StandardWrapperValve.invoke=20 > (StandardWrapperValve.java:214) > > org.apache.catalina.core.StandardValveContext.invokeNext=20 > (StandardValveContext.java:104) > > org.apache.catalina.core.StandardPipeline.invoke=20 > (StandardPipeline.java:520) > > org.apache.catalina.core.StandardContextValve.invokeInternal=20 > (StandardContextValve.java:198) > > org.apache.catalina.core.StandardContextValve.invoke=20 > (StandardContextValve.java:152) > > org.apache.catalina.core.StandardValveContext.invokeNext=20 > (StandardValveContext.java:104) > > org.apache.catalina.core.StandardPipeline.invoke=20 > (StandardPipeline.java:520) > > org.apache.catalina.core.StandardHostValve.invoke=20 > (StandardHostValve.java:137) > > org.apache.catalina.core.StandardValveContext.invokeNext=20 > (StandardValveContext.java:104) > > org.apache.catalina.valves.ErrorReportValve.invoke=20 > (ErrorReportValve.java:118) > > org.apache.catalina.core.StandardValveContext.invokeNext=20 > (StandardValveContext.java:102) > > org.apache.catalina.core.StandardPipeline.invoke=20 > (StandardPipeline.java:520) > > org.apache.catalina.core.StandardEngineValve.invoke=20 > (StandardEngineValve.java:109) > > org.apache.catalina.core.StandardValveContext.invokeNext=20 > (StandardValveContext.java:104) > > org.apache.catalina.core.StandardPipeline.invoke=20 > (StandardPipeline.java:520) > > org.apache.catalina.core.ContainerBase.invoke=20 > (ContainerBase.java:929) > > org.apache.coyote.tomcat5.CoyoteAdapter.service=20 > (CoyoteAdapter.java:160) > > org.apache.coyote.http11.Http11Processor.process=20 > (Http11Processor.java:799) > > org.apache.coyote.http11.Http11Protocol=20 > $Http11ConnectionHandler.processConnection(Http11Protocol.java:705) > > org.apache.tomcat.util.net.TcpWorkerThread.runIt=20 > (PoolTcpEndpoint.java:577) > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run=20 > (ThreadPool.java:683) > > java.lang.Thread.run(Thread.java:534) > > > > Any help appreciated > > > > Cheers > > Carl > > > > > > ************************************* > > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > > ************************************* > > > > **********************************************************************=20= > ******************* > To view the terms under which this email is distributed, please go =20 > to http://www.hull.ac.uk/legal/email_disclaimer.html > **********************************************************************=20= > *******************---------------------------------------------------=20= > ---------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to =20 > share your > opinions on IT & business topics through brief surveys -- and earn =20 > cash > http://www.techsay.com/default.php?=20 > page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV____________________________= ____=20 > _______________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |
From: Alex V. <al...@bi...> - 2006-10-05 16:51:17
|
Thanks guys, I just finally saw my post from a couple days ago come across the list = this morning, so there must=20 have been a glitch somewhere, but it seems to be fine now! Alex On Thu, 5 Oct 2006 11:34:33 -0500, Chris Fontenot wrote > i'm lurking as well and have received several emails. not sure how=20 > active it is to know if i'm getting everything but i have been=20 > receiving some >=20 > --=20 > Chris Fontenot > Quis custodiet ipsos custodes? > 1DC9 F674 22A0 3A94 C3F3 D813 A596 2EC7 44EB B48F >=20 > On 10/5/06, Goodyear, Duran <DGo...@ua...> wrote: > > > > Just a lurker, saying I'm getting the [WINDOWS-1252?]emails=85. > > > > For what its worth. > > > > > > > > ________________________________________________ > > > > Duran Goodyear > > > > Web Developer > > > > Administrative Computing > > > > The University of the Arts > > > > 215.717.6068 > > > > > > ------------------------------ > > > > *From:* hyp...@li... [mailto: > > hyp...@li...] *On Behalf Of *Carl > > Barrow > > *Sent:* Wednesday, October 04, 2006 5:27 AM > > *To:* 'Alex Vigdor' > > *Cc:* Hypercontent-users List > > *Subject:* [Hypercontent-users] mailing list > > > > > > > > Hi Alex, > > > > > > > > I don't think the HyperContent mailing list is working as it should. > > Neither Robert or myself are getting the email set to it. I take it = you > > must be since you responded to my email yesterday. I've not had anyt= hing in > > the last three weeks since before I was on holiday. > > > > > > > > Cheers > > > > Carl > > > > > > > > ************************************* > > > > Carl Barrow > > Systems Integrator > > e-Services > > The University of Hull > > Cottingham Road > > Hull > > HU6 7RX > > Ext. 6838 > > > > ************************************* > > > > > > > > ---------------------------------------------------------------------= ---- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to sha= re > > your > > opinions on IT & business topics through brief surveys -- and earn ca= sh > > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CI= D=3DDEVDEV > > > > _______________________________________________ > > Hypercontent-users mailing list > > Hyp...@li... > > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > > > > > > |
From: Chris F. <chr...@gm...> - 2006-10-05 16:34:44
|
i'm lurking as well and have received several emails. not sure how active i= t is to know if i'm getting everything but i have been receiving some --=20 Chris Fontenot Quis custodiet ipsos custodes? 1DC9 F674 22A0 3A94 C3F3 D813 A596 2EC7 44EB B48F On 10/5/06, Goodyear, Duran <DGo...@ua...> wrote: > > Just a lurker, saying I'm getting the emails=85. > > For what its worth. > > > > ________________________________________________ > > Duran Goodyear > > Web Developer > > Administrative Computing > > The University of the Arts > > 215.717.6068 > > > ------------------------------ > > *From:* hyp...@li... [mailto: > hyp...@li...] *On Behalf Of *Carl > Barrow > *Sent:* Wednesday, October 04, 2006 5:27 AM > *To:* 'Alex Vigdor' > *Cc:* Hypercontent-users List > *Subject:* [Hypercontent-users] mailing list > > > > Hi Alex, > > > > I don't think the HyperContent mailing list is working as it should. > Neither Robert or myself are getting the email set to it. I take it you > must be since you responded to my email yesterday. I've not had anything= in > the last three weeks since before I was on holiday. > > > > Cheers > > Carl > > > > ************************************* > > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > > ************************************* > > > > ------------------------------------------------------------------------- > 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=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > > > |
From: Goodyear, D. <DGo...@ua...> - 2006-10-05 14:57:48
|
Just a lurker, saying I'm getting the emails.... For what its worth. =20 =20 ________________________________________________ Duran Goodyear Web Developer Administrative Computing The University of the Arts 215.717.6068 =20 ________________________________ From: hyp...@li... [mailto:hyp...@li...] On Behalf Of Carl Barrow Sent: Wednesday, October 04, 2006 5:27 AM To: 'Alex Vigdor' Cc: Hypercontent-users List Subject: [Hypercontent-users] mailing list =20 Hi Alex, =20 =20 I don't think the HyperContent mailing list is working as it should. Neither Robert or myself are getting the email set to it. I take it you must be since you responded to my email yesterday. I've not had anything in the last three weeks since before I was on holiday. =20 Cheers Carl =20 ************************************* Carl Barrow Systems Integrator e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 ************************************* =20 |
From: Carl B. <C.P...@hu...> - 2006-10-04 09:27:22
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Alex V. <al...@bi...> - 2006-10-03 18:43:42
|
Hi Carl, This is a tricky situation, as right now HC allows you to specify an "edition" parameter for any URL, whose value might refer to a permanent edition (numeric) or a user's temp file (string). The logic currently tries to parse "edition" as a number, and if it succeeds it assumes a reference to a permanent edition; if it fails, it assumes it refers to a temp edition. The danger with numeric user ids is that this parsing no longer provides an effective namespace separation; that is, you might have a permanent edition 123456 and a user 123456, and the system would not be able to distinguish which is being requested. I suppose the proper solution would be to remove this overloading of the "edition" property, but unfortunately this is not a trivial change. Are there any other distinguishing features or patterns to your numeric user id that might allow for a simpler hack? Cheers, Alex On Tue, 3 Oct 2006 16:41:52 +0100, Carl Barrow wrote > Hi Alex, > > We have just come across a bug today which is pretty significant > here in Hull but may not necessarily affect anyone else. The > University has changed the format of it's user IDs so new staff now > have numbers instead of letters ie '123456' The first user to have > this new ID format was added to HyperContent today but when they are > editing content they are unable to use the dropdown arrow to view > the content editor and then returning to the view screen they get > the following error: > > There was an error processing your request > /local/hypercontent/hypercontentnew/repositories/portal_content_serv_supp_ta > b/hr_hera/index.xml/editions/123456/metadata_file (No such file or > directory) > > java.io.FileInputStream.open(Native Method) > java.io.FileInputStream.<init>(FileInputStream.java:106) > > org.hypercontent.filesystem.impl.IOFileMetaDataLoader.getMetaData(IOFileMeta > DataLoader.java:74) > org.hypercontent.filesystem.File.getMetaData(File.java:192) > org.hypercontent.project.FileAsset.getMetaData(FileAsset.java:235) > > org.hypercontent.project.engine.stage.XMLIncludeStage.getIncludes(XMLInclude > Stage.java:166) > > org.hypercontent.project.engine.stage.XMLIncludeStage.getIncludes(XMLInclude > Stage.java:122) > > org.hypercontent.project.engine.stage.XMLIncludeStage.getIncludes(XMLInclude > Stage.java:176) > > org.hypercontent.project.engine.stage.XMLIncludeStage.process(XMLIncludeStag > e.java:67) > org.hypercontent.project.engine.Pipeline.process(Pipeline.java:307) org.hypercontent.project.engine.Pipeline.process(Pipeline.java:281) org.hypercontent.project.AssetRequest.getAsset(AssetRequest.java:194) org.hypercontent.server.ContentServer.service(ContentServer.java:441) > > org.hypercontent.servlet.CompositionServlet.doGet(CompositionServlet.java:10 > 4) > javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application > FilterChain.java:237) > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh > ain.java:157) > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja > va:214) > > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex > t.java:104) > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) > > org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContext > Valve.java:198) > > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja > va:152) > > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex > t.java:104) > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) > > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137 > ) > > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex > t.java:104) > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118 > ) > > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex > t.java:102) > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) > > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java > :109) > > org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex > t.java:104) > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) > > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799) > > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne > ction(Http11Protocol.java:705) > > org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577) > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav > a:683) > java.lang.Thread.run(Thread.java:534) > > Any help appreciated > > Cheers > Carl > > ************************************* > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > ************************************* |
From: Carl B. <C.P...@hu...> - 2006-10-03 15:42:12
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Carl P B. <C.P...@hu...> - 2006-09-12 14:59:57
|
Thanks Alex, That's back working now. I can go on holiday knowing there should be no problems :) Cheers Carl ************************************* Carl Barrow Systems Integrator e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 ************************************* -----Original Message----- From: hyp...@li... [mailto:hyp...@li...] On Behalf Of Alex Vigdor Sent: 12 September 2006 15:49 To: Hypercontent-users List Subject: Re: [Hypercontent-users] Another IE Bug Hi Carl, It looks like you may have your server base url configured in =20 hypercontent.properties as http://chorlton.lib.hull.ac.uk:80 Try changing this to http://chorlton.lib.hull.ac.uk I think the link rewriting is getting confused because the javascript =20 is looking for that port number in the url, which the browser has =20 taken away since it is the default port. Just a guess, though, let =20 me know if it works. Cheers, Alex On Sep 12, 2006, at 5:18 AM, Carl P Barrow wrote: > Hi Alex, > > Do you have any idea what might be happening here. I've noticed =20 > that the > same is happening with links also. I have people using it so I =20 > could do > with a pretty quick fix. > > Cheers > Carl > > ************************************* > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > ************************************* > > -----Original Message----- > From: hyp...@li... > [mailto:hyp...@li...] On Behalf Of > Carl P Barrow > Sent: 06 September 2006 16:09 > To: al...@bi...; Hypercontent-users List > Subject: Re: [Hypercontent-users] Another IE Bug > > Hi Alex, > > This seems the started happening again. I haven't made any updates > though which is strange. Any ideas? > > Cheers > Carl > > > > ************************************* > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > ************************************* > > -----Original Message----- > From: Carl P Barrow > Sent: 16 August 2006 09:21 > To: 'al...@bi...'; Hypercontent-users List > Subject: RE: [Hypercontent-users] Another IE Bug > > Hi Alex, > > Thanks very much, its all working now... > > Cheers > Carl > > ************************************* > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > ************************************* > > -----Original Message----- > From: hyp...@li... > [mailto:hyp...@li...] On Behalf Of > al...@bi... > Sent: 15 August 2006 19:31 > To: Hypercontent-users List > Subject: Re: [Hypercontent-users] Another IE Bug > > Hi Carl, > It turns out your production instance had a couple of other out of =20 > date > javascript files (manage.js & > rss.js). I updated them, and things seem to be working OK now. =20 > Let me > know if you agree! > > Cheers, > Alex > > On Wed, 9 Aug 2006 12:02:05 +0100, Carl P Barrow wrote >> Hi Alex, >> >> I think I've found another IE bug (if only we just had FireFox) I >> switched my install of H/C 2.0 to run on port 80 which I thought I >> had no problems with. What I've found is that for some reason when > adding >> an image to a page it appends the mount-pont to the image path. So > when >> the path should be /media/image.jpg it puts >> /mount-point/media/image.jpg. This doesn't happen in FireFox. >> >> Like I said it seems to be just when running on port 80 and using >> IE. I took a copy of my live hypercontent install and ran it on >> port 8090 and didn't see the problem. >> >> Cheers >> Carl >> >> ************************************* >> Carl Barrow >> Systems Integrator >> e-Services >> The University of Hull >> Cottingham Road >> Hull >> HU6 7RX >> Ext. 6838 >> ************************************* > > > ---------------------------------------------------------------------- > -- > - > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?=20 > cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D121642 > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-=20 > users***************************************************************** > ************************ > To view the terms under which this email is distributed, please go =20 > to http://www.hull.ac.uk/legal/email_disclaimer.html > ********************************************************************** > ******************* ------------------------------------------------------------------------ - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 _______________________________________________ Hypercontent-users mailing list Hyp...@li... https://lists.sourceforge.net/lists/listinfo/hypercontent-users |
From: Alex V. <al...@bi...> - 2006-09-12 14:48:55
|
Hi Carl, It looks like you may have your server base url configured in hypercontent.properties as http://chorlton.lib.hull.ac.uk:80 Try changing this to http://chorlton.lib.hull.ac.uk I think the link rewriting is getting confused because the javascript is looking for that port number in the url, which the browser has taken away since it is the default port. Just a guess, though, let me know if it works. Cheers, Alex On Sep 12, 2006, at 5:18 AM, Carl P Barrow wrote: > Hi Alex, > > Do you have any idea what might be happening here. I've noticed > that the > same is happening with links also. I have people using it so I > could do > with a pretty quick fix. > > Cheers > Carl > > ************************************* > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > ************************************* > > -----Original Message----- > From: hyp...@li... > [mailto:hyp...@li...] On Behalf Of > Carl P Barrow > Sent: 06 September 2006 16:09 > To: al...@bi...; Hypercontent-users List > Subject: Re: [Hypercontent-users] Another IE Bug > > Hi Alex, > > This seems the started happening again. I haven't made any updates > though which is strange. Any ideas? > > Cheers > Carl > > > > ************************************* > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > ************************************* > > -----Original Message----- > From: Carl P Barrow > Sent: 16 August 2006 09:21 > To: 'al...@bi...'; Hypercontent-users List > Subject: RE: [Hypercontent-users] Another IE Bug > > Hi Alex, > > Thanks very much, its all working now... > > Cheers > Carl > > ************************************* > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > ************************************* > > -----Original Message----- > From: hyp...@li... > [mailto:hyp...@li...] On Behalf Of > al...@bi... > Sent: 15 August 2006 19:31 > To: Hypercontent-users List > Subject: Re: [Hypercontent-users] Another IE Bug > > Hi Carl, > It turns out your production instance had a couple of other out of > date > javascript files (manage.js & > rss.js). I updated them, and things seem to be working OK now. > Let me > know if you agree! > > Cheers, > Alex > > On Wed, 9 Aug 2006 12:02:05 +0100, Carl P Barrow wrote >> Hi Alex, >> >> I think I've found another IE bug (if only we just had FireFox) I >> switched my install of H/C 2.0 to run on port 80 which I thought I >> had no problems with. What I've found is that for some reason when > adding >> an image to a page it appends the mount-pont to the image path. So > when >> the path should be /media/image.jpg it puts >> /mount-point/media/image.jpg. This doesn't happen in FireFox. >> >> Like I said it seems to be just when running on port 80 and using >> IE. I took a copy of my live hypercontent install and ran it on >> port 8090 and didn't see the problem. >> >> Cheers >> Carl >> >> ************************************* >> Carl Barrow >> Systems Integrator >> e-Services >> The University of Hull >> Cottingham Road >> Hull >> HU6 7RX >> Ext. 6838 >> ************************************* > > > ---------------------------------------------------------------------- > -- > - > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent- > users***************************************************************** > ************************ > To view the terms under which this email is distributed, please go > to http://www.hull.ac.uk/legal/email_disclaimer.html > ********************************************************************** > ******************* |
From: Carl P B. <C.P...@hu...> - 2006-09-12 09:19:09
|
Hi Alex, Do you have any idea what might be happening here. I've noticed that the same is happening with links also. I have people using it so I could do with a pretty quick fix. Cheers Carl ************************************* Carl Barrow Systems Integrator e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 ************************************* -----Original Message----- From: hyp...@li... [mailto:hyp...@li...] On Behalf Of Carl P Barrow Sent: 06 September 2006 16:09 To: al...@bi...; Hypercontent-users List Subject: Re: [Hypercontent-users] Another IE Bug Hi Alex, This seems the started happening again. I haven't made any updates though which is strange. Any ideas? Cheers Carl ************************************* Carl Barrow Systems Integrator e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 ************************************* -----Original Message----- From: Carl P Barrow=20 Sent: 16 August 2006 09:21 To: 'al...@bi...'; Hypercontent-users List Subject: RE: [Hypercontent-users] Another IE Bug Hi Alex, =20 Thanks very much, its all working now... Cheers Carl ************************************* Carl Barrow Systems Integrator e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 ************************************* -----Original Message----- From: hyp...@li... [mailto:hyp...@li...] On Behalf Of al...@bi... Sent: 15 August 2006 19:31 To: Hypercontent-users List Subject: Re: [Hypercontent-users] Another IE Bug Hi Carl, It turns out your production instance had a couple of other out of date javascript files (manage.js &=20 rss.js). I updated them, and things seem to be working OK now. Let me know if you agree! Cheers, Alex On Wed, 9 Aug 2006 12:02:05 +0100, Carl P Barrow wrote > Hi Alex, >=20 > I think I've found another IE bug (if only we just had FireFox) I > switched my install of H/C 2.0 to run on port 80 which I thought I=20 > had no problems with. What I've found is that for some reason when adding > an image to a page it appends the mount-pont to the image path. So when > the path should be /media/image.jpg it puts > /mount-point/media/image.jpg. This doesn't happen in FireFox. >=20 > Like I said it seems to be just when running on port 80 and using=20 > IE. I took a copy of my live hypercontent install and ran it on=20 > port 8090 and didn't see the problem. >=20 > Cheers > Carl >=20 > ************************************* > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > ************************************* ------------------------------------------------------------------------ - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 _______________________________________________ Hypercontent-users mailing list Hyp...@li... https://lists.sourceforge.net/lists/listinfo/hypercontent-users |
From: Alex V. <al...@bi...> - 2006-09-07 10:53:53
|
On Sep 7, 2006, at 2:49 AM, tom tom wrote: > Alex, > I did exactly what u said, next thing I want to add a > html file using the UI, cant I do it? You should be able to add it using the "add" menu on the right side when you're in your project and logged in with sufficient privileges (e.g. admin). 1) go to http://{www.yourserver.edu}/hypercontent/{your-project} 2) log in 3) click "add" then select "HTML File" 4) give the file a name 5) edit and save. The URL for the content will then be http://{www.yourserver.edu}/hypercontent/{your-project}/{your-page}.html > > I did add a one html file manually to the repository > but it doent show in the UI. Flat files are note recognized as valid by the versioning file system; it uses a special directory structure to store data. Good luck getting this working - your project definition looks fine, so you shouldn't be far off. I'm off to the airport for a four day weekend, so I'll check back on this thread Monday. Cheers, Alex |
From: tom t. <j_l...@ya...> - 2006-09-07 06:49:51
|
Alex, I did exactly what u said, next thing I want to add a html file using the UI, cant I do it? I did add a one html file manually to the repository but it doent show in the UI. How can we view the html page (what is the url that I should give from outside app like uPortal, what is the URL should I give, my project definition now look like this <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE cms-project SYSTEM "http://hypercontent.sourceforge.net/dtd/hypercontent2_0.dtd"> <cms-project> <resource-directory path="/**/*.html" label="Html File" publish="true"> <content type="text/html"/> </resource-directory> </cms-project> Carl, Ur demo zip works fine but I want to do my own hello world app. cause unfortunately more work needs to be done to the Help and HyperContent documentation, till that I want to learn my self what is going on. --- al <al...@bi...> wrote: > On Tue, 5 Sep 2006 23:47:40 -0700 (PDT), tom tom > wrote > > > I want to get a quick hello world type demo > > (prototype) using Hypercontent. Can't I get that > > through using HTML and images etc. Is it > mandotary > > that it should always go with XML,DTDs and > XSLTs. > > You do not have to use XML, DTDs and XSL if all you > want is plain WYSIWYG HTML. > > > > > I made a simple project definition but it failed. > > > > Also it complain about 'You are not authorized to > do > > this operation', Is there any place these been > > documented (steps)to get a simple project going > on > > HyperContent. > > For more info on configuring permissions, see > http://hypercontent.sourceforge.net/help/project/permissions.html > > There are some other good documents in that section > to help you get started, but some pages are > unfortunately still blank. > > > > > My intention is to demonstrte, HyperContent 2.0 > with > > CAS and uPortal. > > > > I created new project, and login as admin user. > > > > What is the support for the jsp pages, can we > have > > jsp > > pages, will it render? > > There is not currently a JSP renderer in > HyperContent. > > > <resource-directory path="/html" > label="htmlfiles"> > > <content type="text/html"/> > > <output content-type="text/html" /> > > </resource-directory> > > You're very close! The missing key here is a > wildcard in the pattern. > > <resource-directory path="/html/*.html" label="Html > File" publish="true"> > <content type="text/html"/> > </resource-directory> > > Note that with publish="true", you do not have to > specify an output if you just want the raw file > output. You would need an output if you wanted to > perform any processing, or change the content > type retured from the server. This is handy for > DTDs, for example, since browser don't recognize > their content type. > > <resource-directory label="DTD" path="/config/dtd/*" > publish="false"> > <content type="application/xml-dtd" /> > <output basedir="/" content-type="text/plain" /> > </resource-directory> > > File patterns are similar to ant patterns; you could > also specify your path as "/**/*.html", and this > would allow users to put HTML files in any directory > at any level. > > Cheers, > Alex > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support > web services, security? > Get stuff done quickly with pre-integrated > technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 > based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: al <al...@bi...> - 2006-09-06 19:09:17
|
On Tue, 5 Sep 2006 23:47:40 -0700 (PDT), tom tom wrote > I want to get a quick hello world type demo > (prototype) using Hypercontent. Can't I get that > through using HTML and images etc. Is it mandotary > that it should always go with XML,DTDs and XSLTs. You do not have to use XML, DTDs and XSL if all you want is plain WYSIWYG HTML. > > I made a simple project definition but it failed. > > Also it complain about 'You are not authorized to do > this operation', Is there any place these been > documented (steps)to get a simple project going on > HyperContent. For more info on configuring permissions, see http://hypercontent.sourceforge.net/help/project/permissions.html There are some other good documents in that section to help you get started, but some pages are unfortunately still blank. > > My intention is to demonstrte, HyperContent 2.0 with > CAS and uPortal. > > I created new project, and login as admin user. > > What is the support for the jsp pages, can we have > jsp > pages, will it render? There is not currently a JSP renderer in HyperContent. > <resource-directory path="/html" label="htmlfiles"> > <content type="text/html"/> > <output content-type="text/html" /> > </resource-directory> You're very close! The missing key here is a wildcard in the pattern. <resource-directory path="/html/*.html" label="Html File" publish="true"> <content type="text/html"/> </resource-directory> Note that with publish="true", you do not have to specify an output if you just want the raw file output. You would need an output if you wanted to perform any processing, or change the content type retured from the server. This is handy for DTDs, for example, since browser don't recognize their content type. <resource-directory label="DTD" path="/config/dtd/*" publish="false"> <content type="application/xml-dtd" /> <output basedir="/" content-type="text/plain" /> </resource-directory> File patterns are similar to ant patterns; you could also specify your path as "/**/*.html", and this would allow users to put HTML files in any directory at any level. Cheers, Alex |
From: Carl P B. <C.P...@hu...> - 2006-09-06 15:09:26
|
Hi Alex, This seems the started happening again. I haven't made any updates though which is strange. Any ideas? Cheers Carl ************************************* Carl Barrow Systems Integrator e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 ************************************* -----Original Message----- From: Carl P Barrow=20 Sent: 16 August 2006 09:21 To: 'al...@bi...'; Hypercontent-users List Subject: RE: [Hypercontent-users] Another IE Bug Hi Alex, =20 Thanks very much, its all working now... Cheers Carl ************************************* Carl Barrow Systems Integrator e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 ************************************* -----Original Message----- From: hyp...@li... [mailto:hyp...@li...] On Behalf Of al...@bi... Sent: 15 August 2006 19:31 To: Hypercontent-users List Subject: Re: [Hypercontent-users] Another IE Bug Hi Carl, It turns out your production instance had a couple of other out of date javascript files (manage.js &=20 rss.js). I updated them, and things seem to be working OK now. Let me know if you agree! Cheers, Alex On Wed, 9 Aug 2006 12:02:05 +0100, Carl P Barrow wrote > Hi Alex, >=20 > I think I've found another IE bug (if only we just had FireFox) I > switched my install of H/C 2.0 to run on port 80 which I thought I=20 > had no problems with. What I've found is that for some reason when adding > an image to a page it appends the mount-pont to the image path. So when > the path should be /media/image.jpg it puts > /mount-point/media/image.jpg. This doesn't happen in FireFox. >=20 > Like I said it seems to be just when running on port 80 and using=20 > IE. I took a copy of my live hypercontent install and ran it on=20 > port 8090 and didn't see the problem. >=20 > Cheers > Carl >=20 > ************************************* > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > ************************************* ------------------------------------------------------------------------ - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 _______________________________________________ Hypercontent-users mailing list Hyp...@li... https://lists.sourceforge.net/lists/listinfo/hypercontent-users |
From: Carl P B. <C.P...@hu...> - 2006-09-06 09:11:13
|
Hello HyperContent does require the use of DTDs XML and XSL to function. This is what makes it so flexible. I have updated the demo site from Hull in the WIKI (V2-development.zip) which is pretty much a 'Hello World' type of site. It includes the basic standard functions I have set up here at Hull and a few test pages to demo dynamic creation of navigation. The site does have Hull branding but you can change this very easily with a little knowledge of XSL. In /confing/xsl/common.xsl and /confing/xsl/commonhome.xsl The instructions to get this site running are as follows: Download the project Zip from the WIKI http://www.ja-sig.org/wiki/display/HYP/HyperContent+2.0+Demo+Site+from+H ull+University=20 Go to your HyperContent installation projects site http://localhost:8080/projects Login with Admin Admin Input a project repository name into the field labelled 'Create a new project' and press [enter] Give your project a mount-point. (Use development for the purpose of the Hull test site) Replace ${repository.base}/project-repository/ with your project repository details ${repository.base}/development/ Enter the 'metadata' screen by clicking the link located after 'list' and 'search'=20 Fill in the form and click 'save'. (Give HyperContent 10 seconds or so) Go to the address in a web browser (http://localhost:8080/development/) You will see two directories 'config' and 'workflow-data' >From the root of the site go into the workflow options(not the directory) At the bottom of the screen under Zip I/O, browse for the development zip file which you have downloaded =20 Set 'Force overwrite' to true Click upload wait for the site to upload. =20 If you click on the index file at the root of the site you will be able to see and use the site You will need to set your build and publish paths in the project definition if you want to put the site onto another web server. You may want to set up some groups and permissions, this is set up /config/groups.xml and /config permissions.xml If you have any problems please let me know. I will try and find some time to document how to set up a project although from the test site you should be able to see the process, I have some info in our WIKI here in Hull which might not be suitable as a starting point. Many Thanks Carl ************************************* Carl Barrow Systems Integrator e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 ************************************* -----Original Message----- From: hyp...@li... [mailto:hyp...@li...] On Behalf Of tom tom Sent: 06 September 2006 07:48 To: hyp...@li... Subject: [Hypercontent-users] Hello World Type Application-using hypercontent Hello World Type Application, =20 I want to get a quick hello world type demo (prototype) using Hypercontent. Can't I get that through using HTML and images etc. Is it mandotary that it should always go with XML,DTDs and XSLTs. =20 I made a simple project definition but it failed. =20 Also it complain about 'You are not authorized to do this operation', Is there any place these been documented (steps)to get a simple project going on HyperContent. =20 =20 My intention is to demonstrte, HyperContent 2.0 with CAS and uPortal.=20 =20 I created new project, and login as admin user. =20 What is the support for the jsp pages, can we have jsp pages, will it render? =20 =20 =20 <?xml version=3D"1.0" encoding=3D"UTF-8"?> <!DOCTYPE cms-project SYSTEM "http://hypercontent.sourceforge.net/dtd/hypercontent2_0.dtd"> <cms-project> <build> <filesystem-def name=3D"myproject Site Build" type=3D"local"> <argument index=3D"0" value=3D"${repository.base}/myproject-build/" /> <argument index=3D"1" value=3D"autocreate"/> </filesystem-def> </build> <publish> <filesystem-def name=3D"myproject Site Publish" type=3D"local"> <argument index=3D"0" value=3D"${repository.base}/myproject-publish/" /> <argument index=3D"1" value=3D"autocreate"/> </filesystem-def> </publish> =09 =09 <resource-directory path=3D"/html" label=3D"htmlfiles"> <content type=3D"text/html"/> <output content-type=3D"text/html" /> </resource-directory> =09 </cms-project> __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around=20 http://mail.yahoo.com=20 ------------------------------------------------------------------------ - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 _______________________________________________ Hypercontent-users mailing list Hyp...@li... https://lists.sourceforge.net/lists/listinfo/hypercontent-users |
From: tom t. <j_l...@ya...> - 2006-09-06 06:47:47
|
Hello World Type Application, I want to get a quick hello world type demo (prototype) using Hypercontent. Can't I get that through using HTML and images etc. Is it mandotary that it should always go with XML,DTDs and XSLTs. I made a simple project definition but it failed. Also it complain about 'You are not authorized to do this operation', Is there any place these been documented (steps)to get a simple project going on HyperContent. My intention is to demonstrte, HyperContent 2.0 with CAS and uPortal. I created new project, and login as admin user. What is the support for the jsp pages, can we have jsp pages, will it render? <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE cms-project SYSTEM "http://hypercontent.sourceforge.net/dtd/hypercontent2_0.dtd"> <cms-project> <build> <filesystem-def name="myproject Site Build" type="local"> <argument index="0" value="${repository.base}/myproject-build/" /> <argument index="1" value="autocreate"/> </filesystem-def> </build> <publish> <filesystem-def name="myproject Site Publish" type="local"> <argument index="0" value="${repository.base}/myproject-publish/" /> <argument index="1" value="autocreate"/> </filesystem-def> </publish> <resource-directory path="/html" label="htmlfiles"> <content type="text/html"/> <output content-type="text/html" /> </resource-directory> </cms-project> __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: tom t. <j_l...@ya...> - 2006-09-06 06:01:31
|
Hello World Type Application, I want to get a quick hello world type demo (prototype) using Hypercontent. Can't I get that through using HTML and images etc. Is it mandotary that it should always go with XML,DTDs and XSLTs. I made a simple project definition but it failed. Also it complain about 'You are not authorized to do this operation', Is there any place these been documented (steps)to get a simple project going on HyperContent. My intention is to demo, HyperContent 2.0 with CAS and uPortal. I created new project, and login as admin user. What is the support for the jsp pages, can we have jsp pages, will it render <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE cms-project SYSTEM "http://hypercontent.sourceforge.net/dtd/hypercontent2_0.dtd"> <cms-project> <build> <filesystem-def name="myproject Site Build" type="local"> <argument index="0" value="${repository.base}/myproject-build/" /> <argument index="1" value="autocreate"/> </filesystem-def> </build> <publish> <filesystem-def name="myproject Site Publish" type="local"> <argument index="0" value="${repository.base}/myproject-publish/" /> <argument index="1" value="autocreate"/> </filesystem-def> </publish> <resource-directory path="/html" label="htmlfiles"> <content type="text/html"/> <output content-type="text/html" /> </resource-directory> </cms-project> __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Alex V. <al...@bi...> - 2006-09-05 13:13:38
|
Hi, First off, make sure you follow the directions in cas-support/ CAS_READ_ME in the HyperContent distribution to enable and configure CAS in HyperContent. You should make sure you can log in with CAS directly before proceeding to portal integration. There's two things you must do to enable CAS single-sign on when publishing a secured HyperContent URL to a channel in uPortal. 1) You must specify the CasConnectionContext as your LocalConnectionContext (one of the fields on the Web Proxy publishing screen). This tells the portal to get a proxy ticket and pass it on to HyperContent. The fully qualified classname is edu.yale.its.tp.portal.security.CasConnectionContext 2) You must add the Login command to the HyperContent URL, so HyperContent knows it should look for credentials attached to the request (in this case the proxy ticket) e.g. http://localhost:8080/hypercontent/index.xml?mode=dashboard- portlet&command=Login That should do it! Cheers, Alex On Sep 4, 2006, at 10:16 PM, tom tom wrote: > > The dashboard URL which Itried was > > http://localhost:8080/hypercontent/index.xml?mode=dashboard-portlet > > because I deployed the hypercontent.war file to the > servlet container, but after that > I installed the hypercontent 2.0 inbuilt tomcat > installation as well then gave the > following URL (I stoped the other tomcat ) > > > http://localhost:8080/index.xml?mode=dashboard-portlet > > then what happened was it prompted to enter user > name and password (i entered admin , admin) > then it redirected to the home page where it lists > all the projects, cant see much happenning. > > > Well, we dont need help project at the moment, as > new comers if we can get a new project going in with > CAS that would be great, so that we can refer to the > resource in Hypercontent from uPortal and see how it > goes.(seemles cas login and rendering part) > > Unfortunately we couldnt get to that state because > even sometimes the hypercontent documentation > switches between Hy.. 2.0 and 1.4. > > If ALEX can give a hand on how to proceed CAS > integration that will be great. > > As recommended I will download the latest from the > CVS and see, Will there be instructions to build and > deploy. > > > If we can get the above part going we can accelarate > from there on. > > Thanks, > --- Carl P Barrow <C.P...@hu...> wrote: > >> Hi, >> >> The help project doesn't come with the base install >> of HyperContent. >> This can be downloaded form the WIKi >> > http://www.ja-sig.org/wiki/display/HYP/Web+Site+Archives >> and setup in >> your installation. There is also a site in there >> which was a base for >> all the sites here in Hull, although the code in >> there is a pretty old >> and the site was originally created in H/C 1.4. I >> need to update that. >> Once it's updated it might be useful to pull that >> down and take a look. >> >> The dashboard URL will be >> > http://localhost:8080/index.xml?mode=dashboard-portlet >> >> >> Alex should be able to help out with the CAS >> authentication issues, we >> are using LDAP here in Hull. >> >> Instead of downloading HyperContent from the site, I >> would suggest >> taking it from the CVS, this will ensure you have >> the latest version of >> everything. >> http://sourceforge.net/cvs/?group_id=101745 >> >> > -d:pserver:ano...@hy...:/cvsroot/ > hypercont >> ent co -P hypercontent2 >> Will bring that down for you. >> >> Thanks >> Carl >> >> ************************************* >> Carl Barrow >> Systems Integrator >> e-Services >> The University of Hull >> Cottingham Road >> Hull >> HU6 7RX >> Ext. 6838 >> ************************************* >> >> -----Original Message----- >> From: >> hyp...@li... >> > [mailto:hyp...@li...] >> On Behalf Of >> tom tom >> Sent: 04 September 2006 05:53 >> To: hyp...@li... >> Subject: [Hypercontent-users] Dashboard and CASIFY >> Hypercontent >> >> >> Hi, >> >> we installed HyperContent 2.0 (Not the beta >> version), >> We all new to Hypercontent. >> it comes up correctly but showed only three >> projects,it >> does not show the Help project as demonstrated in >> the >> Hypercontent web site. >> >> >> Also I tried >> >> > http://localhost:8080/hypercontent/index.xml?mode=dashboard-portlet >> >> nothing seem to Appear it goes to the home page. >> >> >> currently our uPortal 2.5.1 instance working fine >> with >> CAS 3.03 with JAAS, >> How can we make Hypercontent also cas enable, What >> are >> the classes to implement, Is there any guide >> or documentation around to casify Hypercontent with >> CAS. >> >> I read some answer (related to CAS) stating 'publish >> with the CasConnectionContext and adding a login >> command to the HC2 URL. What is meant by this. >> >> Should I consider the beta releases to try out those >> or, the 2.0 itself is enough? >> >> Thanks >> >> __________________________________________________ >> Do You Yahoo!? >> Tired of spam? Yahoo! Mail has the best spam >> protection around >> http://mail.yahoo.com >> >> > ---------------------------------------------------------------------- > -- >> - >> Using Tomcat but need to do more? Need to support >> web services, >> security? >> Get stuff done quickly with pre-integrated >> technology to make your job >> easier >> Download IBM WebSphere Application Server v.1.0.1 >> based on Apache >> Geronimo >> > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> Hypercontent-users mailing list >> Hyp...@li... >> > https://lists.sourceforge.net/lists/listinfo/hypercontent-users> > ********************************************************************** > ******************* >> To view the terms under which this email is >> distributed, please go to >> http://www.hull.ac.uk/legal/email_disclaimer.html >> > ********************************************************************** > ******************* > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > ---------------------------------------------------------------------- > --- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > |
From: tom t. <j_l...@ya...> - 2006-09-05 02:16:12
|
The dashboard URL which Itried was http://localhost:8080/hypercontent/index.xml?mode=dashboard-portlet because I deployed the hypercontent.war file to the servlet container, but after that I installed the hypercontent 2.0 inbuilt tomcat installation as well then gave the following URL (I stoped the other tomcat ) http://localhost:8080/index.xml?mode=dashboard-portlet then what happened was it prompted to enter user name and password (i entered admin , admin) then it redirected to the home page where it lists all the projects, cant see much happenning. Well, we dont need help project at the moment, as new comers if we can get a new project going in with CAS that would be great, so that we can refer to the resource in Hypercontent from uPortal and see how it goes.(seemles cas login and rendering part) Unfortunately we couldnt get to that state because even sometimes the hypercontent documentation switches between Hy.. 2.0 and 1.4. If ALEX can give a hand on how to proceed CAS integration that will be great. As recommended I will download the latest from the CVS and see, Will there be instructions to build and deploy. If we can get the above part going we can accelarate from there on. Thanks, --- Carl P Barrow <C.P...@hu...> wrote: > Hi, > > The help project doesn't come with the base install > of HyperContent. > This can be downloaded form the WIKi > http://www.ja-sig.org/wiki/display/HYP/Web+Site+Archives > and setup in > your installation. There is also a site in there > which was a base for > all the sites here in Hull, although the code in > there is a pretty old > and the site was originally created in H/C 1.4. I > need to update that. > Once it's updated it might be useful to pull that > down and take a look. > > The dashboard URL will be > http://localhost:8080/index.xml?mode=dashboard-portlet > > > Alex should be able to help out with the CAS > authentication issues, we > are using LDAP here in Hull. > > Instead of downloading HyperContent from the site, I > would suggest > taking it from the CVS, this will ensure you have > the latest version of > everything. > http://sourceforge.net/cvs/?group_id=101745 > > -d:pserver:ano...@hy...:/cvsroot/hypercont > ent co -P hypercontent2 > Will bring that down for you. > > Thanks > Carl > > ************************************* > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > ************************************* > > -----Original Message----- > From: > hyp...@li... > [mailto:hyp...@li...] > On Behalf Of > tom tom > Sent: 04 September 2006 05:53 > To: hyp...@li... > Subject: [Hypercontent-users] Dashboard and CASIFY > Hypercontent > > > Hi, > > we installed HyperContent 2.0 (Not the beta > version), > We all new to Hypercontent. > it comes up correctly but showed only three > projects,it > does not show the Help project as demonstrated in > the > Hypercontent web site. > > > Also I tried > > http://localhost:8080/hypercontent/index.xml?mode=dashboard-portlet > > nothing seem to Appear it goes to the home page. > > > currently our uPortal 2.5.1 instance working fine > with > CAS 3.03 with JAAS, > How can we make Hypercontent also cas enable, What > are > the classes to implement, Is there any guide > or documentation around to casify Hypercontent with > CAS. > > I read some answer (related to CAS) stating 'publish > with the CasConnectionContext and adding a login > command to the HC2 URL. What is meant by this. > > Should I consider the beta releases to try out those > or, the 2.0 itself is enough? > > Thanks > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around > http://mail.yahoo.com > > ------------------------------------------------------------------------ > - > Using Tomcat but need to do more? Need to support > web services, > security? > Get stuff done quickly with pre-integrated > technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 > based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users> ***************************************************************************************** > To view the terms under which this email is > distributed, please go to > http://www.hull.ac.uk/legal/email_disclaimer.html > ***************************************************************************************** __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Carl P B. <C.P...@hu...> - 2006-09-04 10:23:47
|
Hi, The help project doesn't come with the base install of HyperContent. This can be downloaded form the WIKi http://www.ja-sig.org/wiki/display/HYP/Web+Site+Archives and setup in your installation. There is also a site in there which was a base for all the sites here in Hull, although the code in there is a pretty old and the site was originally created in H/C 1.4. I need to update that. Once it's updated it might be useful to pull that down and take a look. The dashboard URL will be http://localhost:8080/index.xml?mode=3Ddashboard-portlet=20 Alex should be able to help out with the CAS authentication issues, we are using LDAP here in Hull. Instead of downloading HyperContent from the site, I would suggest taking it from the CVS, this will ensure you have the latest version of everything. http://sourceforge.net/cvs/?group_id=3D101745=20 -d:pserver:ano...@hy...:/cvsroot/hypercont ent co -P hypercontent2=20 Will bring that down for you. Thanks Carl ************************************* Carl Barrow Systems Integrator e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 ************************************* -----Original Message----- From: hyp...@li... [mailto:hyp...@li...] On Behalf Of tom tom Sent: 04 September 2006 05:53 To: hyp...@li... Subject: [Hypercontent-users] Dashboard and CASIFY Hypercontent Hi, we installed HyperContent 2.0 (Not the beta version), We all new to Hypercontent. it comes up correctly but showed only three projects,it does not show the Help project as demonstrated in the Hypercontent web site. Also I tried http://localhost:8080/hypercontent/index.xml?mode=3Ddashboard-portlet nothing seem to Appear it goes to the home page. currently our uPortal 2.5.1 instance working fine with CAS 3.03 with JAAS, How can we make Hypercontent also cas enable, What are the classes to implement, Is there any guide or documentation around to casify Hypercontent with CAS. I read some answer (related to CAS) stating 'publish with the CasConnectionContext and adding a login command to the HC2 URL. What is meant by this. Should I consider the beta releases to try out those or, the 2.0 itself is enough? Thanks __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around=20 http://mail.yahoo.com=20 ------------------------------------------------------------------------ - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 _______________________________________________ Hypercontent-users mailing list Hyp...@li... https://lists.sourceforge.net/lists/listinfo/hypercontent-users |