Re: Missing print icon in title bar

2004-02-19 Thread Paul Mansfield
On Thu, 2004-02-19 at 09:15, Alessandro La Rocca wrote: In order to avoid user customization, I created my own security-entry called limited-access as follows: security-entry name=limited-access I found that when I changed the security entry for a portlet, I had to restart the jetspeed app

RE: trouble with MySql

2004-02-18 Thread Paul Mansfield
On Tue, 2004-02-17 at 17:24, Bryan K. Cantwell wrote: Oh, but you assume wrong, I AM using the wrong driver. Now, which is the correct jar for that driver? you could write your own, but personally I'd use the ones from www.mysql.com :-) -Original Message- From: Paul Mansfield [mailto

[Fwd: Apache vs JSP vs Jetspeed]

2004-02-18 Thread Paul Mansfield
I did some performance testing using two machines which are dual pentium4 zeons each with 4GB of memory, u320 scsi etc. I used jakarta jmeter on one, and tested apache 1.3.28 - modjk2 - tomcat 5.0.16 - jetspeed1.4 the results are interesting. I can't say they're perfect - far from it - because I

Re: trouble with MySql

2004-02-17 Thread Paul Mansfield
On Mon, 2004-02-16 at 19:39, Bryan K. Cantwell wrote: I get my JS portal 1.4 running fine on 2000 using jdk 1.4.2 and tomcat 4.1.29 and the initial HSQL db. Yet, when I switch to MySql 4.0.17, I get the portal to load, I can go to most default pages and even make SOME changes to users, etc.

RE: Can 'Warning: page expired' be prevented?

2004-02-16 Thread Paul Mansfield
On Mon, 2004-02-16 at 14:27, Pernoud Aurelien wrote: But this can lead to other troubles where a request is analyzed / executed twice by the application... It is very very hard to make a webapp 100% compatible with back/next buttons :( Most solutions I've seen use some nasty

Re: ToDoList portlet problem upgrading to Tomcat 5 / JDK 1.4.2_03

2004-02-13 Thread Paul Mansfield
On Fri, 2004-02-13 at 16:02, Dalton, Michael D wrote: Hey folks, I just upgraded our Jetspeed 1.4 server to Apache Tomcat/5.0.18 and JDK 1.4.2_03-b02 . A few weeks ago I upgraded between tomcat5.0.12 and 5.0.16 and things broke - some subtle difference in the server.xml config and the

Re: PSML question

2004-02-09 Thread Paul Mansfield
On Mon, 2004-02-09 at 15:41, Archana Turaga wrote: Is it possible to use a role's psml file when the user is created and then after that psml file change is local to a particular user and not global to the role? yes, this is what happens, which is ironically exactly the opposite of what I want

Re: Restoring portlets to login setting

2004-02-09 Thread Paul Mansfield
On Fri, 2004-02-06 at 14:17, Michael Klaene wrote: Is there a simple configuration that I'm unaware of which will ALWAYS restore portlet mode changes to default upon login? there's an automatic save option in JetspeedResources.properties, but it doesn't seem to do much. I want to make users

Re: Jetspeed authentification with Domino LDAP server

2004-02-06 Thread Paul Mansfield
On Fri, 2004-02-06 at 15:15, Bertrand VENZAL wrote: I m currently working on a portal with a Jetspeed framework. I want to manage the jetspeed user authentification with a LDAP Domino Server. How can I do it ? there's been a lot of discussion recently on this list about customised

preventing profileration of user's own psml files

2004-02-04 Thread Paul Mansfield
I have slowly going mad trying to solve my problem, so please bear with me. It's quite possible I have mis-read the documentation, or perhaps have discovered a feature. I want to only have a small number of profile files on our system, and to be easily able to change the profile for all users by

Re: jetspeed 1.5 status

2004-02-03 Thread Paul Mansfield
On Tue, 2004-02-03 at 05:55, David Sean Taylor wrote: On Monday, February 2, 2004, at 04:38 AM, Paul Mansfield wrote: I've heard mention of js1.5, and am wondering if anyone can give me a date when it will be available in beta and/or in release-candidate form? Hopefully it will come

RE: How to get member of a group or users who have a role?

2004-02-02 Thread Paul Mansfield
On Thu, 2004-01-22 at 11:09, Youssef Mohammed wrote: unfortunately yes AFAIK Is there a way in Jetspeed to get all the members of a group or users in a particular role. The only way I can see to do this is to iterate through every user and check whether or not they have the role or

RE: Jetspeed 1.4 deployment performance ?

2004-02-02 Thread Paul Mansfield
please consider adding this information to the jetspeed wiki at http://nagoya.apache.org/wiki/apachewiki.cgi?JetspeedConfigurations - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: R: Changes in a PSML referenced by another

2004-02-02 Thread Paul Mansfield
On Tue, 2004-01-27 at 08:21, Cristina Lissoni wrote: I had the same problem. I also found out that if you try to modify the included page by clicking some customize icon from the including page, such changes are not permanent. I believe that the problem is the caching system, which notices

manifest for jetspeed

2004-01-14 Thread Paul Mansfield
I discovered a page when googling, a page I'd never found before (admittedly the jakarta/jetspeed site needs its navigation re-organising, but I was fairly sure I'd stumbled on all of it) http://jakarta.apache.org/jetspeed/site/jars.html I am wondering if this page has been lost because the link

RE: manifest for jetspeed

2004-01-14 Thread Paul Mansfield
On Wed, 2004-01-14 at 13:09, Pernoud Aurelien wrote: http://jakarta.apache.org/jetspeed/site/jars.html The link is from Resources : http://jakarta.apache.org/jetspeed/site/resources.html d'oh! Yes, I see it now. my bad... can't blame lack of coffee as I only drink decaf. Oh yeah, how about

RE: JSP Portlet -- Action Part

2004-01-14 Thread Paul Mansfield
On Wed, 2004-01-14 at 16:10, Thavutam, Prashanth wrote: Bela, Copy the action class in either of these packages org.apache.jetspeed.modules.actions.portlets org.apache.turbine.modules.actions.portlets and try. that's a quick and nasty hack, useful to prove you've got a working .class

jetspeed process and memory leak?

2004-01-13 Thread Paul Mansfield
I was wondering if anyone can suggest any reason for my problems. Platform: - rh 7.3 with kernel 2.4.20 - j2sdk 1.4.2_01 - apache 1.3.28 - tomcat 5.0.16 (upgraded yesterday from 5.0.12, no change) - jetspeed 1.4 release versio When I start up tomcat, I end up with 77 j2sdk processes each 61M

Re: jetspeed process and memory leak?

2004-01-13 Thread Paul Mansfield
On Tue, 2004-01-13 at 13:56, Paul Mansfield wrote: If I then reload my webapps using the tomcat manager webpage, the number of processes immediately grows to 100 (not always the same amount), and eat another 8 or 9MB of memory! It's not the stopping, which has no effect, but the starting

Re: Write your own book (notes) for Jetspeed 1.4+

2004-01-12 Thread Paul Mansfield
On Sat, 2004-01-10 at 17:34, John Wubbel wrote: It would be nice if there was one on-line location where people could post or share their journals through taxonomy or ontology representing all the open source packages used in the deployment. It would seem more I agree. And waddya know, there

Re: Username length

2004-01-09 Thread Paul Mansfield
On Fri, 2004-01-09 at 16:08, Peter Andersén wrote: Hi When trying to create a user that has [EMAIL PROTECTED] as a username. I can not because of the form not allowing me, no problem change the form ! But i would like to know are there any other restriction in the code or database when

Re: turbine,torque / jetspeed

2004-01-09 Thread Paul Mansfield
On Fri, 2004-01-09 at 17:31, karthikeyan wrote: anyone know where to get old turbine.jar file to use with jetspeed. ... I am unable to locate pre 2.0 versions of jars (torque, turbine) turbine-2.2 jar is to be part of the jetspeed1.4 distribution, so perhaps if u downloaded older versions of

Re: Jetspeed database question

2004-01-08 Thread Paul Mansfield
On Thu, 2004-01-08 at 00:52, Archana Turaga wrote: Hi, If we want to add additional columns into the mysql tables are there any rules that need to be followed? Is there a formal document somewhere that explain what the structure of the tables should be so that user authentication works in

IRC channel for jetspeed users?

2004-01-08 Thread Paul Mansfield
I just checked to see if there was a #jetspeed (or #jakarta-jetspeed1 etc) on irc.freenode.net, and there isn't. Anyone thought about having an irc channel? It'd be helpful to find people in the same timezone who might be able to offer hints. Paul

java debugging - SWAT anyone?

2004-01-08 Thread Paul Mansfield
I stumbled across SWAT today, which claims to be able to debug tomcat webapps http://www.bluemarsh.com/java/jswat/index.html after a bit of cursing of SuSE8.2 for not having the right version of j2sdk (entailing removing openoffice and a variety of random things so I could rpm/e the old

Re: JloginUser-JetspeedSecurity.login-JetspeedAuthentication.login-getServices.login

2004-01-07 Thread Paul Mansfield
On Fri, 2004-01-02 at 14:58, Paul Mansfield wrote: Platform: redhat7.3 on intel Software: jetspeed1.4 release JDK: j2sdk 1.4.2_01 Hi, I'm sorry if this is a dumb question, but I am trying to figure out how JLoginUser works; I have an external user database from which I

RE: JloginUser-JetspeedSecurity.login-JetspeedAuthentication.login-getServices.login

2004-01-07 Thread Paul Mansfield
On Wed, 2004-01-07 at 16:40, Pernoud Aurelien wrote: Village is used by Torque which is used by Turbine / Jetspeed Village really creates / execute the SQL statements I discovered all that too by accident :-/ see share.whichever.com for village thanks for that. when I was looking for

Re: Please help me out

2004-01-07 Thread Paul Mansfield
On Wed, 2004-01-07 at 17:34, Rajeev Singh wrote: Hi I am Rajeev and new to Jet speed i want to participate but I don't know from where to start it can be a bit of a shock if I were you, I'd start with a plain boring linux box (at the risk of a flame war, I like Debian for servers). You'll

JloginUser-JetspeedSecurity.login-JetspeedAuthentication.login-getServices.login

2004-01-02 Thread Paul Mansfield
Platform: redhat7.3 on intel Software: jetspeed1.4 release JDK:j2sdk 1.4.2_01 Hi, I'm sorry if this is a dumb question, but I am trying to figure out how JLoginUser works; I have an external user database from which I want to pull passwords, but keep the rest of the