Re: Error using mssql with jetspeed 2

2006-01-12 Thread Randy Watler
Forgive me, but can you send the complete stack trace? Randy On Thu, 2006-01-12 at 15:15 +0530, Parambathu Kandy, Yasser Arafat (Cognizant) wrote: > Hi Aaron and Randy(Hope you don't mind me using your first name) > > Aaron, > 1) Yes it is MS Sql server > 2) I am using DSN so there isn't a need

Re: Error using mssql with jetspeed 2

2006-01-12 Thread Parambathu Kandy, Yasser Arafat \(Cognizant\)
Hi Aaron and Randy(Hope you don't mind me using your first name) Aaron, 1) Yes it is MS Sql server 2) I am using DSN so there isn't a need to specify the driver path. 3) Due to client's network policy, I cannot use a type (4/2) drivers. I think the problem isn't with the driver path, some other

Re: Error using mssql with jetspeed 2

2006-01-10 Thread Randy Watler
Yasser, Your configuration should look something like this for the JTDS driver: catalina.server.home=c:/tomcat5 catalina.server.shared=${catalina.server.home}/shared/lib org.apache.jetspeed.production.jdbc.drivers.path= ${catalina.server.shared}/jtds-0.8.1.jar org.apache.jetspeed.production.data

Re: Error using mssql with jetspeed 2

2006-01-10 Thread Aaron Evans
yasser arafat yahoo.com> writes: > > hi, > I have been trying to create a custom portal for the past three weeks. I have one running with the default db > hsql. The requirement to use mssql was enforced. So i did the following > 1) Configured the build.properties > *

Error using mssql with jetspeed 2

2006-01-10 Thread yasser arafat
hi, I have been trying to create a custom portal for the past three weeks. I have one running with the default db hsql. The requirement to use mssql was enforced. So i did the following 1) Configured the build.properties *mssql org.apache