RE: where are messages from my system.out.print?

2002-10-28 Thread Deepa Raja
catalina.out with tomcat_home/logs/ -Original Message- From: Peng Annie [mailto:Annie.Peng;KONE.com] Sent: Monday, October 28, 2002 1:16 PM To: 'Tomcat Users List' Subject: where are messages from my system.out.print? Hi, When I try to upgrade my webapp from tomcat 3.2 to tomcat 4

RE: Autoreload of .war archives on Tomcat 4.0

2002-10-29 Thread Deepa Raja
This is not possible. War will not be deployed if the webapp folder for the war already exist. It does not matter whether the war has been modified or not. For a new war to be deployed the webapp folder for that war (if any exist) is to be removed and tomcat is to be restarted. Also note : Tomcat

RE: Load on Tomcat 4.1.12

2002-11-27 Thread Deepa Raja
Hi, If you are connecting to the database make sure it closes the connection. I had a similar problem before when the database pooling failed to work leaving behind several abandon connections. As time goes the number of open connections increased and applications becomes very slow. Hope this

lost request

2002-12-17 Thread Deepa Raja
Hi, I'm using apache(1.3.26)-tomcat(4.1.12) (warp connector) for my application. When I test my application with IE everything works fine until I press the browser back button. once I press the back button I loose my request and I could not fetch any form elements in my destination jsp. Did

RE: Error in autocompiling JSP files in 4.1.12 standalone

2002-12-23 Thread Deepa Raja
Hi Kailash, I had same problem and mailed tomcat group. I was told that this is due to the version of jdk. Please upgrade your j2sdk to 1.4.1.01 and it should sort your compilation problem. Thanks Deepa -Original Message- From: Kailash Kalyani [mailto:[EMAIL PROTECTED]] Sent: Sunday,

sample workers2.properties file

2002-12-23 Thread Deepa Raja
Could some one send a sample workers2.properties file used by mod_jk2. Thanks Deepa This email has been scanned for all viruses by the MessageLabs SkyScan service. For more information on a proactive anti-virus service

JSP source

2003-01-09 Thread Deepa Raja
Hi I want to do some reporting that is to be called by a cron job. I do not want to use a reporting tool. Can use JSP * to talk to the database * fetch the relevant details * format the details as a report * fetch the HTML source of the generated report *

RE: JSP source

2003-01-09 Thread Deepa Raja
-Original Message- From: Deepa Raja [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 8:30 AM To: [EMAIL PROTECTED] Subject: JSP source Hi I want to do some reporting that is to be called by a cron job. I do not want to use a reporting tool. Can use JSP

RE: JSP source

2003-01-10 Thread Deepa Raja
Sorry for asking some dumb question. I'm not a unix person. What is wget and sendmail? I cannot see those commands in UNIX. Thanks Deepa -Original Message- From: Will Hartung [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 1:43 AM To: Tomcat Users List Subject: Re: JSP source

RE: difference between apache and tomcat webserver

2003-01-10 Thread Deepa Raja
Few more things I would like to add 1.With apache you could secure your application far better than directly using tomcat. (Don't ask me how. Some experts could help me substantiate this) 2.Load balancing and failover With apache-tomcat integration we could have load balancing and fail over

RE: difference between apache and tomcat webserver

2003-01-10 Thread Deepa Raja
Hi Julius could you please enlighten me on the following line please. 'Feels safer when using port 1024 on linux/unix.' Thanks Deepa -Original Message- From: Julius Davies [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 10:28 PM To: Tomcat Users List Cc: [EMAIL PROTECTED]

RE: difference between apache and tomcat webserver

2003-01-10 Thread Deepa Raja
Tomcat behind Apache. John -Original Message- From: Deepa Raja [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 4:38 AM To: Tomcat Users List Subject: RE: difference between apache and tomcat webserver Hi Julius could you please enlighten me on the following line please

accessing remote tomcat instance

2003-02-19 Thread Deepa Raja
Hi I have enabled loadbalancing with one local instance (isint1proc2) of tomcat and another remote instance (on isint1proc4.local - linux box). But my remote instance is not at all working (I checked it by removing the working worker isint1proc2 from the balanced workers and nothing was

RE: accessing remote tomcat instance

2003-02-19 Thread Deepa Raja
worker.saddam.host=mad.dictator.com worker.saddam.type=maniac ... and so fourth... Kind regards /Johan Software Deveoloper (The name of the workers are purely a coincidence...) -Original Message- From: Deepa Raja [mailto:[EMAIL PROTECTED]] Sent: den 19 februari 2003 11:19 To: [EMAIL PROTECTED

reference material

2003-02-28 Thread Deepa Raja
Could someone mail me a link about where I could find information that compares different type of connectors. i could not trace the archives of this group. Thanks in advance Deepa - To unsubscribe, e-mail: [EMAIL