Thanks! I could resolve the login issue also. Regarding context path; I realised that by default weblogic deploy pluto under the context pluto-portal and testsuite under pluto-testsuite. But in the config files of pluto, the context path is referred as "pluto" and test suite as "testsuite". So I undeployed both the web apps, renamed the wars to "pluto.war" and "testsuite.war" and deployed again with the context names as "pluto" and "testsuite" respectively. This took care of my issues with context path. Hope this will help.
Regarding the login issue; I created a group called "pluto" in WLS and also created a user "pluto_user". Made "pluto_user" a part of "pluto" group and that took care of my login issues also. Now stuck with more interesting errors. http://www.nabble.com/Error-reading-portlet.tld-file-tf4247535.html Any help on the above will be greatly appreciated. Sankar. -- View this message in context: http://www.nabble.com/Using-Pluto-with-Weblogic-App-Server-tf4211268.html#a12103506 Sent from the Pluto - User mailing list archive at Nabble.com.
