Jetspeed setup page hangs after updating the db

2002-03-14 Thread Jefferson Uy
Hi, Finally got Jetspeed to run on Mysql. Thanks for the help. Turned out that the Catalina (Tomcat v4) startup script reset my CLASSPATH therefore Jetspeed could not find the mm.mysql driver. A new problem crop up (happens in both hsql and mysql) such that the Jetspeed page hangs after I click

basic questions (if FAQs, my apologies)

2002-03-14 Thread Saddest OfAllKeys
Folks, I found Jetspeed when searching for a tool to help my team with portal development. Jetspeed has blown me away, but I have some questions: -- Is there any timetable for when Jetspeed might be at "beta" stability? I want it for a production system in approx. 4 months. (Yes, I'm willing

Re: jetspeed does not free allocated memory on tomcat v4+

2002-03-14 Thread nostah
On Thursday 07 March 2002 18:46, you wrote: [ cut ] > > down!" message in jetspeed.log, but no error can be found there. Is > > anyone on the list experiencing similar problem? > > yes, i have the same exact problem, and would also be interested in > the solution, if any... > hello again, is the

Re: How to modify the skin? can't change the font color for the table

2002-03-14 Thread Paul Spencer
Irene, Paul Spencer Irene Huang wrote: > Paul, > > I have tried to use style attribute in the tag, and in the souce code, > it showed > However, it didn't show the color on the screen. Color is not an attribute of . Use the style attribute, i.e. style="color:red;" > Then I hard code i

Re: How to disable the required Secret Key in Confirmation page

2002-03-14 Thread Paul Spencer
Louis, Did you restart Jetspeed after changing the value of newuser.confirm.enable? I have been creating new user without being asked for a secret key. Paul Spencer Louie Lansang wrote: > I would like to disable asking a new user to input a secret key on the new > user confirmation page. I c

Re: password encryption on edit ...

2002-03-14 Thread Paul Spencer
Anand, Look like a bug in UpdateAccount.java and EditAccount.vm. Specifically EditAccount.vm does not request the existing password and UpdateAccount does not call changePassword(). Please enter this in Bugzilla so the bug does not get lost. http://nagoya.apache.org/bugzilla/enter_bug.cgi?

Re: problem with RSS portlet - newbie question

2002-03-14 Thread Paul Spencer
See http://www.mail-archive.com/jetspeed-user%40jakarta.apache.org/msg00775.html Paul Spencer David wrote: > I've been trying to get the RSS portlet working and all I get is the following error >message: > > org.apache.turbine.util.TurbineException: Error rendering Velocity template: >/cont

Image refreshing

2002-03-14 Thread Sara Camara
Hi everybody, I have a portlet that uploads a logo to a particular folder, then a vm template that reference the logo like this : Everything works fine in my win2k box with tomcat (no apache), the logo is refreshed less than a second after I upload a new logo. When I push everything on

Problem with rename jetspeed: the portlets can't be shown!

2002-03-14 Thread Irene Huang
Hello, After I renamed "jetspeed" to "mycopy", I can still login and add the portlets registered in .xreg, but no portlets show up. any idea? Irene -- To unsubscribe, e-mail: For additional commands, e-mail:

Customizing Role fallback PSML

2002-03-14 Thread Louie Lansang
If I enable role-based psml, I don't see how I can edit that role's default.psml file with the Customizer since there won't be a user assigned to that role. Is there a way to use the Customizer to edit this role psml file? One way I could think of is customizing turbine user first and then copyin

Re: problem installing HellowWorldPortlet

2002-03-14 Thread Paul Spencer
[EMAIL PROTECTED] wrote: > > > Okay.. it seems I've come a little further now. :) > > I copied the /WEB-INF/psml/group/apache/html/news.psml to > /WEB-INF/psml/group/forum/html/addtopic.psml > I replaced the line with type="ref" parent="ForumJSP"/> , where ForumJSP is the name of the portl

lockout function

2002-03-14 Thread todd tredeau
Ok... so now that I have successfully locked out the admin account... how might I renable it :) todd -- To unsubscribe, e-mail: For additional commands, e-mail:

Réf. : Jetspeed and SSO (Single Sine On)

2002-03-14 Thread PierreBESSON
I am interreted on same kind of solution, I tried to do this with the Portlets parameters (saved in psml files) , but I don't if this way is really secured, but I think that if the server is secured, your passwords are secured but maybe developpers can help us. I began with the HelloVelocity who

Jetspeed and SSO (Single Sine On)

2002-03-14 Thread Thorsten Saile
Hello, i will integrate a view applications with Basic Authentication in my JetSpeed Portal. Is there a way to use Single Sine On with Jetspeed? Best Regards Thorsten Saile -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Re: problem installing HellowWorldPortlet

2002-03-14 Thread Jasper . van . den . Bergh
> > Hello Paul, > > > > Thanks so far for your help, but I haven't managed to get it to work yet, since > > I'm confused what exactly to do. > > I have 7 JSP files, they are all linking to eachother and I want them all to be > > in one directory. The portlet should open the index.jsp, from wher

RE: Problem running Jetspeed using Mysql

2002-03-14 Thread Michael Turley
And remember to put the relevant .jar file in your WEB-INF/lib directory. You'll have to unjar the mmmysql jar file you download from sourceforge to get the ysql jar file with the correct classes (Do a jar -tvf and make sure that the you see the correct org/mm/gjt/blah pathname). --- Anth

RE: Locale Question

2002-03-14 Thread Hugh Brien
You need to change the settings in your Browser to another language. r, Hugh -Original Message- From: Yellow Man [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 12:52 AM To: [EMAIL PROTECTED] Subject: Locale Question I want to use a different language for Jetspeed, e.g. French.

RE: Problem running Jetspeed using Mysql

2002-03-14 Thread Anthony Smith
Download the mysql driver from: mmmysql.sourceforge.net/ -Original Message- From: Jefferson Uy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 8:39 PM To: '[EMAIL PROTECTED]' Subject: Problem running Jetspeed using Mysql Hi, I've installed Jetspeed 1.3a2 and it worked fine w

Re: why i cannot modify local-skin.xreg?

2002-03-14 Thread paulspencer
xreg files are written to disk when Jetspeed shutsdown. I suspect you are not waiting for jetspeed to read the changed file before shutting down. 1) Only ckange the file once a minute, Jetspeed uses the timestamp to determine the file has changed. The timestamp has a granularity of minutes 2)

Re: RE: Trying to make a confirmation page after login.

2002-03-14 Thread paulspencer
2 Ideas 1) Move the Terms from the login screen to a terms screen/portlet. The terms screen/portlet will be passed the username and password. When the user accepts the terms, then it will call the login stuff like the login screen did. You might be able to check for username/password before dis

why i cannot modify local-skin.xreg?

2002-03-14 Thread WANG Zheng, James
HI,Dear all, i created a new,blank local-skin.xreg and added only one skin-entry like below: then stop and restart Jetspeed,the content of local-skin.xreg is modified,the content is mergered with my new skin-entry and the

how to access skin properties

2002-03-14 Thread Sami Siren
Hi, Is there a way to use skin properties outside portlets? I would wery much like use skin colors in navigation -templates too... -- Sami Siren -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Re: problem installing HellowWorldPortlet

2002-03-14 Thread paulspencer
Jetspeed Users List <[EMAIL PROTECTED]> wrote: > > > Hello Paul, > > Thanks so far for your help, but I haven't managed to get it to work yet, since > I'm confused what exactly to do. > I have 7 JSP files, they are all linking to eachother and I want them all to be > in one directory. The portl

RE: Portlet Link - Target Frame

2002-03-14 Thread Mike Lecza
OK - I finally got it. Turns out that I had renamed the Porlet. The old portlet was still appearing on my site - so the parameter changes I made to the new portlet name were not reflected. I removed the old portlet and added the one with the new name and it is working fine now. Thanx for your

RE: Trying to make a confirmation page after login.

2002-03-14 Thread Burmeister, Mark
Unfortunalty I forgot to mention that the client wants the confirmation after login. Something about, he does not want spiders to be able to see their terms and conditions text. Any other ideas to get the login page to show a terms and conditions page agreement form everytime a user logs in. Thank

Re: problem installing HellowWorldPortlet

2002-03-14 Thread Jasper . van . den . Bergh
Hello Paul, Thanks so far for your help, but I haven't managed to get it to work yet, since I'm confused what exactly to do. I have 7 JSP files, they are all linking to eachother and I want them all to be in one directory. The portlet should open the index.jsp, from where I can link to the oth

Re: problem installing HellowWorldPortlet

2002-03-14 Thread Jasper . van . den . Bergh
Jasper van den Bergh, Please post this on the mailing list so others can benefit. Where is the file addtopic.jsp? If the file is under /WEB-INF, then it can not be referenced directly. Options: o Place addtopic.jsp in place that is directly accessible, i.e. /webapps/ROOT. Now the user is