Re: I've officially bored of your stupid blah blahs

2004-07-09 Thread Kunthar
Guys, Everyday nearly 120 new mail drops to this list. Should we have to listen your important blah blahs??? Why i should define bunch of filters at all. Is there any moderator watches this??? Stop this and continue this lovely discussion from your private mails please... Shame on you cause i

Re: Best practice setup

2004-07-07 Thread Kunthar
Hello, 1. What is the percentage of pure html requests of your web app? 2. What is the database usage of your web app? 3. Is there any huge queries running during users sessions? 4. What is the hardware profile of your server? Solution; 1. If you have reasonable values for all of 4 items above

Re: Sysdeo, Eclipse, Tomcat

2004-07-05 Thread Kunthar
A better way to test JSP's at runtime is using Netbeans. To do this, you should have total control over your server as root/admin. 1. Install Netbeans to server. www.netbeans.org 2. Installation of Tomcat + Ant (necessary jars + Apache httpd etc.) should be ready. 3. When you run Netbeans from

Re: Logging in Apache Tomcat

2004-07-02 Thread Kunthar
Try System.out.println(your variable or your error thrown); in your application for critical parts. And follow the results from catalina.out file under /tomcat/logs Hope this helps... Gokhan Robert Einsle wrote: Hello List, How do i make logging in JAkarta Tomcat applications?? Does it exists an

Re: Editable double list boxes wanted

2004-06-30 Thread Kunthar
Hi, Go and check Matt Kruse lovely site: www.mattkruse.com You'll find more tools then you want to. Calendar, sortable table, editable listboxes. And if you enjoy to use the tools please donate to him. Because the code is clean, well organized and very well explained. btw; I don't know him

Re: Please Help!

2004-06-29 Thread Kunthar
Hello, Please give us more detail. Your OS and database to connect to, Send your server.xml and web.xml definitions. Then we can have clear idea... Take care Gokhan Aris Javier wrote: Please Help! This error kept on bugging me everytime i run tomcat5 as service... My environment variables are

Unknown weird error

2004-06-23 Thread Kunthar
Hi all, I am really stuck on this; jsp page headers %@ page language=java import=java.io.*, java.util.*, java.sql.*, java.text.* % %@ page errorPage=errorPg.jsp % %@ page buffer=32kb % jsp:include page=header.jsp flush=false / My code; String somedate; somedate =

Re: I'll kill JNDI

2004-06-15 Thread Kunthar
value20/value /parameter parameter namemaxIdle/name value10/value /parameter parameter namemaxWait/name value-1/value /parameter /ResourceParams Hope this helps. Adam Smith - Original Message - From: Kunthar [EMAIL PROTECTED] To: [EMAIL PROTECTED

I'll kill JNDI

2004-06-13 Thread Kunthar
Hi all, I've installed apache 2.049 + Tomcat 5.0.26 + PostgreSQL and i could connect apache to tomcat after painful night with mod_jk2. So far so good. I could do regular jdbc connection by using traditional Class.forName(ZOBARA) method to my existing fair pgsql. Then i wanted to try my first

Re: Performance Tuning Question For Tomcat 4.1.29 On Windows 2000

2004-06-09 Thread Kunthar
Hi all, I am new in community. I'd like to say that it is really good idea to have a book before fight with daily troubles. It has two advantages; 1. You can help by doing this to all developers and volunteers, 2. You have refined ideas to organize logic and understand what exactly happens inside

Re: Porting from Resin to Tomcat

2004-06-08 Thread Kunthar
I wanna add jdbc database connection issue too. Hope you've checked this too. Take care all... - Original Message - From: SH Solutions [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 5:16 PM Subject: RE: Porting from Resin to Tomcat Hi