Re: Role update error

2001-10-03 Thread Frans Thamura
I will explain it to you the real story. I install jetspeed using Tomcat 322 and Apache 1.3.19 I add the wrapper.properties to http.conf, and run tomcat as a services. I access the jetspeed using this URL: http://localhost/jetspeed. All below error show up, but if I access using http://localh

Re: Different PSML files

2001-10-03 Thread Frans Thamura
Hi, I don't think we can do it now !!! :( But I see there is a way for this. This will be around getPane. etc.. I still got big question for this... Frans At 07:56 AM 9/20/2001 -0700, you wrote: >Is it possible to have left.vm load a template based on a different .psml >file? > In other

rundata

2001-10-03 Thread chaloo banda
hi all ! can anybody please send me some sample code illustrating the use of rundata to extract the username of currently logged user ? i have tried the code in portlet how-to on jstspeed site but i always get problem with class-path and/or import statements. please help. CB _

RE: Can I run a multi-screen application as portlet?

2001-10-03 Thread mmosttler
Hello, I have the same question but with a different type of application. It is a JSP application with many screens that I want to navigate while within the portlet view. How can this be accomplished? Is there an ApplicationPortlet that should be used? -Original Message- From: ZHU Ji

Jetspeed not reading classes

2001-10-03 Thread leonard flournoy
I've modified my trp so that it points to addition classes place in com.simula.modules . I restarted tomcat and it still does not load the classes in modules.screens that are associated with the vm's. The vm's load fine but the class files don't. Also, is there some special way to use the skins.pr

RE: Jetspeed and Oracle...

2001-10-03 Thread Phee, Martin J (Jump Tech)
Depends on the version of the database. I'm using Oracle 8.1.7 JDBC drivers to get to a 7.3.4 database. Works very pretty good. I'm using oci8 instead of thin. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 03, 2001 2:48 PM To: [EMAIL PRO

Re: Jetspeed and Oracle...

2001-10-03 Thread Scott A. Roehrig
I found the JDBC section within the Java tutorials from Sun to work for me. Good basic JDBC stuff to get you started on the coding. The JDBC code can be placed within the portlet handler or using a bean to encapsulate the transaction would probably be a better way to go. Scott - Original Mes

Re: Jetspeed and Oracle...

2001-10-03 Thread Paul Spencer
Bob, Is the database access limited to your portlets, or do you wish to maintain Jetspeed user and configuration in the database? Assuming the database access is limited to your portlets: 1) you will need the jdbc driver distributed by Oracle. ( I suspect the class files will need to be places

Jetspeed and Oracle...

2001-10-03 Thread Bob . Wilson
Can anyone direct me to some information about what tools(drivers) I need, how to setup, install, configure, and extract info from an Oracle database. I have a database on our network that I would like to try to retrieve info from and present in a portlet however I am unsure of how to go about all

Re: Log Out after few times

2001-10-03 Thread Santiago Gala
Vincent Bonamy wrote: >Hello, > >I have a little pb: >I log in jetspeed, and without log out I continue to navigate in >Internet: I don't close my navigator (Netscape). I come back in jetspeed >and I'm no more log in jetspeed! Why? >Have you an issue for me: I would like that user log out only if

Re: Cookie JSESSIONID

2001-10-03 Thread Santiago Gala
Frans Thamura wrote: > Add... > > Is there a relationship between session and the cookies?? which one is > the implementation of jetspeed? Jetspeed will use whatever session management is supported by the webapp container. Tomcat will try to set a cookie. If it recovers it, session tracking

Re: Horrible Error for

2001-10-03 Thread Santiago Gala
Ignacio J. Ortega wrote: >I'm getting this Horrible Exception too.., I bet that the problem is not >related to this message, it seems velocity has lost one string in his >resource files.., precisely a string needed to report a error ( it seems >velocity is not finding some template ..) > This is

Re: Secuirty Question

2001-10-03 Thread Santiago Gala
Anthony Smith wrote: >I am not really sure if this is a jetspeed question or not but I really need >an answer to this or I am screwed. I have some files (jpgs, html, jsp) that >I want to put permissions on. I know how I could do it for a jsp page, but >what about an image file? I dont want the us

Secuirty Question

2001-10-03 Thread Anthony Smith
I am not really sure if this is a jetspeed question or not but I really need an answer to this or I am screwed. I have some files (jpgs, html, jsp) that I want to put permissions on. I know how I could do it for a jsp page, but what about an image file? I dont want the user to be able to type in t

Re: Webservice in Jetspeed Portlet : Exception Thrown

2001-10-03 Thread Scott A. Roehrig
Perhaps the proxy server is not being contacted. Have you been able to verify that part of the code is working? Scott - Original Message - From: Peter Rajesh To: jetspeed Sent: Wednesday, October 03, 2001 1:23 AM Subject: Webservice in Jetspeed Portlet : Exception Thrown

helloworld

2001-10-03 Thread dsaf df
hullo all ! i am trying to run the helloworld portlet as given in portlet how-to. my code is as under: import org.apache.jetspeed.portal.portlets.AbstractPortlet; import org.apache.turbine.util.RunData; import org.apache.turbine.om.security.User; import org.apache.ecs.*; public class Hel

Re: Jetspeed Cached local psml file

2001-10-03 Thread Santiago Gala
Dan Luo wrote: >Hi, > >I just installed jetspeed 1.3-a1 on both linux and win2000. Linux >version worked fine, but I can't cusomized win2000 porlet screen. It >seems that problem is with the disk cache. It caches psml file like >this: jndilocalhost_jetspeed_WEB-INF_psml_turbine_homeHTML.psml

Re: XSL Portlet: SAXException - Namespace not supported

2001-10-03 Thread Santiago Gala
[EMAIL PROTECTED] wrote: >I have tried to move a very simple XSL portlet example into version 1.3a2. > This example worked fine in version 1.3a1, but now I get the error >message shown below in both the portlet and in the log. I don't >understand what namespace it is referring to. Has anyone

RE: cocoon with jetspeed

2001-10-03 Thread Ming Fai
i do not use CocoonPortlet at all as it has been removed from the latest version of Jetspeed already. What version do you use? For the compiling errors, I treat them as Java programming questions. :-) >[javac] ...package org.apache.jetspeed.portal.factory does not exist >[javac] import o

Can I run a multi-screen application as portlet?

2001-10-03 Thread ZHU Jia
Hello! I'm new to Jetspeed and have some very basic questions: We have an XML based web information delivery framework, now we support HTML, SMS, Mail and WAP. My job is now to look into the possiblity of making it portal-ready. I don't think there's any problem to convert the output to be displa

Log Out after few times

2001-10-03 Thread Vincent Bonamy
Hello, I have a little pb: I log in jetspeed, and without log out I continue to navigate in Internet: I don't close my navigator (Netscape). I come back in jetspeed and I'm no more log in jetspeed! Why? Have you an issue for me: I would like that user log out only if : 1. user click on logout

cocoon with jetspeed

2001-10-03 Thread chaloo banda
hi ming ! i tried to use the cocoonportlet with jetspeed...but could not succeed as it gives errors during build... compile: [javac] Compiling 352 source files to E:\jet3oct\jakarta-jetspeed\bin\classe s [javac] E:\jet3oct\jakarta-jetspeed\src\java\org\apache\jetspeed\portal\cont ro