Re: jsp stuff

2005-07-21 Thread Phuoc Diec
Hi, One way to access database from JSP pages is using connection pool from JNDI. You can find more information from here: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-datasource-examples-howto.html On 7/21/05, ganesan malairaja <[EMAIL PROTECTED]> wrote: > hi guys > > i want to know is

Re: tomcat connection pool

2005-07-17 Thread Phuoc Diec
Hello, Try these how-tos: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-resources-howto.html http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-datasource-examples-howto.html Good luck. On 7/17/05, Tony Smith <[EMAIL PROTECTED]> wrote: > Hi, Can anyone show me how to setup connection p

Ant InstallTask Problem

2003-10-23 Thread Phuoc Diec
Hello all: I tried to compile and run the sample JSP in Tomcat Documentation. I got error when running "ant install". Here is the error message: >>ant install Buildfile: build.xml prepare: compile: install: [deploy] FAIL - Encountered exception java.util.zip.ZipException: error in op ening

Ant InstallTask Problem

2003-10-23 Thread Phuoc Diec
Hello all: I'm not sure that I have post this question. If I did, my apology. I just tried to compile and run the sample app from Tomcat's Documentation. I got error message as I ran "ant install". Here is the error message: >>>ant install Buildfile: build.xml prepare: compile: install: [de