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
> 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 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
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
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
> 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