Communication Express, Address Book not Getting

Hi,I have configured Communication Express based on Application Server. After entering to Communication express. i can see the tabs for Address Book and Options. but am not able enter into Address Bookpls give some suggestions..thanksvimal
[274 byte] By [Vimalraj@java] at [2007-11-26 7:34:44]
# 1
Can you tell us which build you are using?And are you able to view Mail and calendar tabs.
ramya_ravi at 2007-7-6 19:33:19 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 2

I have used Java ES Application server 8, and Calendar Server 6. I can see that mail,AddressBook and options tabs only.. i couldn't see the Calendar Tab..

But i not able to access the Adderss Book Tab.

It will show this url likes

http://myServer:9092/history.html?http://myServer:0/abclient/AddressBook

thanks

vimal

Vimalraj@java at 2007-7-6 19:33:19 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 3

> I have used Java ES Application server 8, and

> Calendar Server 6. I can see that mail,AddressBook

> and options tabs only.. i couldn't see the Calendar

> Tab..

>

> But i not able to access the Adderss Book Tab.

> It will show this url likes

> http://myServer:9092/history.html?http://myServer:0/ab

> client/AddressBook

>

> thanks

> vimal

Login to UWC ,access Addressbook tab and then type the URL

http://myServer:9092/abclient/AddressBook ,are you able to view Addressbook

now?

-Ramya

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

> > I have used Java ES Application server 8, and

> > Calendar Server 6. I can see that mail,AddressBook

> > and options tabs only.. i couldn't see the

> Calendar

> > Tab..

> >

> > But i not able to access the Adderss Book Tab.

> > It will show this url likes

> >

> http://myServer:9092/history.html?http://myServer:0/ab

>

> > client/AddressBook

> >

> > thanks

> > vimal

>

> Login to UWC ,access Addressbook tab and then type

> the URL

> http://myServer:9092/abclient/AddressBook ,are you

> able to view Addressbook

> now?

>

> -Ramya

I hav given http://myServer:9092/abclient/AddressBook, but am getting

Not Found

is anyting i have to set in ./configutil plz give me some suggestion.

-vimalraj

Vimalraj@java at 2007-7-6 19:33:19 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 5

Hi ,

I am assuming that your UWC URL is

http://myserver:9092/.

If so, login to UWC and try accessing Addressbook by clicking on AB tab.

You will get

http://myServer:9092/history.html?http://myServer:0/abclient/AddressBook

Here if you notice the port is being written as 0. Try accessing Addressbook now by typing the URL http://myServer:9092/abclient/AddressBook now that the session has been established , if it works then that means you have not set the uwc port .

Set it by giving ./configutil -o local.webmail.sso.uwcport -v 9092.

Let me know if it works.

-Ramya

ramya_ravi at 2007-7-6 19:33:19 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 6

Hi,

Still am getting the Errors like

Java Script Error , Line 0

and

Application Error

org.apache.jasper.JasperException: Unable to compile class for JSP

Generated servlet error:

[javac] Note: Recompile with -Xlint:unchecked for details.

[javac] 1 error

Notes for application developers:

* To prevent users from seeing this error message, override the onUncaughtException() method in the module servlet and take action specific to the application

* To see a stack trace from this error, see the source for this page

Generated Mon Jun 05 17:21:08 IOT 2006

i configured mail & Calendar on application Server..

my Web server port is 80

Application Server port is 8080

Calendar Server port is 9095

Msg Server port is 9092

my uwc uri is

http://myServer:8080/uwc

and i have one doubt., before configuring communication server. is SSO necesry or not.

give some need full information.

-vimal

Vimalraj@java at 2007-7-6 19:33:19 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 7
Hi,I don't think you have set the context uri.Pls set that as well.Parameter is : local.webmail.sso.uwccontexturi to uwcThanksRamya
ramya_ravi at 2007-7-6 19:33:19 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 8
Hi , Do the following: cd ...../messaging/sbin./configutil -o local.webmail.sso.uwcport -v 80;(your uwc port) because from the URL it is showing 0 instead of uwc port...Let me know the result..
ashik_s at 2007-7-6 19:33:19 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 9

> Hi ,

>

> e following:

> cd ...../messaging/sbin

> configutil -o local.webmail.sso.uwcport -v 80;(your

> uwc port)

>

> rom the URL it is showing 0 instead of uwc port...

>

> Let me know the result..

Sorry its not the messeging server port .It is the Webcontianer port.

Pls set configutil -o local.webmail.sso.uwcport -v webcontainer-port(Appserver/Webserver) based on whichever you used to deploy UWC on.

thanks

Ramya

ramya_ravi at 2007-7-6 19:33:19 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...