I'm trying to install dotCMS 1.2, but think I'm running into a problem with a couple things: 1.) I can't find mssql-portal.sql in the sql/portal directory - I ...
Michelle, 1) We have splitted the liferay mssql script into five scripts portal-sql-server-1.sql through portal-sql-server-5.sql, those scripts contains the...
I installed mysql and tomcat 5.0. And modified the server.xml file as it states in the instruction. but when I ran startup.bat file, I got messages like this: ...
It looks like you have a configuration issue, Check that you have the dotcms1.1.9.jar or dotcms.1.2.jar inside common/lib/ext folder, if you have it check that...
Hi, We would like to test out dotcms to serve contents in a larger portal environment. Is there a way to configure dotcms to run under a different context...
Hi Wil, What are you really trying to do here? What is running on / context? You certainly can change the web xml to have a different ctx but you will have ...
David, thanks a lot for your suggestion. I have solved the installetion problem now. But when I tried to add frames in the template using html language like ...
David, thanks a lot for your suggestion. I have solved the installetion problem now. But when I tried to add frames in the template using html language like ...
Hi Jason, Thanks for suggestion. That should work for this issue. What we are running on / is another application that displays a different set of screens. Wil...
Help! I've made all the DotCMS intallation manual says. When I execute the startup.bat script on the Prompt, it gives me a little bit of messages, like the...
Jason, that's another problem, cause there's no Logs folder in the dotcms directory, and in the folder logs in the tomcat directory there's no catalina.out...
Jason, that's another problem, cause there's no Logs folder, or catalina.out, in the dotcms dir, or the tomcat dir. What else could should I try? Thanks. ... ...
The frameset should look fine at the frontend side but it's not supported at the backend side on edit mode, because we are inserting some code to enable the...
I tried to read the message displayed on the second DOS window.. I'm quite sure that it's an exception, javaNoClassFound. Please help me. ... variables, and...
ok do this. Goto your dotcms bin dir(tomcats bin) and start it with run so it stays in the same window and then send me the results. so catalina.bat run...
OK couple questions 1. What DB are u trying to run off of? 2. Have you setup the DB 3. Have you configed the web.xml to your DB If you have done the above...
Problems Update Now I'm having trouble with the ports. I have xampp and tomcat working in my PC. the error msg appearing now is this: 2006-12-20 21:59:51,312...
My friend Jason, (I consider you a friend due to all the help u gave me, hope u don't mind calling u friend.) It worked, server running. After solving the...
Well doesn't sound like that is a problem with dotCMS. Cannot help you there. Either shut down the other app or use the server.xml to bind to a differnt port...
No offense but did you look in the server.xml? Just trying to teach you to fish :-) If you do look you should see a connector with port=8080 or something...
I thought it was there, but i'm confused. my server.xml looks like this <Server address="localhost" port="8010" shutdown="SHUTDOWN" debug="0"> <!-- Global JNDI...
your dotcms is running on port 80. So if you have something else u want to run on 80 you need to change the connector port. So you could run on 81 like so ...