RE: Placement of jars for JSP

2000-11-08 Thread Magnus Rydin
Title: RE: Placement of jars for JSP Well, if you point out your tld from your web.xml file like:       database-taglib     /WEB-INF/database.tld   you can have your taglib.tld in your WEB-INF directory. You can have the classes used by the taglib in your /WEB-INF/classes/ if you want

Re: Placement of jars for JSP

2000-11-02 Thread Christian Sell
ED]> Date: Freitag, 3. November 2000 05:54 Subject: Re: Placement of jars for JSP >> You can place the JAR anywhere - orion will automatically detect it has >> changed when you recompile / rejar, and it will load the new driver. >> >> Just change the location with the attrib

RE: Placement of jars for JSP

2000-11-02 Thread Mike Cannon-Brookes
3 PM > To: Orion-Interest > Subject: Re: Placement of jars for JSP > > > > You can place the JAR anywhere - orion will automatically detect it has > > changed when you recompile / rejar, and it will load the new driver. > > > > Just change the location with the attribu

Re: Placement of jars for JSP

2000-11-02 Thread Aaron Scott-Boddendijk
> You can place the JAR anywhere - orion will automatically detect it has > changed when you recompile / rejar, and it will load the new driver. > > Just change the location with the attribute in web.xml. Ok that's working - can the be a folder rather than a jar to test without rebuilding the

RE: Placement of jars for JSP

2000-11-02 Thread Mike Cannon-Brookes
You can place the JAR anywhere - orion will automatically detect it has changed when you recompile / rejar, and it will load the new driver. Just change the location with the attribute in web.xml. Mike > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf