Re: Jetspeed 1 -> Jetspeed 2 Migration Questions

2004-05-19 Thread Scott T Weaver
On Wed, 2004-05-19 at 14:48, [EMAIL PROTECTED] wrote:
> Does anyone have any idea how painful a migration will be from Jetspeed 1 
> (1.5 in our case) to Jetspeed 2?  We have not begun any portlet 
> development yet - are there any major issues (differences between JS 1 & 
> 2) that we should be aware of, and could possibly work around so migration 
> issues would be minimized?  We obviously want to be JSR 168 and WSRP 
> compliant at some point - which Jetspeed 2 will give us (whenever it is 
> ready.)
You may want to check out J2 and play around with it.  Quite a bit
progress has been made in the last month or 2, enough progress that I am
confidently proposing it for a upcoming project I am working on.  As for
a migration path, I am sure there will be one, but it probably won't be
addressed fully until we have a release of J2.

> 
> Secondly, is the Jetspeed 1 line still being actively developed (i.e. 1.6 
> is in the works?)

Yes.  I think we are preparing to do another J1 release very soon it
will either be tagged as 1.5.1 or 1.6.

> 
> Also, does anyone know when Jetspeed 2 will be ready for general use? 
> Beta?  GA?

Soon, hopefully ;)  I know of at least three people, myself included,
that are getting ready to use J2 in upcoming projects.  That being said,
I think we want to target a beta for mid-summer, but you never know what
will happen.

> 
> Apologies in advance if these topics have been covered somewhere already, 
> just looking for some direction...

No apologies necessary, glad you are interested in Jetspeed!
> 
> Thanks,
> Eric Olson
> Lakeview Technologies


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



Re: Jetspeed 1 -> Jetspeed 2 Migration Questions

2004-05-19 Thread Scott T Weaver
On Wed, 2004-05-19 at 14:48, [EMAIL PROTECTED] wrote:
> Does anyone have any idea how painful a migration will be from Jetspeed 1 
> (1.5 in our case) to Jetspeed 2?  We have not begun any portlet 
> development yet - are there any major issues (differences between JS 1 & 
> 2) that we should be aware of, and could possibly work around so migration 
> issues would be minimized?  We obviously want to be JSR 168 and WSRP 
> compliant at some point - which Jetspeed 2 will give us (whenever it is 
> ready.)
You may want to check out J2 and play around with it.  Quite a bit
progress has been made in the last month or 2, enough progress that I am
confidently proposing it for a upcoming project I am working on.  As for
a migration path, I am sure there will be one, but it probably won't be
addressed fully until we have a release of J2.

> 
> Secondly, is the Jetspeed 1 line still being actively developed (i.e. 1.6 
> is in the works?)

Yes.  I think we are preparing to do another J1 release very soon it
will either be tagged as 1.5.1 or 1.6.

> 
> Also, does anyone know when Jetspeed 2 will be ready for general use? 
> Beta?  GA?

Soon, hopefully ;)  I know of at least three people, myself included,
that are getting ready to use J2 in upcoming projects.  That being said,
I think we want to target a beta for mid-summer, but you never know what
will happen.

> 
> Apologies in advance if these topics have been covered somewhere already, 
> just looking for some direction...

No apologies necessary, glad you are interested in Jetspeed!
> 
> Thanks,
> Eric Olson
> Lakeview Technologies


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



Re: R: Struts & Jetspeed 1.5

2004-05-19 Thread Scott T Weaver
Thanks to Ate Douma, Jetspeed 2 is now capable of running struts-based
portlet apps.  The latest CVS HEAD will automatically build and install
the struts demo application portlet for you.

Regards,
-- 
**
*   Scott T. Weaver  *
* <[EMAIL PROTECTED]>*
*    *   
* -- *
*   Apache Jetspeed Enterprise Portal*
* Apache Pluto Portlet Container *
**
* OpenEditPro, Website Content Mangement *
*    *
**

On Wed, 2004-05-19 at 09:11, Debora Galante wrote:
> Any news about  Struts & Jetspeed 1.5?
> I have the same problem...do you know Liferay??
> 
> -Messaggio originale-
> Da: J. L. [mailto:[EMAIL PROTECTED]
> Inviato: mercoledì 12 maggio 2004 18.30
> A: [EMAIL PROTECTED]
> Oggetto: Struts & Jetspeed 1.5
> 
> 
> Hi,
> 
> I'm a brand new user of Jetspeed. I just finished the
> tutorial, and still ask myself a lot of questions. I
> didn't find answers neither in the FAQ nor in the
> mailing list archive.
> I want to develop a web-application based on Struts
> and I was wondering how I could develop this web-app
> in collaboration with Jetspeed.
> 
> How can I make Struts and Jetspeed work together ?
> I don't know how to 'merge' Struts Action, ActionForm
> ... with Jetspeed HTMLPortlet, JSPPortlet, ...
> 
> I'll have several portlets (web-app) therefore : How
> should I structure my classes, JSP, config files ... ?
> 
> What are the best practices ?
> 
> Thanks in advance for your advices.
> 
> 
> 
> 
> 
> 
> Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
> Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/
> 
> Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez
> Yahoo! Messenger sur http://fr.messenger.yahoo.com
> 
> -
> 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]



problem with velocity portlet

2004-05-19 Thread masa lang
Hi ,
 
i want to devleop my first velocity portlet , i put the class file in :
C:\tomcat\webapps\jetspeed\WEB-INF\classes\org\apache\jetspeed\portal\portlets
 
and the vm file in :
C:\tomcat\webapps\jetspeed\WEB-INF\templates\vm\portlets\html
in myVm.vm  ,  i have a variable $!name 
this $name is initialised  in myClass ..
 
i created a velocity portlet with {action : myClass & template :myVm}
when i tried to see it  (this variable $name )
 
What's wrong ?
 
thanks in advance 
 
massa



-
Post your free ad now! Yahoo! Canada Personals


Jetspeed 1 -> Jetspeed 2 Migration Questions

2004-05-19 Thread OlsonE
Does anyone have any idea how painful a migration will be from Jetspeed 1 
(1.5 in our case) to Jetspeed 2?  We have not begun any portlet 
development yet - are there any major issues (differences between JS 1 & 
2) that we should be aware of, and could possibly work around so migration 
issues would be minimized?  We obviously want to be JSR 168 and WSRP 
compliant at some point - which Jetspeed 2 will give us (whenever it is 
ready.)

Secondly, is the Jetspeed 1 line still being actively developed (i.e. 1.6 
is in the works?)

Also, does anyone know when Jetspeed 2 will be ready for general use? 
Beta?  GA?

Apologies in advance if these topics have been covered somewhere already, 
just looking for some direction...

Thanks,
Eric Olson
Lakeview Technologies

RE: Class not found!

2004-05-19 Thread alex
Thanks I will try that - bur where does the "endorsed" come in?
A

-Original Message-
From: Raphaël Luta [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 19, 2004 1:15 PM
To: Jetspeed Users List
Subject: Re: Class not found!

That you probably have a turbine.jar in:
- your CLASSPATH
- your jre/lib/ext directory in your Java installation
- your webapp server "shared" libs (ie in Tomcat 4: 
/shared/lib or /shared/classes)

If you do have any of these, remove them and restart your webapp 
server, that should fix the issue.

Le 19 mai 04, à 19:04, alex a écrit :

> Thanks, but what does "endorsed or jre endorsed" mean?
>
> -Original Message-
> From: Raphaël Luta [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 19, 2004 12:36 PM
> To: Jetspeed Users List
> Subject: Re: Class not found!
>
> Le 19 mai 04, à 15:16, alex a écrit :
>
>> Reason:
>> java.lang.ClassNotFoundException:
>>
>>  Requested Action not found: portlets.TutorialStockQuoteAction8
>>  Turbine looked in the following modules.packages path:
>>  [org.apache.jetspeed.modules, org.apache.turbine.modules]
>>
>>
>>
>> I placed the class above at the following path:
>>
>> classes\org\apache\jetspeed\modules\actions\portlets
>>
>> the class is compiled with the following path:
>>
>> package org.apache.jetspeed.modules.actions.portlets;
>>
>> What's the deal?
>
> You probably have a conflict of Turbine jars loaded from different
> classloaders : Make sure you don't have a turbine
> jar somewhere in your webapp server endorsed or worse jre endorsed 
> jars.
>
> --
> Raphaël Luta - [EMAIL PROTECTED]
> Apache Jetspeed - Enterprise Portal in Java
> http://portals.apache.org/
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Raphael Luta - [EMAIL PROTECTED]


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


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
 


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



Re: Class not found!

2004-05-19 Thread Raphaël Luta
That you probably have a turbine.jar in:
- your CLASSPATH
- your jre/lib/ext directory in your Java installation
- your webapp server "shared" libs (ie in Tomcat 4: 
/shared/lib or /shared/classes)

If you do have any of these, remove them and restart your webapp 
server, that should fix the issue.

Le 19 mai 04, à 19:04, alex a écrit :
Thanks, but what does "endorsed or jre endorsed" mean?
-Original Message-
From: Raphaël Luta [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 19, 2004 12:36 PM
To: Jetspeed Users List
Subject: Re: Class not found!
Le 19 mai 04, à 15:16, alex a écrit :
Reason:
java.lang.ClassNotFoundException:
Requested Action not found: portlets.TutorialStockQuoteAction8
Turbine looked in the following modules.packages path:
[org.apache.jetspeed.modules, org.apache.turbine.modules]

I placed the class above at the following path:
classes\org\apache\jetspeed\modules\actions\portlets
the class is compiled with the following path:
package org.apache.jetspeed.modules.actions.portlets;
What's the deal?
You probably have a conflict of Turbine jars loaded from different
classloaders : Make sure you don't have a turbine
jar somewhere in your webapp server endorsed or worse jre endorsed 
jars.

--
Raphaël Luta - [EMAIL PROTECTED]
Apache Jetspeed - Enterprise Portal in Java
http://portals.apache.org/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004

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

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


RE: Class not found!

2004-05-19 Thread alex
Thanks, but what does "endorsed or jre endorsed" mean?

-Original Message-
From: Raphaël Luta [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 19, 2004 12:36 PM
To: Jetspeed Users List
Subject: Re: Class not found!

Le 19 mai 04, à 15:16, alex a écrit :

> Reason:
> java.lang.ClassNotFoundException:
>
>   Requested Action not found: portlets.TutorialStockQuoteAction8
>   Turbine looked in the following modules.packages path:
>   [org.apache.jetspeed.modules, org.apache.turbine.modules]
>
>
>
> I placed the class above at the following path:
>
> classes\org\apache\jetspeed\modules\actions\portlets
>
> the class is compiled with the following path:
>
> package org.apache.jetspeed.modules.actions.portlets;
>
> What's the deal?

You probably have a conflict of Turbine jars loaded from different 
classloaders : Make sure you don't have a turbine
jar somewhere in your webapp server endorsed or worse jre endorsed jars.

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


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


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
 


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



Temp files

2004-05-19 Thread Devinder Sachdeva
Hi All ,
We are implementing Jetspeed 1.4(Final) Portal on  Linux box.
Due to secuirty problems , we are not allowed to create any files or dirs 
on runtime in Linux other than some specfic places like under webapp .
Since Jetspeed creates some temps files  ,so while compiling 
index_jsp.java 
file ,We get an exception  and failed to build the context.

My question is how to control the temp files creations in Jetspeed  ?


Thanks in advance

regards
Devinder 




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



Re: Class not found!

2004-05-19 Thread Raphaël Luta
Le 19 mai 04, à 15:16, alex a écrit :
Reason:
java.lang.ClassNotFoundException:
Requested Action not found: portlets.TutorialStockQuoteAction8
Turbine looked in the following modules.packages path:
[org.apache.jetspeed.modules, org.apache.turbine.modules]

I placed the class above at the following path:
classes\org\apache\jetspeed\modules\actions\portlets
the class is compiled with the following path:
package org.apache.jetspeed.modules.actions.portlets;
What's the deal?
You probably have a conflict of Turbine jars loaded from different 
classloaders : Make sure you don't have a turbine
jar somewhere in your webapp server endorsed or worse jre endorsed jars.

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


RE: Struts & Jetspeed 1.5

2004-05-19 Thread Jason Trust
Would it make sense to develop your web application as separate from the JetSpeed 
portal.  Use the WebBrowserPortlet or others and provide URL links to your specific 
portlets?

If this is the route you were trying to head down, my suggestion would be to identify 
the type of portlet you will be using to display your web applications, and make sure 
it will work for all the portlets you are going to build.  You may also need to 
identify how you might pass authentication information or other parameters that your 
web applications may need to function or display properly.

As far as how you would configure you web applications - excluding JetSpeed, we are in 
the midst of that right now.  The WebBrowserPortlet is what we are looking at, but we 
are having issues with certain tags and javascript mutilation, but that could be the 
way we have our pages written, etc.  In any case, we are trying to determine a 
developer guideline for web applications that use the WebBrowserPortlet, as well as 
the IFrame, etc.

HTH

Jason Trust


-Original Message-
From: Debora Galante [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 19, 2004 9:12 AM
To: Jetspeed Users List
Subject: R: Struts & Jetspeed 1.5

Any news about  Struts & Jetspeed 1.5?
I have the same problem...do you know Liferay??

-Messaggio originale-
Da: J. L. [mailto:[EMAIL PROTECTED]
Inviato: mercoledì 12 maggio 2004 18.30
A: [EMAIL PROTECTED]
Oggetto: Struts & Jetspeed 1.5


Hi,

I'm a brand new user of Jetspeed. I just finished the
tutorial, and still ask myself a lot of questions. I
didn't find answers neither in the FAQ nor in the
mailing list archive.
I want to develop a web-application based on Struts
and I was wondering how I could develop this web-app
in collaboration with Jetspeed.

How can I make Struts and Jetspeed work together ?
I don't know how to 'merge' Struts Action, ActionForm
... with Jetspeed HTMLPortlet, JSPPortlet, ...

I'll have several portlets (web-app) therefore : How
should I structure my classes, JSP, config files ... ?

What are the best practices ?

Thanks in advance for your advices.






Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez
Yahoo! Messenger sur http://fr.messenger.yahoo.com

-
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: I build from source. How to disable tests?

2004-05-19 Thread Jeremy Ford
There is a bug in the TestSearch that causes the build to hang.  Possible 
workarounds:

Add the TestSearch to the exclude section of the project.xml
Pull the latest from CVS and use it
Fix you local copy of URLDocHandler
run maven without tests via maven -Dmaven.test.skip=true war
Jeremy Ford
[EMAIL PROTECTED]

From: "Vladislovas Razas" <[EMAIL PROTECTED]>
Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: I build from source. How to disable tests?
Date: Wed, 19 May 2004 17:28:26 +0300
I am not sure if those tests loop or anything but I am waiting for like 30 
mins already... Painful. How could I disable tests when building:

maven war
Vladas
_
Stop worrying about overloading your inbox - get MSN Hotmail Extra Storage! 
http://join.msn.click-url.com/go/onm00200362ave/direct/01/

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


RE: I build from source. How to disable tests?

2004-05-19 Thread Andy . Sun
Try
maven -Dmaven.test.skip=true dist:install
Andy

-Original Message-
From: Vladislovas Razas [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 19, 2004 8:28 AM
To: [EMAIL PROTECTED]
Subject: I build from source. How to disable tests?


I am not sure if those tests loop or anything but I am waiting for like 30
mins already... Painful. How could I disable tests when building:

maven war

Vladas

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



I build from source. How to disable tests?

2004-05-19 Thread Vladislovas Razas
I am not sure if those tests loop or anything but I am waiting for like 30 mins 
already... Painful. How could I disable tests when building:

maven war

Vladas

Class not found!

2004-05-19 Thread alex
Reason: 
java.lang.ClassNotFoundException: 

Requested Action not found: portlets.TutorialStockQuoteAction8
Turbine looked in the following modules.packages path: 
[org.apache.jetspeed.modules, org.apache.turbine.modules]

   

I placed the class above at the following path:

classes\org\apache\jetspeed\modules\actions\portlets

the class is compiled with the following path:

package org.apache.jetspeed.modules.actions.portlets;

What's the deal?
Alex Irazabal

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
 


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



how to control access to a group of html page

2004-05-19 Thread Sihong Fan
I know we add 'security-ref' in xreg for a portlet.
But how can I control access to a group of html page
or files under one directory? Thanks





__
Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.
http://promo.yahoo.com/sbc/

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



R: Struts & Jetspeed 1.5

2004-05-19 Thread Debora Galante
Any news about  Struts & Jetspeed 1.5?
I have the same problem...do you know Liferay??

-Messaggio originale-
Da: J. L. [mailto:[EMAIL PROTECTED]
Inviato: mercoledì 12 maggio 2004 18.30
A: [EMAIL PROTECTED]
Oggetto: Struts & Jetspeed 1.5


Hi,

I'm a brand new user of Jetspeed. I just finished the
tutorial, and still ask myself a lot of questions. I
didn't find answers neither in the FAQ nor in the
mailing list archive.
I want to develop a web-application based on Struts
and I was wondering how I could develop this web-app
in collaboration with Jetspeed.

How can I make Struts and Jetspeed work together ?
I don't know how to 'merge' Struts Action, ActionForm
... with Jetspeed HTMLPortlet, JSPPortlet, ...

I'll have several portlets (web-app) therefore : How
should I structure my classes, JSP, config files ... ?

What are the best practices ?

Thanks in advance for your advices.






Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez
Yahoo! Messenger sur http://fr.messenger.yahoo.com

-
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]



html base tag

2004-05-19 Thread thomas . opencms


i have a problem with the tag  in the head, normaly it is some thing like:

http://[ip:port]/jetspeed

but sometime it become
http://[ip:port]/jetspeed/images/top.jpg (images/top.jpg is my top logo)

so in this case my portal doesn't work because the base directory is bad.

where is it configured, or how can i fix it

Thanks, 
Thomas

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



Re: no images after reload (4x) in Jetspeed 1.5

2004-05-19 Thread Nhu Quynh Tan
R.Waller wrote:
I 'm working with Jetspeed 1.5.  theres a subsection in the tutorial, where
you can disable the left-hand navigation:
leftnav.enable=false
this line is in the JetSpeedRessources.properties-file
Changing this statement (change from true to false), depoloy it and start
the tomcat again. 
After some refreshes (about 4times), all images are disabled beause, they
can't be found. If you have look in the sourcecode of the generated
HTML-Site, then you see a changed line (base href):


 
   http://127.0.0.1:8080/jetspeed/images/jetspeed-logo-1.5.gif";>
   
Default Jetspeed Page
...
this base href-line was changed form  http://127.0.0.1:8080/jetspeed/> to  http://127.0.0.1:8080/jetspeed/images/jetspeed-logo-1.5.gif";> after
this 4 refreshes...!
Has anybody a reason, why it happens?
 

I have the same problem. When I replace top.vm and bottom.vm files to my 
files mytop.vm, mybottom.vm. It is sometime when I log in, I can not see 
the maximize, minimize, close, customize... buttons, just the text : 
Maximize, minimize, close, customize...

So anyone knows why ?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


R: RE : Jetspeed or Liferay

2004-05-19 Thread Debora Galante
No..I will.
Tank you

-Messaggio originale-
Da: zze-MORON François FTRD/DMI/REN
[mailto:[EMAIL PROTECTED]
Inviato: mercoledì 19 maggio 2004 11.02
A: Jetspeed Users List
Oggetto: RE : Jetspeed or Liferay


Did you look at eXo (http://exo.sourceforge.net/) ?

François

> -Message d'origine-
> De : Debora Galante [mailto:[EMAIL PROTECTED]
> Envoyé : mercredi 19 mai 2004 10:57
> À : Jetspeed Users List
> Objet : Jetspeed or Liferay
>
>
>
> Do you know pros and cons?
> Thank you
> Debora
>
> -
> 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 or Liferay

2004-05-19 Thread zze-MORON François FTRD/DMI/REN
Did you look at eXo (http://exo.sourceforge.net/) ?

François

> -Message d'origine-
> De : Debora Galante [mailto:[EMAIL PROTECTED] 
> Envoyé : mercredi 19 mai 2004 10:57
> À : Jetspeed Users List
> Objet : Jetspeed or Liferay
> 
> 
> 
> Do you know pros and cons?
> Thank you
> Debora
> 
> -
> 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]



Jetspeed or Liferay

2004-05-19 Thread Debora Galante

Do you know pros and cons?
Thank you
Debora

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



no images after reload (4x) in Jetspeed 1.5

2004-05-19 Thread R.Waller
I 'm working with Jetspeed 1.5.  theres a subsection in the tutorial, where
you can disable the left-hand navigation:
leftnav.enable=false
this line is in the JetSpeedRessources.properties-file
 
Changing this statement (change from true to false), depoloy it and start
the tomcat again. 
After some refreshes (about 4times), all images are disabled beause, they
can't be found. If you have look in the sourcecode of the generated
HTML-Site, then you see a changed line (base href):
 

  
http://127.0.0.1:8080/jetspeed/images/jetspeed-logo-1.5.gif";>

 Default Jetspeed Page
...
 
 
this base href-line was changed form  http://127.0.0.1:8080/jetspeed/> to  http://127.0.0.1:8080/jetspeed/images/jetspeed-logo-1.5.gif";> after
this 4 refreshes...!
 
Has anybody a reason, why it happens?
 


RE: jetspeed 1.5 - tomcat 1.5 - freeze

2004-05-19 Thread Sez
I have the same problem!
 
I change the dsfactory in torque properties and it works, with tomcat 5.0.12


torque.dsfactory.project.factory=org.apache.torque.dsfactory.TorqueDataSourc
eFactory

I hope that i can help you!

bye!



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