quartz.properties MySQL

2005-02-24 Thread Shakeel Ahmad
Hi, Can anyone send me a sample quartz.properties file for MySQL and Tomcat. Shakeel Ahmad. -Original Message- From: Randall Svancara [mailto:[EMAIL PROTECTED] Sent: 24 February, 2005 1:00 AM To: Tomcat Users List Subject: JDBCStore JTDS Anyone have any luck using the JTDS driver for

RE: How to send hidden variables to next page

2005-02-22 Thread Shakeel Ahmad
the selected option and assign it to java varialbe. I don't think it's possible to assign a javascript variable to java variable. Pls help to solve this problem. --- Shakeel Ahmad <[EMAIL PROTECTED]> wrote: > Wel this might help... > > // You write following two lines

RE: How to send hidden variables to next page

2005-02-22 Thread Shakeel Ahmad
Sent: 23 February, 2005 10:37 AM To: Tomcat Users List Subject: RE: How to send hidden variables to next page Yes. I'm using JSP. Can you pls tell me the syntax or guidelines as how to do it. Thank you. --- Shakeel Ahmad <[EMAIL PROTECTED]> wrote: > If you are developing a JSP/Serv

RE: How to send hidden variables to next page

2005-02-22 Thread Shakeel Ahmad
If you are developing a JSP/Servlet then you can do this by keeping those variables in session. Best Regards, S H A K E E L A H M A D http://members.fortunecity.com/javaclub/shakeel.htm Voice: 00923002723316 Senior Software Engineer. NorthStar Technologies. www.globalnorthstar.com EE(Computer E

RE: Tomcat 5.5.7 cannot connect to mysql datasource - what changed?

2005-02-21 Thread Shakeel Ahmad
ged? Shakeel, Thanks for the suggestion but we were already using DBCP 1.2.1. I downloaded it and tried it again, but get the same error. Any other ideas why the username would not be passed correctly when creating the datasource/pool? -Original Message- From: Shakeel Ahmad [mailto:[EMAIL P

RE: JDBC connection errors

2005-02-20 Thread Shakeel Ahmad
You are not giving the correct parameters for the connection, see '' and null, correct them ... Best Regards, S H A K E E L A H M A D http://members.fortunecity.com/javaclub/shakeel.htm Voice: 00923002723316 Senior Software Engineer. NorthStar Technologies. www.globalnorthstar.com EE(Computer E

RE: Tomcat 5.5.7 cannot connect to mysql datasource - what changed?

2005-02-20 Thread Shakeel Ahmad
MySQL Connector/J 3.0.15, and then updated to the latest 3.1.7. Each was placed in in $CATALINA_HOME/common/lib and tried - same result/error message. -Original Message- From: Shakeel Ahmad [mailto:[EMAIL PROTECTED] Sent: Sunday, February 20, 2005 10:22 PM To: Tomcat Users List Subject:

RE: Tomcat 5.5.7 cannot connect to mysql datasource - what changed?

2005-02-20 Thread Shakeel Ahmad
Have you changed the corresponding mysql connector jar file ? Best Regards, S H A K E E L A H M A D http://members.fortunecity.com/javaclub/shakeel.htm Voice: 00923002723316 Senior Software Engineer. NorthStar Technologies. www.globalnorthstar.com EE(Computer Engineering), UET Lahore, Pakis

RE: JAVA_OPTS , C:\Tomcat 5.5 ?

2005-02-16 Thread Shakeel Ahmad
: Re: JAVA_OPTS , C:\Tomcat 5.5 ? Give few more details, so that I can try your test case. Thank you, Edmon Shakeel Ahmad wrote: >Hi, > >JAVA_OPTS used to work in older Tomcat versions but the JVM Heap settings >are not picked by Tomcat 5.5 from JAVA_OPTS. >Please guide if anyone

JAVA_OPTS , C:\Tomcat 5.5 ?

2005-02-16 Thread Shakeel Ahmad
Hi, JAVA_OPTS used to work in older Tomcat versions but the JVM Heap settings are not picked by Tomcat 5.5 from JAVA_OPTS. Please guide if anyone knows. Thanks in advance. Best Regards, S H A K E E L A H M A D http://members.fortunecity.com/javaclub/shakeel.htm Voice: 00923002723316 Senior S

URL encoding in JSP?

2004-12-06 Thread Shakeel Ahmad
how to send & characters in the URLs in JSP code. like vendor.jsp?name=Intel&Mentor&Samsung now in the JSP when I call String name = request.getParameter("name"); // The name must be Intel&Mentor&Samsung // instead of Intel only

-Xverify:none ?

2004-09-02 Thread Shakeel Ahmad
What are are the merits or demerits of using -Xverify:none with Tomcat. -Original Message- From: alan sparago [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 12:21 AM To: 'Tomcat Users List' Subject: SocketException: Connection reset - Tomcat 5.0.27 When using Tomcat 5.0.27 t

How to Disable Tomcat Logs

2004-09-01 Thread Shakeel Ahmad
How to disable Tomcat's logs, including stderr and stdout ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat Server Status

2004-08-31 Thread Shakeel Ahmad
How to set CATALINA_PID for this purpose, I mean can you give some details and correct settings. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 4:23 PM To: Tomcat Users List Subject: Re: Tomcat Server Status We actually wrote a JSP to do this.

java source code

2004-08-30 Thread Shakeel Ahmad
mory to use -XX:+AggressiveHeap" I dont need the explaination of this line only I need is the source code which prints this message on console. Regards. Shakeel Ahmad - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

RE: Problem in Tomcat

2004-08-26 Thread Shakeel Ahmad
: RE: Problem in Tomcat This error is not consistent...It works fine in 70% of the cases...In rest of the cases the web page goes blankAnd the log files show what is written in my first email -Original Message- From: Shakeel Ahmad [mailto:[EMAIL PROTECTED] Sent: Friday, August 27

RE: Problem in Tomcat

2004-08-26 Thread Shakeel Ahmad
error on our web page And yes,our web app is crashing because of the error -Original Message- From: Shakeel Ahmad [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 6:26 PM To: Tomcat Users List Subject: RE: Problem in Tomcat Actually this is not an error, when you press

RE: Problem in Tomcat

2004-08-26 Thread Shakeel Ahmad
Actually this is not an error, when you press Ctrl+Break key on Tomcat Console it dumps all the threads in this fashion. By the way this crashing your web app -Original Message- From: Jitesh Sinha [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 4:53 PM To: Tomcat Users List Subje

RE: Tomcat JVM GC

2004-08-25 Thread Shakeel Ahmad
----- From: Shakeel Ahmad [mailto:[EMAIL PROTECTED] Sent: 25 August 2004 14:17 To: Tomcat Users List Subject: RE: Tomcat JVM GC Actually we have our own gc mechanism which has a proven record of doing things for our application, it never lets our application go out of memory, but it works at high

RE: Tomcat JVM GC

2004-08-25 Thread Shakeel Ahmad
Actually we have our own gc mechanism which has a proven record of doing things for our application, it never lets our application go out of memory, but it works at high level, now with this robust design we have only issues from JVM's original gc work. Our calculations have proven that if JVM's gc

RE: Tomcat JVM GC

2004-08-25 Thread Shakeel Ahmad
ction or java won't run. Please rephrase your question. -Original Message----- From: Shakeel Ahmad [mailto:[EMAIL PROTECTED] Sent: 25 August 2004 12:08 To: Tomcat Users List Subject: Tomcat JVM GC Hi, can I disable GC thread

Tomcat JVM GC

2004-08-25 Thread Shakeel Ahmad
Hi, can I disable GC thread in Tomcat. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]