Re: Configuring Tomcat 5.0.27 for JNDI (with the McKoi Database)

2004-09-03 Thread Peng Tuck Kwok
Perhaps you could also read this here http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/context.html to get more details. On Fri, 3 Sep 2004 13:07:59 -0700 (PDT), Caroline Jen <[EMAIL PROTECTED]> wrote: > Thanks for replying. > > I am building only one webapp. What does "create a > pr

RE: Configuring Tomcat 5.0.27 for JNDI (with the McKoi Database)

2004-09-03 Thread Caroline Jen
Thanks for replying. I am building only one webapp. What does "create a proper Context element instead of DefaultContext" mean? Thanks --- "Shapira, Yoav" <[EMAIL PROTECTED]> wrote: > > Hi, > You should put DefaultContext inside a Host. But if > you only have one > webapp, create a proper Con

RE: Configuring Tomcat 5.0.27 for JNDI (with the McKoi Database)

2004-09-03 Thread Shapira, Yoav
Hi, You should put DefaultContext inside a Host. But if you only have one webapp, create a proper Context element for it instead of DefaultContext. The JDBC driver class name is supplied in your vendor documentation (in this case McKoi). A common one is com.mckoi.JDBCDriver. The port number is