Re: Help Please

2010-01-18 Thread Jyothivas Nair
Hi, there are multiple ways to get openmeetings to run on machine 1) run it from eclipse 2) export as a war from ecplise, and deploy to a server 3) build a complete distribution using ant build and then deploy to server you can see through all the possibilities later when you get a hang of thing

Schedule Meetings

2010-01-18 Thread michael
Good Morning. Everything works great. I have a couple of questions. a) Even after a scheduled meeting finishes, clicking the invitation link in emails still allows people to enter that particular meeting and use the system. b) By way of invitation, there is no exit / logout button on the screen

Re: Help Please

2010-01-18 Thread chrisblak...@hotmail.com
Hi Jyothivas , I am rebuilding and starting from scratch .. Do you have the steps to get openmeetings working on Windows server 2003 R2 , using Mysql ( or whatever you recommend ) ?? This would be most appreciated .. Regards Chris On Jan 15, 10:40 am, Jyothivas Nair wrote: > Hi, > > and if yo

Re: How to connect OM to AD (installed on Windows Server 2003)

2010-01-18 Thread The Anh
@Mr Smoeker: Oh, thank so much for your helping me. Today I got it working. @All (Who is unsuccessful in connecting to Active Directory (AD): To do this, we have to follow 2 steps *** Step 1: Config the om_ldap.cfg file. (Note: The Administrator account is in the Users) ldap_conn_url=ldap://10.2.

Re: Blank Screen after installation

2010-01-18 Thread Sebastian Wagner
what is the URL you try to invoke? http://localhost:8080/openmeetings/maindebug.lzx?lzr=swf8&lzproxied=solo is the URL to compile the client when you run it inside Eclipse. Sebastian On Jan 15, 9:57 am, Haseo wrote: > Hi, > > I just installed OpenMeetings on Ubuntu 8.04 > followinghttp://code

Re: How to connect OM to AD (installed on Windows Server 2003)

2010-01-18 Thread smoeker
hola, there's a small bug within your ldap_admin_dn : ldap_admin_dn=CN:Administrator,OU=Users,DC:com,DC:vn you should change the config val to CN:Administrator,OU:Users,DC:com,DC:vn , all "=" are replaced within code! Absolute path to the ldap config means : not the relative path from within O