RE: JDBC connection failing

2001-08-28 Thread altuga
Hi , are there any firewalls between server and the database ? if yes then u can check the firewall settings .. are u using connection pooling ? regards ? -Original Message- From: Barnabas Yohannes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 6:40 PM To: [EMAIL

RE: increasing java heap

2001-07-13 Thread altuga
like this , write this in your /etc/profile TOMCAT_OPTS=-Xmx256M -Original Message- From: Dwaipayan [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 11:20 PM To: [EMAIL PROTECTED] Subject: increasing java heap my jvm seems to be out of memory as it shows page faults when

RE: JDBC and Pool

2001-07-12 Thread altuga
www.javaexchange.com u can use it with various databases .. regards -Original Message-From: Enrique Lopez [mailto:[EMAIL PROTECTED]]Sent: Thursday, July 12, 2001 1:07 PMTo: Lista de distribuciĆ³n del tomcatSubject: JDBC and Pool Hello I'm using tomcat 3.2.2, Apache and

memory allocation

2001-06-14 Thread altuga
hi all , i want to ask something about jsp pages sample jsp code = ** %@ page import = "java.util.*" % %@ page import = "MyBean" % %@ page contentType="text/html;charset=ISO-8859-9" % jsp:useBean id="my_bean" class="MyBean"

memory allocation

2001-06-14 Thread altuga
hi all , i want to ask something about jsp pages sample jsp code = ** %@ page import = "java.util.*" % %@ page import = "MyBean" % %@ page contentType="text/html;charset=ISO-8859-9" % jsp:useBean id="my_bean" class="MyBean"

RE: stress test

2001-06-12 Thread altuga
Hi what is SGBD ?tomcat runs on SunOs 2.8.. i confused , idle threads are good or bad ? and any good tool for testing tomcat i think "ab" tool is not enough , right ? thanks Altu B. Altnta Uygulama Gelitirme Ko.net Haberleme Teknolojileri ve letiim Hizmetleri A.. amlca Merkezi B3

stress test

2001-06-11 Thread altuga
Hi all i am testing tomcat with using ap which comes with apache what is ideal test case , ? for example 1000 user , 7 concurrent is ideal ? and while i am testing tomcat sometimes it uses %98 cpu and never gives it back .. i configured my server.xml like that Parameter

stress test

2001-06-11 Thread altuga
Hi all i am testing tomcat with using ap which comes with apache what is ideal test case , ? for example 1000 user , 7 concurrent is ideal ? and while i am testing tomcat sometimes it uses %98 cpu and never gives it back .. i configured my server.xml like that Parameter

RE: stress test

2001-06-11 Thread altuga
hi ? what kind of testing tool or tools are you suggesting ? -Original Message- From: Jose Euclides da Silva Junior - DIGR.O [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 4:24 PM To: [EMAIL PROTECTED] Subject: RES: stress test -BEGIN PGP SIGNED MESSAGE- First of

stress test

2001-06-11 Thread altuga
Hi all i am testing tomcat with using "ap" which comes with apache what is ideal test case , ? for example 1000 user , 7 concurrent is ideal ? and while i am testing tomcat sometimes it uses %98 cpu and never gives it back .. i configured my server.xml like that Parameter

RE: Greek encoding in Java Servlet Output

2001-06-01 Thread altuga
Hi , tomcat's default is 8859-1 so u have to convert it .. example for Turkish characters ; String endeks_name = request.getParameter("name"); String endeks_name_tr =new String(endeks_name.getBytes("ISO-8859-1"),"ISO-8859-9") ; Regards. Altug . -Original Message- From:

RE: Possible thread deadlocking in 3.2.2 beta 5?

2001-05-23 Thread altuga
Hi , just an idea ; upgrade your jdk from JDK-1.2.2_006 to JDK1.3 regards .. -Original Message- From: Joel - Jakarta List [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 22, 2001 9:53 PM To: '[EMAIL PROTECTED]' Subject: Possible thread deadlocking in 3.2.2 beta 5? Hello, I

RE: Threads

2001-05-06 Thread altuga
hi ; u can use it like that in your server.xml Connector className="org.apache.tomcat.service.PoolTcpConnector" Parameter name="handler" value="org.apache.tomcat.service.connector.Ajp12ConnectionHandler"/ Parameter name="port"

RE: Connection Pooling with different databases problems

2001-05-03 Thread altuga
u can try DbConnectionBroker for pooling connections ; www.javaexchange.com it is easy and powerful . regards .. -Original Message- From: Sab This [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 6:28 AM To: [EMAIL PROTECTED] Subject: Connection Pooling with different

RE: Does JDK1.3 works with Tomcat?

2001-03-22 Thread altuga
Did u put dot "." in your CLASSPATH ? -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 6:09 PM To: [EMAIL PROTECTED] Subject: RE: Does JDK1.3 works with Tomcat? I didn't use special methods. the java codes are very simple and listed below: