Jetspeed-2 HEAD does not work today

2005-03-23 Thread Hampton, Thomas
I got the CVS HEAD today and successfully built it. Then finished following the instructions for deploying it. But when I try to bring it up in Mozilla the following error occurs. I'm unable to bring up even the main page. org.apache.jasper.JasperException at

Apache Portals Perl Framework Bridge build failed

2005-03-22 Thread Hampton, Thomas
I tried to build Jetspeed-2 today from the CVS Head and got the following error. I followed the instructions in the getting started exactly. 1) the java:compile goal fails because it can't find the org.apache.jetspeed.rewriter package, but the Rewriter Component built successfully. 2) Every

What is the Status of Jetspeed 2 ??

2005-03-18 Thread Hampton, Thomas
I'm currently using Jetspeed 1.5 and I would like to upgrade to Jetspeed 2 as soon as it is reasonable to do so. But I can't tell from the Jetspeed 2 website what the current status is. Is Jetspeed 2 released ? When will it be released ? Is the 'M1' release a production release or is it Alfa

Jetspeed with Secure LDAP ?

2005-02-14 Thread Hampton, Thomas
I've gotten Jetspeed to authenticate against LDAP but I would like to use SSL to communicate with the LDAP server. There are some properties to configure the security protocol to be SSL but I can't find where you specify where the certificates should be ? Is there a property somewhere that I

Problem using Oracle Jetspeed 1.5

2004-12-06 Thread Hampton, Thomas
I'm getting the following error when trying to create a new user account when running jetspeed 1.5 with Oracle. org.apache.jetspeed.services.security.UserException: Failed to create account 'a': ORA-04016: sequence TURBINE_USER no longer exists I created a database and ran the

RE: Can't mix JSP VM on the same page

2004-11-22 Thread Hampton, Thomas
I inserted an explicit link into left.vm as you suggested but it still throws the same error when mixing VM JSP. Here are the links that I added. The first one works fine (.vm - .vm). But the second one (.vm - .jsp) throws the same error I described in my previous message. a

Can't mix JSP VM on the same page

2004-11-18 Thread Hampton, Thomas
() ) { logger.debug(JetspeedTemplatePage: layoutTemplate is finally + layout); } . Thanks, Tom -Original Message- From: Hampton, Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 1:00 PM To: Jetspeed Users List Subject: RE: What do you

RE: What do you need to do to add a new screen ?

2004-11-17 Thread Hampton, Thomas
such as left.vm to a JSP template ? Thanks, Tom -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 11:58 PM To: Jetspeed Users List Subject: Re: What do you need to do to add a new screen ? Hampton, Thomas wrote: Right, so I changed

RE: What do you need to do to add a new screen ?

2004-11-17 Thread Hampton, Thomas
. What's even more weird is that the top bottom are still rendering top.vm bottom.vm. Any insight as to what I'm doing wrong ? I feel like I'm missing something simple here. Thanks, Tom -Original Message- From: Hampton, Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17

Default/Anon Screen ?

2004-11-16 Thread Hampton, Thomas
Jetspeed seems to come up for the Anon user to a screen that is some kind of portlet container. Is it possible to change that default screen to not be the a portlet container but some other screen ? What I'd like to do is have a regular screen be the default, and use the portal container when a

What do you need to do to add a new screen ?

2004-11-16 Thread Hampton, Thomas
I created a new screen template in the webapp\WEB-INF\templates\vm\screens\html directory. Then I modified the left.vm file as follows. td a href=$jslink.getPage(Page2) img src=images/leftnav_api.gif border=0 /a /td /tr tr td a

RE: What do you need to do to add a new screen ?

2004-11-16 Thread Hampton, Thomas
: David Sean Taylor [mailto:[EMAIL PROTECTED] Sent: Tue 11/16/2004 6:38 PM To: Jetspeed Users List Subject: Re: What do you need to do to add a new screen ? Hampton, Thomas wrote: I created a new screen template in the webapp\WEB-INF\templates\vm\screens\html directory. Then I modified

PHP compatible with Jetspeed ?

2004-11-05 Thread Hampton, Thomas
Has anyone used PHP successfully with Jetspeed ? I haven't attempted yet but was wondering if it's been done. Tom

RE: PHP compatible with Jetspeed ?

2004-11-05 Thread Hampton, Thomas
compatible with Jetspeed ? In Jetspeed-2 there is a PHP portlet that allows you to run php applications inside a portlet. We successfully run several PHP applications in our portal (latest J1 and J2) Roger Hampton, Thomas wrote: Has anyone used PHP successfully with Jetspeed ? I haven't attempted

How to correctly Java Script with Jetspeed ?

2004-10-21 Thread Hampton, Thomas
I'm having problems using Java Script in portlets because I don't know the correct place to put the function definitions. Java Script functions are supposed to be defined in the HEAD section to make sure that the scripts are loaded before they can possibly be called, but the HTML for portlets