Opening application(pop-up) windows from a portlet

2004-04-05 Thread Thavutam, Prashanth
We have links to different Java applications from a portlet with the
intention that the user would be authenticated and authorized before getting
to the links.
I need to have handle on opened windows from these links. For example, if
the user has already opened a window from a link and clicks the same link
again, it should just focus on the opened window without loosing the work,
and, if there is no window opened for that application, it should just open
a new window. I am using JavaScript to open child windows from portal and am
able to get handle on child windows, but stuck with a problem.
When a child window opened from a browser, they run in the same IE process
and seems to share the session. In my case, I need to open new windows, they
should be running in a new sessions and I need to have handle on those
windows.

I have tested two scenarios and neither of them gives desired results:
1. If the applications are running on same port, they are sharing the
session and seem to work fine. They might be referring to objects in session
with same name, resulting unwanted name-collision.

2. If the applications are running on different ports, while I am switching
between applications, they are creating a new session every time I switch.
I need to be able to work on two applications at the same time.

Some of you might have come across this situation or if there is something
similar already existing in Jetspeed. Please let me know how did you resolve
and any if anyone has any idea.

Regards,
Prashanth







 
This email message is for the sole use of the intended recipient (s) and may
contain confidential and privileged information. Any unauthorized review,
use, disclosure or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply email and destroy all copies
of the original message. To reply to our email administrator directly, send
an email to [EMAIL PROTECTED] 
Toys "R" Us, Inc.

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



RE: PSML and SQL Server (or Oracle)

2004-04-05 Thread Craig Connell
Reading my e-mail ... it should say:

... The endresult is the while the profile gets into the database, many of
the XML strings end up unterminated as they will not fit into the column.


Not

... The end result is the while the profile gets into the database, only XML
strings end up unterminated as they will not fit into the column. .

Craig

-Original Message-
From: Craig Connell [mailto:[EMAIL PROTECTED]
Sent: Monday, April 05, 2004 4:25 PM
To: 'Jetspeed Users List'
Subject: PSML and SQL Server (or Oracle)


Recently I have looked to move the PMSL files from Jetspeed into a SQL
Server database.  It seemed straightforward enough (I've done it for HSQL)
and the import ran OK.  The problem is this 

The binary type that the profile (xml) is placed into is only capable of
holding 8000 characters (the scripts actually set it up to 7192).  The end
result is the while the profile gets into the database, only XML strings end
up unterminated as they will not fit into the column.  I have some PSML /
Profile information that is around 8500 characters, and could get larger.

There are some tricks with regards to SQL Server for putting information of
this size into the table (writetext will let you do this), but would
Jetspeed work with this data if I did manage to get it into the database?

Anybody tried this or had any issues in this area?  Any recommendations?  I
have tried this with Oracle as well and believe that I am going to run into
the same problem (although I have not gotten that far since I have multiple
schemas associated with the SID, so I can't get the import to run properly -
any ideas on that would be great too!).

Thanks for any help.

Craig

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

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



PSML and SQL Server (or Oracle)

2004-04-05 Thread Craig Connell
Recently I have looked to move the PMSL files from Jetspeed into a SQL
Server database.  It seemed straightforward enough (I've done it for HSQL)
and the import ran OK.  The problem is this 

The binary type that the profile (xml) is placed into is only capable of
holding 8000 characters (the scripts actually set it up to 7192).  The end
result is the while the profile gets into the database, only XML strings end
up unterminated as they will not fit into the column.  I have some PSML /
Profile information that is around 8500 characters, and could get larger.

There are some tricks with regards to SQL Server for putting information of
this size into the table (writetext will let you do this), but would
Jetspeed work with this data if I did manage to get it into the database?

Anybody tried this or had any issues in this area?  Any recommendations?  I
have tried this with Oracle as well and believe that I am going to run into
the same problem (although I have not gotten that far since I have multiple
schemas associated with the SID, so I can't get the import to run properly -
any ideas on that would be great too!).

Thanks for any help.

Craig

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



RE: Jetspeed within a HTTP Server/Tomcat Config

2004-04-05 Thread Wilson, Allen
Raphael...

Thanks for the reply...

I'll look through the manually but I have a question. If the portal is specificied it 
switches over to the tomcat information and works fine (the tomcat is listen on port 
8009) but if I do not specify that..it loses the mapping to Jetspeed.

Should I specify the paths to the template directory so it recognizes those areas?

Allen

-Original Message-
From: Raphaël Luta [mailto:[EMAIL PROTECTED] 
Sent: Saturday, April 03, 2004 12:32 AM
To: Jetspeed Users List
Subject: Re: Jetspeed within a HTTP Server/Tomcat Config



Le 3 avr. 04, à 01:26, Wilson, Allen a écrit :

> Good Afternoon
>
> Has anyone implemented Jetspeed in an environment where you have Apache
> and Tomcat working together? If so, how do you config the Apache Server
> to deal with the Jetspeed mapping?
>
> For example, the URL for requesting a new Jetspeed account is
> http://yourserver.com/portal/portal/template/NewAccount but when 
> working
> within the Apache/Tomcat mix...this URL fails.
>
> Any help would be appreciated...
>
>

Jetspeed does not require any specific configuration in an 
Apache/Tomcat setup; it behaves
just like any other Tomcat webapp. I advise you to check the user 
manual of the
Tomcat connector you're using on your Apache server to see how to map
the available webapps.
Depending on the connector, you may have to explicitely map each webapp 
you
want to expose through the HTTPD server.

--
Raphaël Luta - [EMAIL PROTECTED]
Apache Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/


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

This message may contain proprietary or confidential company information.
Any unauthorized use or disclosure is prohibited.


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

[J1.4] Role based Menu Navigation Generation

2004-04-05 Thread Jumpy
Hi,

Just started getting feel of Jetspeed !

In our portal requirement is as per user role, our
menu naviagation bar will display different menus. So
Admin and guest user will have totally different menu
navigation.

My question is how can I plug in logic so that
Jetspeed pickup the correct menu navigation as per
user role ?

Also another question is, does this "menu navigation
bar" should be created as portlet or Jetspeed has
already placeholder for this ?

any examples/pointers will be really helpful. 

~
j

__
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/

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



Disabling WML

2004-04-05 Thread Floßmann Christoph
Is there an easy way (some skript I haven't found yet or something like that) so that 
I get rid of the wml feature at all? 

Or has this to be done by hand?

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



RE: Rolemerge criteria

2004-04-05 Thread Mark Orciuch
Currently, no sort is implemented. Take a look at
JetpeedProfilerService.mergeRoleProfiles to see how it's done.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com


> -Original Message-
> From: Alessandro La Rocca [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 05, 2004 11:27 AM
> To: [EMAIL PROTECTED]
> Subject: Rolemerge criteria
>
>
> Hi,
>
> what is the criteria used to merge tabs related to different role? Are
> roles sorted by id, name or anything else?
>
> BR, Alessandro
>



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



AW: Problem : time to load pages

2004-04-05 Thread Sprang, Henning (Firma CS)


> -Ursprüngliche Nachricht-
> Von: Stuart Belden [mailto:[EMAIL PROTECTED]
> Gesendet: Montag, 5. April 2004 16:39
> An: [EMAIL PROTECTED]
> Betreff: Re: Problem : time to load pages
> 
> 
> If there are any portlets that go out to the internet (the 
> stock-quote portlet is a common offender), remove them.


ah, right, that's another one. I experienced hang-ups of about 5 minutes
on Portal and Tomcat restart, too.

It seemed it had something to do with portlets and news feed trying to get
data from the net while i am behind a firewall.

It could be solve by either finding out how to confighure the java proxy settings 
(there's)
a chapter in jetspeed faq about this) or setting the network timeouts down.

I added the fllowing to my catalina.sh start script (under linux, under windows
you must modfiy catalina.bat or startup.bat depending on how you start tomcat):

JAVA_OPTS="${JAVA_OPTS} -Dsun.net.client.defaultConnectTimeout=200

Henning

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



Rolemerge criteria

2004-04-05 Thread Alessandro La Rocca
Hi,
 
what is the criteria used to merge tabs related to different role? Are
roles sorted by id, name or anything else?
 
BR, Alessandro


LDAP Authentication - M$ Active Directory

2004-04-05 Thread Floßmann Christoph
I was looking for a tutorial on how to get the login via LDAP working. I just studied 
the docs but I didn't find anything according to my issue.
Thankful for every hint
Chris

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



Re: Problem : time to load pages

2004-04-05 Thread Stuart Belden
If there are any portlets that go out to the internet (the stock-quote portlet is a 
common offender), remove them.

>>> [EMAIL PROTECTED] 04/05/04 09:01AM >>>
With a "fresh" install (tomcat 4.1.30 + jetspeed 1.5) on localhost, it takes a lot of 
time
to load pages. Is there any thing to configure to reduce it ?

François



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



AW: Problem : time to load pages

2004-04-05 Thread Sprang, Henning (Firma CS)

> -Ursprüngliche Nachricht-
> Von: zze-MORON François FTRD/DMI/REN
> [mailto:[EMAIL PROTECTED]
> Gesendet: Montag, 5. April 2004 16:01
> An: Jetspeed Users List
> Betreff: Problem : time to load pages
> 
> 
> With a "fresh" install (tomcat 4.1.30 + jetspeed 1.5) on 
> localhost, it takes a lot of time
> to load pages. Is there any thing to configure to reduce it ?


Depending on the Hardware of "localhost" you're using it's pretty normal.
Jetspeed needs some ressources.

When using jsp pages, it's normal that they need a bit longer when you first call them 
after 
you changed them - they must get compiled to servlets then.

But on a P3 800 with 700 MB RAM i get satisfying results for viewing pages,
only reloading the webapp and tomcat while developing every
5 to 10 Minutes to see changes is a bit annyoing because it's too slow
to be done so often.

Henning

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



Problem : time to load pages

2004-04-05 Thread zze-MORON François FTRD/DMI/REN
With a "fresh" install (tomcat 4.1.30 + jetspeed 1.5) on localhost, it takes a lot of 
time
to load pages. Is there any thing to configure to reduce it ?

François


R: Tomcat 5 with jetspeed 1.4?

2004-04-05 Thread Debora Galante
I put the xalan.jar file into
$CATALINA_HOME/common/endorsed but tere is this error:

GRAVE: Error deploying web application directory jetspeed
java.io.IOException: org.apache.commons.logging.LogConfigurationException:
org.a
pache.commons.logging.LogConfigurationException: No suitable Log constructor
[Lj
ava.lang.Class;@61f533 for org.apache.commons.logging.impl.Log4JLogger.


-Messaggio originale-
Da: Floßmann Christoph [mailto:[EMAIL PROTECTED]
Inviato: lunedì 5 aprile 2004 11.31
A: Jetspeed Users List
Oggetto: RE: Tomcat 5 with jetspeed 1.4?


I'm using this combination and didn't figure any problems out jet. Sometimes
jetspeed doesn't start through, but I thinks this is the fault of the poor
machine I'm using (600MHz, 256 MB Ram and Win XP Pro).

-Original Message-
From: Debora Galante [mailto:[EMAIL PROTECTED]
Sent: Monday, April 05, 2004 11:30 AM
To: Jetspeed Users List
Subject: Tomcat 5 with jetspeed 1.4?


Can Tomcat 5 work with jetspeed 1.4

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


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



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



RE: Jetspeed within a HTTP Server/Tomcat Config

2004-04-05 Thread Echlin, Michael
Hi,

You have to use an ajp13 rule and set up the tomcat server to respond to it.
This is from the httpd.conf

 JkWorkersFile /tmp/workers.properties
 JkLogFile /tmp/mod_jk.log
 JkLogLeveldebug
 JkMount  /jetspeed/* ajp13
 JkMount  /vqwiki-2.4.0/* ajp13

Create a workers.conf file with
worker.list=ajp13
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
worker.ajp13.port=8009
ps=/

and add this to your tomcat4 server.xml file


Mike.

-Original Message-
From: Wilson, Allen [mailto:[EMAIL PROTECTED]
Sent: April 2, 2004 6:27 PM
To: Jetspeed Users List
Subject: Jetspeed within a HTTP Server/Tomcat Config


Good Afternoon

Has anyone implemented Jetspeed in an environment where you have Apache
and Tomcat working together? If so, how do you config the Apache Server
to deal with the Jetspeed mapping?

For example, the URL for requesting a new Jetspeed account is
http://yourserver.com/portal/portal/template/NewAccount but when working
within the Apache/Tomcat mix...this URL fails.

Any help would be appreciated...


Allen


binary data output from jetspeed

2004-04-05 Thread Sprang, Henning (Firma CS)
Hy,
I am working on building a minimal small cms portlet, and a
file download portlet for jetspeed 1.4 / 1.5.

For both of them I have the requirement, that I need to
expose binary data to the user, but I want the exposure to be
controlled by the jetspeed security mechanisms.

A more detailed example for those having time to read:

I will build a content-admin and viewer portlet, for which
I can customize several individual content areas. Each of those
areas (with all containing content, text, images, whatever ) is a
security item which I can, want and must control access to,
because not everybody is allowed to read everything. 

But then, I have images in my content. I could just put
them on a fileserver with http access, and content would
be security controlled, but images/binaries are not.
For most images that would be o.k., but there are images,
like business reports and such, that aren't made for
everybody's eyes. I am not willing to start playing 
with .htaccess files or something like that, I have all
my security logic and user information in the portal.

The same goes for an up/download Portlet, where Moderators
can upload things for some closed groups of people to access.

The problem is now, that I have no idea if and how I can
output images with a portlet, as far as I know I can't at all,
portlets can only do wml or html, they aren't supposed to do
something like that, is that correct?

One idea to solve this would be to create something like
a "binary output" servlet, to which I give access to the
jetspeed security system, and any image link in my cms-viewer
portlet would address this servlet with an image id plus the
users authorization credentials.

Another one would be maybe, when there's the need for a user
to get an image or file, like because he's requests a cms-page
with images or he requested to download a file, I could copy
the file to the fileserver with the name build from a combination
of the user's session id plus the original file name.


Both sound a bit ugly to me - so, do you have another idea,
or a judgment which of my two ideas would be the less ugly one?

Henning

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



Re: maintenance page in loadbalanced enviroment

2004-04-05 Thread Raphaël Luta
Le 5 avr. 04, à 13:39, Joachim Müller a écrit :

thanks Raphaël, but this is not exactly what I want.

I need to be able to shield the application servers from outside 
requests, so I have enough time to check the applications are running 
ok, i.e. after an upgrade. It should be possible to manually switch 
the apache into a state where all requests are send to the maintenance 
page, considering that there is other content the apache server has to 
serve.

I tried to use a redirect rule already but with no luck. the redirect 
rule must be interfering with the mod_jk setup. (maybe it's not the 
right group to ask, but it is definitely interessting to all jetspeed 
users... ;-))

Definitely not the best forum for this question. If you're willing to 
live with a manual process.
Use a .htaccess in your root directory where for example:
- you deny access to all outside IP addresses
- define a custom 403 Error page stating that you are under maintenance

Something like:

allow from 10. (assuming your internal network is in 10.0.0.0)
deny from all
ErrorDocument 403 /under_maintenance.html
You just have to set or remove your .htaccess to control your 
maintenance behavior.

--
Raphaël Luta - [EMAIL PROTECTED]
Apache Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: maintenance page in loadbalanced enviroment

2004-04-05 Thread Joachim Müller
thanks Raphaël, but this is not exactly what I want.

I need to be able to shield the application servers from outside 
requests, so I have enough time to check the applications are running 
ok, i.e. after an upgrade. It should be possible to manually switch the 
apache into a state where all requests are send to the maintenance page, 
considering that there is other content the apache server has to serve.

I tried to use a redirect rule already but with no luck. the redirect 
rule must be interfering with the mod_jk setup. (maybe it's not the 
right group to ask, but it is definitely interessting to all jetspeed 
users... ;-))

rgds,

joachim

Raphaël Luta wrote:

Le 5 avr. 04, à 12:10, Joachim Müller a écrit :

Hi All.

I need to setup a maintenance page for the following setup:

- apache + mod_jk
- 2x Tomcat + Jetspeed
- win2k enviroment
I want to be able to turn off the tomcats and leave the
apache running redirecting all requests to an maintenance
page.
Do you have any suggestions?

If this is your only application on this server, simply setup a custom 
500 error page in
your httpd config.

--
Raphaël Luta - [EMAIL PROTECTED]
Apache Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

--

joachim müller
[EMAIL PROTECTED] . tel +49-69-759003-11
wemove digital solutions
[EMAIL PROTECTED]  . tel +49-69-759003-0 .  fax +49-69-759003-22
eschersheimer landstrasse 5-7
60322 frankfurt . germany
http://www.wemove.com/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: maintenance page in loadbalanced enviroment

2004-04-05 Thread Joachim Müller
hi madhan.

my maintenance page should be displayed everytime I do maintenance work 
on the application servers (tomcat). I just want a possibility to 
capture all requests to the page and redirect them to a 'maintenance' 
page using apache capabilities.

regards, joachim



G. Madhan Dennis wrote:
Hi,

What do you mean by a maintenance page? If you mean the configuration of
the setup, then I don’t think it will be easy. But then all you have to
do is configure mod_jk2 in apache httpd.conf, setup a
workers2.properties file and enable the session replication and
clustering in tomcat 5.
Regards,
Madhan
-Original Message-
From: Joachim Müller [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 05, 2004 3:41 PM
To: Jetspeed Users List
Subject: maintenance page in loadbalanced enviroment

Hi All.

I need to setup a maintenance page for the following setup:

- apache + mod_jk
- 2x Tomcat + Jetspeed
- win2k enviroment
I want to be able to turn off the tomcats and leave the
apache running redirecting all requests to an maintenance
page.
Do you have any suggestions?

Thanks in advance and best regards!

joachim

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

--

joachim müller
[EMAIL PROTECTED] . tel +49-69-759003-11
wemove digital solutions
[EMAIL PROTECTED]  . tel +49-69-759003-0 .  fax +49-69-759003-22
eschersheimer landstrasse 5-7
60322 frankfurt . germany
http://www.wemove.com/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: maintenance page in loadbalanced enviroment

2004-04-05 Thread G. Madhan Dennis
Hi,

What do you mean by a maintenance page? If you mean the configuration of
the setup, then I don’t think it will be easy. But then all you have to
do is configure mod_jk2 in apache httpd.conf, setup a
workers2.properties file and enable the session replication and
clustering in tomcat 5.

Regards,
Madhan

-Original Message-
From: Joachim Müller [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 05, 2004 3:41 PM
To: Jetspeed Users List
Subject: maintenance page in loadbalanced enviroment


Hi All.

I need to setup a maintenance page for the following setup:

- apache + mod_jk
- 2x Tomcat + Jetspeed
- win2k enviroment

I want to be able to turn off the tomcats and leave the
apache running redirecting all requests to an maintenance
page.

Do you have any suggestions?


Thanks in advance and best regards!

joachim


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


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



Re: maintenance page in loadbalanced enviroment

2004-04-05 Thread Raphaël Luta
Le 5 avr. 04, à 12:10, Joachim Müller a écrit :

Hi All.

I need to setup a maintenance page for the following setup:

- apache + mod_jk
- 2x Tomcat + Jetspeed
- win2k enviroment
I want to be able to turn off the tomcats and leave the
apache running redirecting all requests to an maintenance
page.
Do you have any suggestions?

If this is your only application on this server, simply setup a custom 
500 error page in
your httpd config.

--
Raphaël Luta - [EMAIL PROTECTED]
Apache Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


maintenance page in loadbalanced enviroment

2004-04-05 Thread Joachim Müller
Hi All.

I need to setup a maintenance page for the following setup:

- apache + mod_jk
- 2x Tomcat + Jetspeed
- win2k enviroment
I want to be able to turn off the tomcats and leave the
apache running redirecting all requests to an maintenance
page.
Do you have any suggestions?

Thanks in advance and best regards!

joachim

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


Re: Tomcat 5 with jetspeed 1.4?

2004-04-05 Thread Jean-Baptiste Lievremont
I'm currently using JetSpeed 1.4 with Tomcat 5.0.19 without any problem; 
just don't forget to put the xalan.jar file into 
$CATALINA_HOME/common/endorsed (problem with the default XML parser).

--
| Jean-Baptiste Lièvremont|
|   E-mail : [EMAIL PROTECTED]|
|[EMAIL PROTECTED] |
|   Tel: (+33)6.14.85.19.96   |
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Tomcat 5 with jetspeed 1.4?

2004-04-05 Thread G. Madhan Dennis
Yes it can work out of the box. In fact if you tweek jetspeed 1.4 a
little, you can use Tomcat 5's load balancer coupled with an apache
httpd server and setup a n2n session replicated redundant jetspeed
cluster so that if one tomcat goes down the other tomcat takes over and
your portal users will never know that they are using difference servers
!! Works really well.

Hope this helps.

Regards,
Madhan

-Original Message-
From: Debora Galante [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 05, 2004 3:00 PM
To: Jetspeed Users List
Subject: Tomcat 5 with jetspeed 1.4?


Can Tomcat 5 work with jetspeed 1.4

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


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



RE: Tomcat 5 with jetspeed 1.4?

2004-04-05 Thread Floßmann Christoph
I'm using this combination and didn't figure any problems out jet. Sometimes jetspeed 
doesn't start through, but I thinks this is the fault of the poor machine I'm using 
(600MHz, 256 MB Ram and Win XP Pro).

-Original Message-
From: Debora Galante [mailto:[EMAIL PROTECTED]
Sent: Monday, April 05, 2004 11:30 AM
To: Jetspeed Users List
Subject: Tomcat 5 with jetspeed 1.4?


Can Tomcat 5 work with jetspeed 1.4

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


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



Tomcat 5 with jetspeed 1.4?

2004-04-05 Thread Debora Galante
Can Tomcat 5 work with jetspeed 1.4

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



Problem with jetspeed tutorial (jportal)

2004-04-05 Thread zze-MORON François FTRD/DMI/REN
When i try to change properties file (for exemple topnav.logo.file=images/_test.gif in 
JetspeedRessources.properties), I have the following error :

org.apache.turbine.util.TurbineException: Error rendering Velocity template: 
/controllers/html/multicolumn.vm: Invocation of method 'getContent' in class 
org.apache.jetspeed.portal.controls.VelocityPortletControl threw exception class 
java.lang.Error : Error in BasePeer.initTableSchema(TURBINE_USER): The database is 
already in use by another process 

And nothing works well after (even if I put what I changed in prvious state) ! I must 
clean en redeploy jportal.
What's wrong with this ?

François


Re: Portlets without Icons

2004-04-05 Thread Jean-Baptiste Lievremont
Floßmann Christoph wrote:

Is there a way to avoid the items in the titlebar of each portlet (customize, print, 
close, info, maximize, minimize).
I don't want them to be displayed.
Thanks in beyond
Chris
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 

One solution would be to remove the corresponding permissions (view, 
info, close, etc.) from the user (see the permissions for the 'anon' user).

Greets

--
| Jean-Baptiste Lièvremont|
|   E-mail : [EMAIL PROTECTED]|
|[EMAIL PROTECTED] |
|   Tel: (+33)6.14.85.19.96   |
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Portlets without Icons

2004-04-05 Thread Stefano Bianchi

Dear Chris,
just change portlet security id in e.g. user-view_admin-only, or define your
own security looking at security.xreg files.

All the best
Stefano

- Original Message - 
From: "Floßmann Christoph" <[EMAIL PROTECTED]>
To: "Jetspeed Users List (E-Mail)" <[EMAIL PROTECTED]>
Sent: Monday, April 05, 2004 9:44 AM
Subject: Portlets without Icons


Is there a way to avoid the items in the titlebar of each portlet
(customize, print, close, info, maximize, minimize).
I don't want them to be displayed.
Thanks in beyond
Chris

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




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



Portlets without Icons

2004-04-05 Thread Floßmann Christoph
Is there a way to avoid the items in the titlebar of each portlet (customize, print, 
close, info, maximize, minimize).
I don't want them to be displayed.
Thanks in beyond
Chris

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



RE : Bluesunrise portlet / jetspeed tutorial + jetspeed2

2004-04-05 Thread zze-MORON François FTRD/DMI/REN
Building required torque 3.0 in lib dir of jetspeed (I didn't find
It in jetspeed2 lib dir)
I had to build this tutorial and deploy it on jetspeed 1.5 and it
worked well. I'm always interested to know if somebody made it work
With jetspeed 2.

François

-Message d'origine-
De : David Sean Taylor [mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 2 avril 2004 20:32
À : Jetspeed Users List
Objet : Re: Bluesunrise portlet / jetspeed tutorial + jetspeed2



On Friday, April 2, 2004, at 02:11  AM, zze-MORON François FTRD/DMI/REN 
wrote:

> I didn''t managed to build jportal examples.
> I dowloaded torque 3.0 and uziped lib directory in my
> jetspeed2-home\lib
> Directory.
> Then when i build examples with
> Ant tutorial-all
> I have more than 100 java compil error.
> Can someone help me ?
>
> François
>
Why did you download Torque?
Jetspeed comes with Torque.


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


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