Communications Express LogoutURL for Calendar

I am having trouble with the logout link on the Calendar and Addressbook Tab of Communications Express. I have tracked it down to the jsp were JATO is pulling a parameter called "LogoutURL". The value is currently set to http://server:80/cmd.msc?mbox=&cmd=logout&laurel=on&sid=. For some reason this does not work properly. Is there anyway to update this value?

Thanks,

Pete

[405 byte] By [Peteresin] at [2007-11-26 7:48:46]
# 1
The URL is correct, provided 80 is the messeging port.-Ramya
ramya_ravi at 2007-7-6 20:04:40 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 2
80 is the messaging port. However, this just send me to a blank page and not back to the UWC login page as expected.
Peteresin at 2007-7-6 20:04:40 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 3

Are you suing JES4 /JES5?

For JES5 ,

these 3 parameters are required by webmail to generate the uwc logout url during session timeout event of webmail.

e.g.

local.webmail.sso.uwccontexturi = uwc

local.webmail.sso.uwcport = 85

local.webmail.sso.uwcsslport = 443

and

this parameter is required to instruct webmail to get uwc integration services. for ex., if this parameter is set, then timeout event of webmail will take user to uwc's login page.

local.webmail.sso.uwcenabled = 1

Thanks

Ramya

ramya_ravi at 2007-7-6 20:04:40 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 4

Hi,

I have same problem. I installed JES! on Solx86

My webserver port (and uwc) is 80.

Messenger Express porti is 81.

uwcconfig.properties:webmail.port = 81

local.webmail.sso.uwcport = 80

local.webmail.sso.uwcsslport = 443

local.webmail.sso.uwccontexturi = uwc

local.webmail.sso.uwchome = http://test.isp.com/uwc

I can use CE, when I logon at http://test.isp.com/uwc, but I saw at address bar, the url is like this: http://test.isp.com:81/en/mail.html?sid=kHIk7VvQYl4&lang=en&laurel=on&# 38;cal=1

And if I logout, I get http://test.isp.com:81/ page

And if I logout from uwc from Calendar tab, i get an empty page, with this url: http://test.isp.com:81/cmd.msc?mbox=&cmd=logout&laurel=on&sid=

Quad93 at 2007-7-6 20:04:40 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...