[jboss-user] [JBoss Portal] - Jass not working for correct username and password pair

2007-06-11 Thread purna_cherukuri
Hi, We are using JBoss portal 2.4.0 and JBoss App server 4.0.5.GA with Oracle 9.0 as database in production. We are facing a strange problem.Some times even if we give correct user name and password authentication is failing.After some time if we try, then it authenticates correctly. We are

[jboss-user] [JBoss Portal] - how to avoid maintaining state of a portlet

2007-02-16 Thread purna_cherukuri
Hi, I am using Jboss-4.0.5.GA with JBoss-portal-2.4.0 And usinf MyFaces implementation of portal. My problem is, I am accessing a portlet. And have done some thing in that portlet. And i moved to some other portlet by clicking some link. When i came back to the previous portlet, It is

[jboss-user] [JBoss Portal] - Re: how to avoid maintaining state of a portlet

2007-02-16 Thread purna_cherukuri
In the link, If u append the following querystring, it will go to first page allways. ?action=awindowstate=Restart View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018084#4018084 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - accessing user name in error.jsp

2007-01-28 Thread purna_cherukuri
Hi, I am using Jaas authentication in jboss portal. When the user provides wrong username or password, it will route to error.jsp. But my requirement is to print the username in error.jsp. How can i? Thanks in advance... View the original post :

[jboss-user] [Security JAAS/JBoss] - How to redirect to main page allways

2007-01-04 Thread purna_cherukuri
Hi, I am using JBoss-portal with JAAS. When ever the session times out, It will go to login page. After logging in, It is going to the page where session timed out. But my requirements force to go to main page from login page allways. How to configure this. View the original post :

[jboss-user] [JBoss Portal] - having scroll bar inside portlet

2007-01-04 Thread purna_cherukuri
Hi, I am using JBoss-portal-2.4.0 with JSF framework. How can i have scroll bars inside the portlet instead of getting scroll bars for browser? Thanks in advance.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998173#3998173 Reply to the post :

[jboss-user] [JBoss Portal] - How to redirect to main page allways

2007-01-03 Thread purna_cherukuri
Hi, I am using jboss-portal. When ever i type some url, It is going to login page and if it suceeded there, it will go to that particular page according to URL given. But as per my requirement, After logging in, I should go to my main page only. Not to the page mensioned in URL. Where

[jboss-user] [JBoss Portal] - Re: where to configure error pages

2006-12-26 Thread purna_cherukuri
Thanks for reply, Julien.. I have tried to register the error pages in web.xml of portal-server.war, like following. |error-page | error-code408/error-code | location/error408.jsp/location |/error-page But still, it is not using this error page. Can you analyse the

[jboss-user] [JBoss Portal] - where to configure error pages

2006-12-22 Thread purna_cherukuri
Hi, I am using jboss-portal-4.2.0. I want to configure error pages for different error codes. Where should i configure it? I tries by configuring in jboss-tomcat55.sar/conf /web.xml and jboss-tomcat55.sar/root.war/web-inf/web.xml. But it is not working. Where else can i configure?

[jboss-user] [Security JAAS/JBoss] - How to route to error page on session timeout

2006-12-20 Thread purna_cherukuri
Hi, I am using jboss-portal 4.2.0 In Jass authentication, If the session expires, The user has been sent to login page. But as per my requirements, i have to route him to error page on session expiration. How can i do that? Where should i change the configurations to do this?

[jboss-user] [Security JAAS/JBoss] - Re: How to avoid caching username and password in sharedstat

2006-12-18 Thread purna_cherukuri
Thank you verymuch.. It is working fine... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3994859#3994859 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3994859 ___ jboss-user

[jboss-user] [JBoss Portal] - How to access UserModule on session timeout

2006-12-13 Thread purna_cherukuri
Hi, We have a scenario like cuncurrent user login should not be allowed. Means, Once the user is in logged in state, He cannot login from different session. So for that, i have written my own custom class extending IdentityLoginModule, and when the user is authenticated, i am updating one

[jboss-user] [Security JAAS/JBoss] - Re: how to disable password-stacking property

2006-12-13 Thread purna_cherukuri
Hi, I have removed that option in my login-config.xml Now my login-config.xml is like this. ?xml version='1.0'? | !DOCTYPE policy PUBLIC | -//JBoss//DTD JBOSS Security Config 3.0//EN | http://www.jboss.org/j2ee/dtd/security_config.dtd; | policy |!-- For the JCR CMS --

[jboss-user] [Security JAAS/JBoss] - How to avoid caching username and password in sharedstate

2006-12-13 Thread purna_cherukuri
Hi, My login-config.xml is like this. Code: | ?xml version='1.0'? | !DOCTYPE policy PUBLIC | -//JBoss//DTD JBOSS Security Config 3.0//EN | http://www.jboss.org/j2ee/dtd/security_config.dtd; | policy |!-- For the JCR CMS -- |application-policy name=cms |

[jboss-user] [JBoss Portal] - Calling a servlet from bean

2006-12-11 Thread purna_cherukuri
Hi, I am using jboss-portal with myfaces. I have an application which contain a managed bean. When i click one button, it will call bean method. From that method i have to access a Servlet which is in other application. So wht should i do? I tried to use dispatch method like below,

[jboss-user] [JBoss Portal] - changing the default portal

2006-12-06 Thread purna_cherukuri
Hi, I am using jboss-portal. I have created a new portal called myportal along with default portal. When i give URL like http://localhost:8080/portal , it is going to default portal. I want to make it to go to myportal. Where can i change it to behave like that? Thanks in advance..

[jboss-user] [JBoss Portal] - Re: changing the default portal

2006-12-06 Thread purna_cherukuri
Hi Finally i found the answer. go to management portlet, and click on root then click on properties link. Then set a property named portal.defaultObjectName to ur portal name. It will be treated as default portal. View the original post :

[jboss-user] [JBoss Portal] - Re: configuring my default portal..

2006-12-06 Thread purna_cherukuri
Hi Finally i found the answer. go to management portlet, and click on root then click on properties link. Then set a property named portal.defaultObjectName to ur portal name. It will be treated as default portal. View the original post :

[jboss-user] [JBoss Portal] - configuring default dir in cms

2006-12-04 Thread purna_cherukuri
Hi. I am using jboss-portal-4.0.2. I want to configure CMS service to look into a different folder which is not there inside application. So i have modified jboss-service.xml in /deploy/jboss-portal.sar/portal-cms.sar/META-INF/jboss-service.xml accordingly. I have modified like below.

[jboss-user] [JBoss Portal] - disabling proxy caching in jsp

2006-11-30 Thread purna_cherukuri
Hi, I am facing problem due to proxy caching. I am using jboss portal 4.0.2 with myfaces. My problem is, Proxy server is caching the request and response for the main url. When i given that url, it should send me to login page. But, for the first user it is sending to login page and for other

[jboss-user] [Security JAAS/JBoss] - how to disable password-stacking property

2006-11-29 Thread purna_cherukuri
Hi, I am using JBoss-portal-4.0.2. I have a problem with jass code. I want to disable the password stacking option. How can i do it? application-policy name=portal | authentication | login-module code=com.tsky.customlogin.CustomLoginModule flag=required |

[jboss-user] [JBoss Portal] - How to avoid simultaneous login for same user...

2006-11-28 Thread purna_cherukuri
Hi, I am using JBoss-portal-2.4.0. As per my requirements, we are supposed to ristict the simultaneous login for same user.. Means once user is in logged in state, We should not allow him/her to login from another client. For this we thought of creating one property in database which tell us

[jboss-user] [JBoss Portal] - Re: how to insert one more field in jboss database..

2006-11-18 Thread purna_cherukuri
Thanks for quick reply... Actually my requirement is, When any user logs in, i have to set a flag like LoggedIn to true, And when the user logs out or on session invalidation, I have to set back that flag to false. This is to avoid the user to create 2 sessions at the same time... For

[jboss-user] [JBoss Portal] - Re: how to insert one more field in jboss database..

2006-11-18 Thread purna_cherukuri
Thank you very much... I will look it and update u after i suceed... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987057#3987057 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987057