How to deploy general servlets in jetspeed

2002-05-23 Thread Sateesh Kumar
Is it just like deploying servlets in an application of Tomcat. By adding a serlvet tag in web.xml thanks, micheal sateesh -- To unsubscribe, e-mail: For additional commands, e-mail:

Integrating intranet sites with Jetspeed

2002-05-23 Thread ESK
Hi everyone, we have an idea to integrate our intranet sites with jetspeed. We would like to know from Jetspeed gurus if the following features are supported by jetspeed. 1. Single sign in for all the existing users of the intranet sites. 2. If our intranet site has a link in it, the click on

action and localization

2002-05-23 Thread Casagrande Matteo-ACM117
Hi, from an action I set the language in a session field, LocalizationTool sets locale find in the session. But when I click on my flag (action) locale are charged before executing the action and the language the last choosen. How can I solve this problem? thanks, matteo -- To unsubscribe, e-

How to configure the mail host in jetspeed

2002-05-23 Thread Sateesh Kumar
How to configure the mail host in jetspeed. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: How to configure the mail host in jetspeed

2002-05-23 Thread Josselin Lebret
do you mean SMTP server ? look in JetspeedResources.properties and TurbineResources.properties - Original Message - From: "Sateesh Kumar" <[EMAIL PROTECTED]> To: "Jetspeed Users List (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 1:04 PM Subject: How to configure the mail host

RE: How to configure the mail host in jetspeed

2002-05-23 Thread Sateesh Kumar
thanks josselin, it is there in JetspeedResources.Properties # # New User Registration mail support# # mail.server=localhost mail.support=Support@localhost # New user registration confirmation email newuser.confir

Re: JetSpeed whitin Struts

2002-05-23 Thread touchmyheart
No,Jetspeed only must be based on Turbine,not Struts. and Turbine supply the Controller and View of MVC, you must use Turbine Controller,for View,you can use JSP or Velocity, -- To unsubscribe, e-mail: For additional commands, e-mail:

Fw: JetSpeed whitin Struts

2002-05-23 Thread Hertzel Karbasi - OPTinity eBusiness Solutions
Hello All Is there any JETSPEED implementations within struts? Any references/directions will be appreciated. I have found LifeRay portal but it's based on Orion and does not contain any core source code! Thanks Hertzel -- To unsubscribe, e-mail: For addit

JSP portlet problem

2002-05-23 Thread KARTHIKEYAN E S
Hi all, my local site has the url http://192.50.51.4/login.jsp. I need to embed that site in to a portlet. So I thought of using JSP portlet and gave portlet entry as follows. Login Login Portlet http://192.50.51.4:8080/login.jsp"; hidden="fal

RE: JSP portlet problem

2002-05-23 Thread Anthony Smith
Instead of using http://192.50.51.4:8080/login.jsp"; hidden="false"/> try But you can't include a URL only a file -Original Message- From: KARTHIKEYAN E S [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 8:42 AM To: '[EMAIL PROTECTED] ' Subject: JSP portlet problem Hi all, m

portlet mode are not persistent !

2002-05-23 Thread Josselin Lebret
if I maximize on a portlet and if I click on "Home", the portlet is not maximized anymore :(

RE: Integrating intranet sites with Jetspeed

2002-05-23 Thread Brad Straw
Single Sign-on This is a fairly broad topic. SSO in its strictest sense is simply leveraging a common authentication scheme across multiple applications. Most web-based applications look for the userID/password pair from the login page or look for http_remote_user first and, if not found, pr

Re: JSP portlet problem

2002-05-23 Thread Paul Spencer
The JSP portlet will execute a JSP located in the /WEB-INF/templates/jsp/portets/... directory. From the URL in your portlet entry, I think you should be using a WebPagePortlet instead of the JSPPortlet. Paul Spencer KARTHIKEYAN E S wrote: > Hi all, > > my local site has the url http://192

RE: How to configure the mail host in jetspeed

2002-05-23 Thread Jefferson Uy
But does it work? I tried configuring it before but had no success. If anyone has gotten it to work, pls let me know. thanks.. jeff -Original Message- From: Sateesh Kumar [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 4:15 AM To: Jetspeed Users List Subject: RE: How to configur

RE: Creating users in jetspeed externally

2002-05-23 Thread Hammad Sophie
Yes its a java class part of another webapp on the same tomcat installation as jetspeed. This may be a stupid question, but I'm kind of confused: If jetspeed is running on my machine do i need to initialize a new 'instance' of turbine or will the existing instance be sufficient for my webapp? How

Error when creating new user

2002-05-23 Thread Łukasz Olek
After some changes in the templates (vm) I can't add new users or modify existing. When I choose Create New Account from main page, and input user data, it does nothing, but when I try to add users from admin account an exception occurs: Horrible Exception: java.lang.reflect.InvocationTargetExcep

RE: Creating users in jetspeed externally

2002-05-23 Thread Chris Kimpton
Hi, --- Hammad Sophie <[EMAIL PROTECTED]> wrote: > Yes its a java class part of another webapp on the same tomcat > installation > as jetspeed. > > This may be a stupid question, but I'm kind of confused: > If jetspeed is running on my machine do i need to initialize a new > 'instance' of turbin