The official docs are at http://tomcat.apache.org/tomcat-5.5-doc (as
you've already found). I found those docs hard to understand when I
was starting from scratch. Try going through the Setup and First Web
App sections, and then the JDBC config page that I linked before.

There might be a better tutorial somewhere for setting up Tomcat 5.5
and MySQL, but unfortunately I don't have a pointer to one.
--
Len

On 11/10/05, Benjamin Slade <[EMAIL PROTECTED]> wrote:
> Thanks for the info, but one more question..   Where can I find
> documentation on this sort of thing?
>
> Ben Slade
>
> Len Popp wrote:
> > server.xml is the old location for the <Context> but these days it's
> > usually found either in conf/Catalina/[hostname]/[appname].xml or in
> > webapps/[appname]/META-INF/context.xml.
> >
> > Also note that the syntax of <Resource> has changed in 5.5. See
> > http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html
> > --
> > Len
> >
> > On 11/9/05, Benjamin Slade <[EMAIL PROTECTED]> wrote:
> >
> >> Can someone point me to some resources for setting up Tomcat so that
> >> servlets/JSP's can connect to a local MySQL database?
> >>
> >> ...snip...

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

Reply via email to