Re: new portal deployment problems

2005-03-30 Thread David Sean Taylor
Michael Neilly wrote:
I have the same problem if I go into /portal and build and deploy the
same way. I've tried looking at the quickStart goal in maven.xml but
since I'm not familiar with Maven I'm still at a loss.
How should I deploy these properly?
I usually build a base system from the source and then add portlet 
applications as needed. Minimally I always need the security app.

For PSML, just copy over your PSML replacing the Jetspeed default PSML 
directory

I'm also attempting to use PERL portlets and so far have just been
making modifications in applications/perl/src directly to portlet.xml,
jetspeed-portlet.xml and cgi-bin/*. Is this the correct approach?
Recommend making your own project, and extending the Perl portlets.
I hesitate to recommend using Maven to create a new project (since you 
dont operate maven), but you can do so easily with 'maven genapp'

As a rule I modify the Jetspeed source code when working on my own 
applications


--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773-4646
[mobile] +01 707 529 9194
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


new portal deployment problems

2005-03-30 Thread Michael Neilly

I'm trying to setup a portal using jetspeed2 (M1) and am having a
problem doing so properly. Here's what I am doing based on a thread I
ran across from an earlier post at:

 
http://www.mail-archive.com/jetspeed-user@jakarta.apache.org/msg13502.html

  cd jakarta-jetspeed-2
  mkdir -p newportal/src/java
  mkdir -p newportal/src/webapp/WEB-INF/pages/

default-page.psml is just a stripped down version of the one from
portal/src/webapp/WEB-INF/pages/default-page.psml that only contains
the localeselector and login fragments. This is included at the end.

project.xml is just copied from portal/project.xml

In newportal I do the following:

  maven jetspeed2:build.portal jetspeed2:deploy.portal

After restarting Tomcat I can see the new portal but it can't find
the login and locale portlets returning the following errors:

  Failed to retrieve Portlet Definition for pam::LocaleSelector
  Failed to retrieve Portlet Definition for security::LoginPortlet

I have the same problem if I go into /portal and build and deploy the
same way. I've tried looking at the quickStart goal in maven.xml but
since I'm not familiar with Maven I'm still at a loss.

How should I deploy these properly?

I'm also attempting to use PERL portlets and so far have just been
making modifications in applications/perl/src directly to portlet.xml,
jetspeed-portlet.xml and cgi-bin/*. Is this the correct approach?

thanks in advance!
-M

 default-page.psml -



  
  New Portal
  
Ma Premiere Page de PSML
  
  
Jetspeed 2 ã¸
  

  

  
  


  
  

  

  
  

  *
  view

  




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]