RE: Possible bug?

2007-05-25 Thread Thai Dang Vu
I never use SSL with Tomcat, but do you really want to load 4k rows a time? -Original Message- From: Hoa Doan [mailto:[EMAIL PROTECTED] Sent: Thursday, May 24, 2007 5:11 PM To: users@tomcat.apache.org Subject: Possible bug? I am accessing a page on my server that outputs about 4000+ rec

RE: Tomcat 6 web root directory

2007-04-03 Thread Thai Dang Vu
If you want to access your application with http://your.server/your-app-file.jsp, then I don't know any way to not have the web files in ROOT. But if accessing your app with http://your.server/your-app-name/your-app-file.jsp, then your web files don't need to be in ROOT. -Original Message-

Tomcat 6 Transaction Manager

2007-02-28 Thread Thai Dang Vu
Hello everybody, I read the JNDI Resources HOW-TO and noticed that there is something like a transaction manager in Tomcat 6. Is that right? - Add a resource factory for instantiating the UserTransaction object instance that is available at java:comp/UserTransaction. NOTE - Of the standa