RE: Tomcat Clusterin Multicast Multiinstances

2004-08-18 Thread Shakeel
Can any one quickly tell the comparison of running tomcat as a service or without a windows service. I mean what are the benifits of running tomcat as a windows service. S H A K E E L A H M A D -Original Message- From: Filip Hanik (lists) [mailto:[EMAIL PROTECTED] Sent: Wednesday, Aug

RE: Tomcat Clusterin Multicast Multiinstances

2004-08-18 Thread Shakeel
also be remotely started if you have the right tools. And it doesnt require a user to be logged in for the service to remain running. -Original Message- From: Shakeel [mailto:[EMAIL PROTECTED] Sent: 01 August 2004 15:03 To: Tomcat Users List Subject: RE: Tomcat Clusterin Multicast

RE: Tomcat Clusterin Multicast Multiinstances

2004-08-18 Thread Shakeel
icast Multiinstances Its the same JRE and java classes so i'd imagine there is no difference. Ta Matt -Original Message----- From: Shakeel [mailto:[EMAIL PROTECTED] Sent: 01 August 2004 15:12 To: Tomcat Users List Subject: RE: Tomcat Clusterin Multicast Multiinstances Thanks for a quick reply.

RE: Tomcat Clusterin Multicast Multiinstances

2004-08-18 Thread Shakeel
Björn Andersen www.premiere.de -Ursprüngliche Nachricht----- Von: Shakeel [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 1. August 2004 16:23 An: Tomcat Users List Betreff: RE: Tomcat Clusterin Multicast Multiinstances Ok, can you tell how to set the JAVA_OPTS values, I mean JVM's max/min memo

Tomcat As A Service Printing Problem

2004-08-19 Thread Shakeel
My webapp on Tomcat was printing successfully when I used to run it without a service. But when I started Tomcat as a service then printing failed, any reasons ? Please assist if someone can. Thanks S H A K E E L A H M A D -

RE: Tomcat As A Service Printing Problem

2004-08-19 Thread Shakeel
Problem Perhaps its to do with the user that tomcat runs as Ta Matt -Original Message- From: Shakeel [mailto:[EMAIL PROTECTED] Sent: 19 August 2004 10:16 To: Tomcat Users List Subject: Tomcat As A Service Printing Problem My webapp on Tomcat was printing successfully when I used to run it

Tomcat Not Responding

2004-08-19 Thread Shakeel
Hi all. I started tomcat as a service using following settings. set CATALINA_HOME=C:\Tomcat4.1 set JAVA_HOME=C:\j2sdk1.4.2_04 %CATALINA_HOME%\bin\tomcat.exe -install tc2 %JAVA_HOME%\jre\bin\server\jvm.dll -Djava.awt.headless=true -Djava.endorsed. dirs=%CATALINA_HOME%\common\endorsed -Djava.class.

RE: Tomcat As A Service Printing Problem

2004-08-19 Thread Shakeel
: QM [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 6:13 PM To: Tomcat Users List Subject: Re: Tomcat As A Service Printing Problem On Thu, Aug 19, 2004 at 02:16:25PM +0500, Shakeel wrote: : My webapp on Tomcat was printing successfully when I used to run it without : a service. But when I

RE: Tomcat As A Service Printing Problem

2004-08-19 Thread Shakeel
ging your account to an Active Directory account. Shakeel escribió: >Here is the actual situation. > >Java Printing API(javax.printing), is being used for printing , works fine >when Tomcat was running without a service, but as we run tomcat as >a windows service then the printing faile

RE: Where are Tomcat logs when run as service?

2004-08-23 Thread Shakeel
Hi, thats good that you started this as a service, we just done same with our application, and may be our discussion help each other. Here is exact information about logs of Tomcat when running as a service. 1- All System.out.print go to $:\Tomcat4.1\logs\stdout.log 2- All System.err.print go to $

RE: Swing communicating with a Servlet.

2004-08-23 Thread Shakeel
try followings or set content type explicitly con.setDoInput(true); con.setDoOutput(true); con.setUseCaches(false); S H A K E E L A H M A D (EE, SCJP, SCWCD & SCBCD) Northstar Technologies, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, Augus

RE: Swing communicating with a Servlet.

2004-08-23 Thread Shakeel
Sent: Monday, August 23, 2004 3:08 PM To: [EMAIL PROTECTED] Subject: RE: Swing communicating with a Servlet. I am trying to set the content type as c.setRequestProperty("content-type", "application/x-www-form-urlencoded"); Is it okay? -Original Message- From: Sh

RE: Error on Tomcat server

2004-08-23 Thread Shakeel
This is not an exception message , some one has pressed (Ctrl+Break) key on Tomcat server console. Doing this dumpts the threads information on the console which is extremly helpful at times. S H A K E E L A H M A D (EE, SCJP, SCWCD & SCBCD) Northstar Technologies, Inc. -Original Message

RE: proformace testing/debugging

2004-08-23 Thread Shakeel
Also try JProfiler that we use for tomcat related performance. Also make sure that JVM is set to have memory larger enough, to handle things well, and look into the Maps if any whether they are designed good or not, use connectopn pooling etc. S H A K E E L A H M A D (EE, SCJP, SCWCD & SCBCD) N

RE: JVM heap memory

2004-08-24 Thread Shakeel
Also if not running as a service then create a new variable in OS named as JAVA_OPTS with new values then it will pick correct values. Remember if you are running tomact from Start Menu then it will never pick JAVA_OPTS, unless you edit shortcut link, if u need further assistance ask me. S H A K E

Applet CLASSID ?

2004-08-24 Thread Shakeel
What is the importance of CLASSID , in autodownloading JRE of my own choice, I mean if I only change http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#V ersion=1,4,2,0 and do not change classid in my JSP file then will it work properly. Can I ignore CLASSID value completely

Re: out of memory when there is plenty

2005-02-19 Thread shakeel
how did you set min and max values for memory in tomcat 5 > > From: Oleg <[EMAIL PROTECTED]> > Date: 2005/02/19 Sat AM 04:09:12 EST > To: Tomcat Users List > Subject: out of memory when there is plenty > > Windows 2003 > Tomcat 5.0.28 > > Ok I searched and searched endless and still cannot und

Re: Re: out of memory when there is plenty

2005-02-19 Thread shakeel
JProfiler is best in case of Tomcat. Shakeel. > > From: Oleg <[EMAIL PROTECTED]> > Date: 2005/02/19 Sat PM 06:15:10 EST > To: Tomcat Users List > Subject: Re: out of memory when there is plenty > > Hey guys, thanks for response. > Yes JVM is 1.4.2_06 > So it can

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]

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

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
----- 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: 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: 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
: 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

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: 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.

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]

-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

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

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

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

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: 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: 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-21 Thread Shakeel Ahmad
stan. SCJP,SCWCD & SCBCD Sun Microsystems, Inc. Brain Bench Certified Java Programmer. -Original Message- From: Richard Mixon (qwest) [mailto:[EMAIL PROTECTED] Sent: 21 February, 2005 6:16 PM To: Tomcat Users List Subject: RE: Tomcat 5.5.7 cannot connect to mysql datasource - what chan

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: 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
. SCJP,SCWCD & SCBCD Sun Microsystems, Inc. Brain Bench Certified Java Programmer. -Original Message- From: U K Laxmi [mailto:[EMAIL PROTECTED] Sent: 23 February, 2005 12:30 PM To: Tomcat Users List Subject: RE: How to send hidden variables to next page Thanks for the answers Shakeel.

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