At 09:56 AM 12/4/01 +0100, you wrote:
>Hi,
>
>i think about (..ok...i am forced to think about....) to use the 
>MS-SQL-Server.
>Surprisingly i didnt find any post in this mailinglist which deals with this 
>challenge.
>So my questions:
>How do i connect to this MS-Sql-Server by using JDBC and the Cocoon 
>Connection Pool (Cocoon 1.8.2)...ok...
>
>processor.xsp.pool.database.default.driver=???


You have to choose the driver.  I've used the ones from www.inetsoftware.de with SQL 
Server and they work nicely.  Costs $ though.



>processor.xsp.pool.database.default.url=???


URL depends on the driver.  In the case of www.inetsoftware.de the url is:

jdbc:inetdae:_hostname_


>Which port is MSSqlServer using?


By default, 1433.


Basically, pick a driver first and then put everything into place from there.


HTH.


DR


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to