I've installed dotCMS on Server 2003, with MSSQL Express 2005
I believe that I've done everything correctly with copying jar files and
paths for the...
Osborne, Paul
posborne@...
Jan 2, 2008 6:42 pm
780
Hi Paul, Did you download a release or from SVN? If you downloaded from SVN our latest stable the db connection should be in the root.xml file. If you...
Hi, Both reside on the same server and it's release 1.5.1.1. With other CMS's I've had to specify SQLEXPRESS in the connection string, usually...
Osborne, Paul
posborne@...
Jan 2, 2008 8:09 pm
783
I changed the sqlserver to sqlexpress and no it can't find a suitable driver. Paul ________________________________ From: dotcms@yahoogroups.com...
Osborne, Paul
posborne@...
Jan 2, 2008 8:14 pm
784
Paul can you send me the connection url you are using for your database? Also make sure you have tcp/ip turned on in SQL Server. Sometimes it is off by...
Sure can. Attached is part of the server.xml. The usernames and passwords are also in there. I've tested this by logging in with SQL Server authentication and...
Osborne, Paul
posborne@...
Jan 2, 2008 9:34 pm
786
Well your errors are saying that the dotCMS cannot connect to the database. Can you download a tool that is not SQL Server client and try to connect. We...
I think my issue here is that I'm not using a full blown version of sqlserver. I'm using the sqlexpress. And when I change that part of the url I get this...
Osborne, Paul
posborne@...
Jan 2, 2008 10:32 pm
788
Well the connection url for sql express should stay the same but we don't officially support sql express. We support postgres, oracle, mysql, and sql server. ...
Hi All, 1) There is an option “Reuse content” on container drop down arrow along with Add Content, delete, close etc. So what is the functionality of...
Kyawt Mon Thar
kyawtmonthar@...
Jan 3, 2008 8:31 am
790
First of all, happy new year! Ted, I don't know if this could be of any help to you but anyway let me describe the way I work with dotCMS (note that I...
Dimitrios Zavaliadis
dimzava@...
Jan 3, 2008 9:03 am
791
I think you can also use the $pageChannel variable if you want to change your photo display depending on the FIRST LEVEL only sections i.e. not taking into...
Dimitrios Zavaliadis
dimzava@...
Jan 3, 2008 9:50 am
792
Hi Kyawt, #1 All content created in dotCMS can be reused in different containers in multiples pages. Reuse content will allow you to search for content that ...
The other cms installs I've done with express you have to specify that in the config usually localhost\SQLEXPRESS, but eitherway. . . I installed SQL Server...
Osborne, Paul
posborne@...
Jan 3, 2008 5:06 pm
794
You have to tell squirrel about the driver. Tell it where the jar is. It really seams like a firewall or tcp/ip issue as we run on sql server 2000 all the...
This is not quite working for me. I have a structure that has several "File" typed fields. I linked them to several pdfs that are stored in the system. I am...
Chris, That's because the dotAsset path uses identifier not inode. So instead of doing this <a href="/dotAsset/${content.cirriculumSheet}.pdf"> You need to get...
Salvador, Any idea which file this can be found in? A grep for resize_image reveals nothing interesting. Jim On Dec 21, 2007 12:24 PM, Salvador Di Nardo < ... ...
Jim, The class is: \wwwroot\dotcms.org\src\com\dotmarketing\servlets\image\ResizeImageServlet.java You can see the mappings for this servlet in the web.xml...
Maria/Salvador, Thanks for the pointers. Looking at the file, I see that setQuality is already set to 1 - the highest value. Perhaps setting forceBaseline to...
I blew everything I had and started over. SQL Server 2000 with SP3A Server 2003 RC2 dotCMS release 1.5.1.1 I still can't connect, still the same issue as...
Osborne, Paul
posborne@...
Jan 3, 2008 10:28 pm
802
If the error is the same then it has something to do with the connection url, username:password or the not listening on the address you specified. If you can...
Jim, Thanks for sending this, we'll look into it and see if there is a solution or if we need to wait for Java to release a fix on the next jdk version. Thanks...
Paul: 1) What is the exact error are you getting? You can see this in the catalina.out log file at the top of where the errors begin. Is something like...
This is more of a velocity question, but I couldn't find any thing on the web that answered my questions. I have to compare two dates to see if one is later...