Hi All, I am newbie to dotCMS. I would like to know how can I integrate the existing user authentication system with dotCMS to validate the user logging in...
Todd, I think you have the basic idea. The key is to think of groups as the permissions for what tabs they have access to. Then think of roles as what...
Chris, Thanks. This is almost exactly how we had to setup all 180 groups/roles. Both in Active Directory and in dotCMS. It was painful, but better than how...
Is anyone else experiencing a problem with textareas in the tinymce editor? When we have a form with a textarea on it all is well when you first save it. If...
Hello, I need help. I tried to install dotCMS, but I have got a problem. When I ran dotCMS with startup.bat, the new Tomcat prompt opened and immediately...
Hi, Is this: Exception in thread "main" java.lang. NoClassDefFoundError: and Caused by: java.lang.ClassNotFoundException: and at...
Andres Olarte
andres.olarte@...
Aug 1, 2008 7:21 pm
2374
Andres is right, it is easier to debug running as a service. You might want to also try getting rid of any spaces in the path to the dotCMS and to your ...
We've built a widget in dotCMS 1.5 that generates an archive page of previous year's athletics teams pages. However, we've noticed that it has an issue when...
Mcbride, Michael G.
mcbridem@...
Aug 1, 2008 7:34 pm
2376
I can confirm this behavior in 1.6.0.8. Even if you switch the content to TEXT mode the form elements after </textarea> in the content still show. Christopher...
Chris, Could you put this on JIRA, and we'll take care of it. Thanks, David On Fri, Aug 1, 2008 at 3:43 PM, Christopher F. Falzone ... -- David Torres Lead...
Andres, Will, Thank you so much, I could install dotCMS But to start, what should I do next? I tried to start with StartTestWrapper-NT.bat But I couldn't see...
Did you update the wrapper.conf file to match your install? Can you paste it here? ... -- Thanks, Jason Tesser dotCMS Lead Development Manager 1-305-858-1422...
 Jason, Thank you for reply. Now I could get info about 3 hundred lines in wrapper_20080804.log But I still cant see "http://localhost/c" as well. my...
The wrapper config seems ok. Can you post the log? The log must have some repeating sections, so please try to cut them out. ... -- Andres Olarte Systems...
Andres Olarte
andres.olarte@...
Aug 4, 2008 2:01 pm
2382
Andres, Thank you for reply. My log said: 2008/08/04 16:07:22 | dotCMS Application Server installed. 2008/08/04 16:07:31 | Starting the dotCMS Application...
Well you seem to be running something else on port 80. You have two options, stop whatever process is using port 80, or have dotCMS run in another port. You...
Andres Olarte
andres.olarte@...
Aug 4, 2008 2:45 pm
2384
For what it is worth, Skype often takes port 80 by default. On Mon, Aug 4, 2008 at 10:45 AM, Andres Olarte < ... -- Will Ezell phone: 305.858.1422 ext. 286 ...
Andres, will, Thank you for your reply. I tried to use different port before, it didn't work. But I tried it some times, it has work. Skype was the problem. I...
I'm using dotcms 1.6.0.7 and have everything working except the workflow portlet. When I click on the assigned to dropdown, it cycles for a second, then comes...
Samuels, Robert L
samuelrl@...
Aug 4, 2008 3:51 pm
2388
This was a known issue. It has been fixed in the lastest dotCMS code. There were actually a few issues with the workflow and users. if you search jira for...
I am trying to troubleshoot why I am not received emails when a workflow task is assigned to someone in dotCMS. I think it may be because they are never being...
That was it! Thanks, Todd From: dotcms@yahoogroups.com [mailto:dotcms@yahoogroups.com] On Behalf Of Maria Ahues Bouza Sent: Tuesday, August 05, 2008 10:21 AM ...
How do you get a favicon to show for dotcms. Our server is setup with both Apache and Tomcat. The pages being served by Apache are showing the favicon, but the...
Hi Brad, I think if you put this in your templates it should work: <link rel="icon" type="image/png" href="/somewhere/myicon.png" /> Thanks Maria ... -- Maria...
Brad, I haven't tested this, but you should be able to get it by including something like this <link rel="icon" href="/myfavicon.ico" type="image/x-icon" /> on...