Jetspeed in Action

2004-11-24 Thread Hema Menon
David & Scott, When will your book, "Jetspeed in Action" be ready? Manning books are really good. Sure enough this would be a winner too. Good luck with the book and looking forward to it. Hema ~~ Hema Menon --

Re: 2.0 or 1.X?

2004-11-24 Thread Roger Ruttimann
Just some notes: --> You would have to rewrite the J1 portlets and build portlet applications that are JSR-168 compliant. Sounds more complicated than it really is. --> J2 supports hot deploy for portlet applications, decorators/layouts --> The layout structure is simpler in J2 since you can defi

Re: AW: php-demo fails

2004-11-24 Thread Roger Ruttimann
It doesn't seem that libphp4.so in /usr/lib/apache Markus Wiese wrote: I know, this is probably more OS/java/php related and not necessarily jetspeed, but still I'd like to see it, php is installed, php -v works on the machine, I put in my /etc/profile.local: LD_LIBRARY_PATH=$PATH:/usr/lib/apache e

2.0 or 1.X?

2004-11-24 Thread Stefano Bianchi
Dear ALL, I finished successfully my previous project (though I have not seen yet www.euroworksafe.org in sample sites...) and I will soon start another one. I used Jetspeed 1.4-b3 for the previous project and I have now downloaded 1.5. Since I see many of you already play with 2.0 (I do not), I wo

RE: PSML Change in Runtime

2004-11-24 Thread Andy . Sun
Check out the refresh method in the PsmlManagerService interface. If you are using file-based psml (as oppose to the psml stored in DB), the CastorPsmlManagerService class implements this interface. The refresh method will call a getDocument method in the same class and the logic within will get th

AW: php-demo fails

2004-11-24 Thread Markus Wiese
Thanx Roger, I am really impressed! I double checked the libphp4.so, I compared the one I had installed with yours on www.itgroundwork.com Yours is around 400K bigger! Dropping it in /usr/lib/apache did the marvel, the error vanished! Please comment on the version I now have installed. And why do

AW: php-demo fails

2004-11-24 Thread Markus Wiese
I know, this is probably more OS/java/php related and not necessarily jetspeed, but still I'd like to see it, php is installed, php -v works on the machine, I put in my /etc/profile.local: LD_LIBRARY_PATH=$PATH:/usr/lib/apache export LD_LIBRARY_PATH CATALINA_OPTS='-Djava.awt.headless=true -Djava.

Re: php-demo fails

2004-11-24 Thread Menon, Hema
Markus, It failed on my version too. Tomcat shows unsatisfied link error. I guess it needs php4 dll or so. JetspeedContainerServlet: starting initialization of context PHP Portlets JetspeedContainerServlet: Initialization complete for context PHP Portlets java.lang.UnsatisfiedLinkError: no php4 i

Re: php-demo fails

2004-11-24 Thread Roger Ruttimann
The PHP environment needs to be setup and the php library needs to be in the LD_LIBRARY_PATH: more instruction can be found: http://www.itgroundwork.com/resources/php-setup.html Roger Markus Wiese wrote: Hi, after successfully setting up: SuSE 8.2, j2sdk1.4.2_03-b02, tomcat-5.0.29, Oracle9i, P

Re: Jetspeed 2 - Deploying in Tomcat Error

2004-11-24 Thread Menon, Hema
I resolved this issue by following these instructions from Scott http://www.mail-archive.com/jetspeed-dev@jakarta.apache.org/msg16644.html Thanks, Hema On Tue, 23 Nov 2004 10:56:38 -0600, Menon, Hema <[EMAIL PROTECTED]> wrote: > However, I am using j2sdk1.4.2_04 and the error that I am getting i

php-demo fails

2004-11-24 Thread Markus Wiese
Hi, after successfully setting up: SuSE 8.2, j2sdk1.4.2_03-b02, tomcat-5.0.29, Oracle9i, PHP 4.3.1 I'd like to check out the "PHP demo Portlet" But in the portlet itself I get the error msg: Portlet is Not Available: php-demo Reason: no php4 in java.library.path Where do I set this? marku

LateInitCastorRegistryService

2004-11-24 Thread Alan Chiang
Hi, I'm having a problem where Jetspeed 1.6 dev craps out after tomcat is reloaded, stopped and/or started multiple times. This also happens when I use Tomcat's manager to reload, stop and start Jetspeed multiple times Using J2 pre_portalurl_refactor_20041015, Jetspeed 1.6 Fusion as of Nov 5, J

Re: [SPAM] - Login portlet empty - Email has different SMTP TO: and MIME TO: fields in the email addresses

2004-11-24 Thread Gregory Ofman
Jamie, Check the web.xml in security/WEB-INF directory. I had the same problem, and in my case the following code was missing: JetspeedContainer Jetspeed Container MVC Servlet for Jetspeed Portlet Applications org.apache.jetspeed.container.JetspeedContainerServlet

Re: Login portlet empty

2004-11-24 Thread Menon, Hema
Jamie, Does the Tomcat logs shows any exception? Hema On Wed, 24 Nov 2004 06:53:05 -0700, Jamie Cruise <[EMAIL PROTECTED]> wrote: > I have installed jetspeed 2 and started it up using "maven quickStart". > The login portlet is empty. Any ideas? > > Cheers > Jamie > > -

Login portlet empty

2004-11-24 Thread Jamie Cruise
I have installed jetspeed 2 and started it up using "maven quickStart". The login portlet is empty. Any ideas? Cheers Jamie - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: PSML Change in Runtime

2004-11-24 Thread Carlos Torres
The screen didn't change after I make the change. I sumit a request to my application and I change the psml file. When the results come back to the screen it must be changed. There is the parameter services.PsmlManager.scanRate=120 in JetspeedResource.properties file. But I must change immediately.