Really you should check out the J2EE specification at java.sun.com and in
also grab some further info on JSP and servlets while you are there.

Orion is suprisingly compatible with the J2EE spec. For example you should
be using WAR deployment of your servlets then you will be able to use the
standard classpath detailed in the Java Servlet specification.

dan
----- Original Message -----
From: "Marc Linke" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, January 31, 2001 10:06 AM
Subject: Re: orion and mysql?


> Hi,
>
> well, i'm more in need of some kind of step-by-step
> info as i'm new to java, j2ee and orion.
> So far i couldnt even setup orion to run plain
> servlets with mm.mysql as orion seems to ignore my
> classpath setting (or even i guess so).
>
> thanks
>
> ----- Original Message -----
> From: "David Morton" <[EMAIL PROTECTED]>
> To: "Orion-Interest" <[EMAIL PROTECTED]>
> Sent: Tuesday, January 30, 2001 6:24 PM
> Subject: Re: orion and mysql?
>
>
> >          I found it very easy...I use:
> > http://mmmysql.sourceforge.net/ - jdbc driver
> > http://javaexchange.com/ - connection pooling....
> >
> > One variable i had was w/javaexchange's DBBroker, set
> AutoReconnect=true...
> >
> > so far so good...been using awhile
> >
> > David
> >
> >
> > At 05:20 PM 1/30/01 +0100, you wrote:
> > >Hi,
> > >
> > >is there any simple how-to for setting up mysql with
> > >orion available? Or can someone explain me how to do it?
> > >
> > >thanks
>
>
>
>
>


Reply via email to