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
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
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
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
> *
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