aspose file tools
The moose likes Portals and Portlets and the fly likes Anonymous access issue with Websphere portal Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "Anonymous access issue with Websphere portal" Watch "Anonymous access issue with Websphere portal" New topic
Author

Anonymous access issue with Websphere portal

Alex Sun
Ranch Hand

Joined: Mar 23, 2007
Posts: 42
We use IBM JSF portlet with WAS 6.1
All the porlet works fine with Login user, but for anonymous access, it give use conflict for writing cookies and session.
Anybody has idea about that ?


SCJP 5
SCWCD 1.4
SCDJWS 1.4
SCBCD 5
SCEA 5 (Part 1 cleared)
IBM Certified Solution Developer - WPS 6.1
Dipankar KumarGhosal
Greenhorn

Joined: Nov 25, 2008
Posts: 9
Hi,

Did you try setting public.session=true ?
1.Enable anonymous session. In {WP_ROOT}\config\properties\Navigator service.properties, set
public.session = true

-Dipankar
Dipankar KumarGhosal
Greenhorn

Joined: Nov 25, 2008
Posts: 9
Sorry that location was for Portal 6.0
In 6.1 you will find that properties file in :wp_profile\PortalServer\config

-Dipankar
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Anonymous access issue with Websphere portal
 
Similar Threads
Accessing primitives in anonymous inner class
anonymous classes
Please any can share with Liferay SVN Pwd
Inner classes(SCJP 1.5)
Abstract Class Within an Interface