Source code for Servlet.jar

2005-03-22 Thread Rajaneesh
Hi All, Where do I find the source code for the servlet.jar? Disclaimer This message is not an official communication of SLK Software. The sender of this message is neither acting as an agent nor in any other capacity for or on behalf of SLK Software. SLK Software accepts no responsibility or

Starting a tomcat from a java program

2005-02-03 Thread Rajaneesh
Hi, How do I start tomcat from a java program? Regards Rajaneesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Eclipse Lomboz

2005-01-20 Thread Rajaneesh
May be due to following Did you put the plugins in the plugin directory.. Is the version of lobmoz for eclipse 2.X or for higher... Hope this helps Regards Rajaneesh -Original Message- From: VAN DER MARLIERE FREDERIC [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 7:00 PM

Alpha, Beeta releases--query

2005-01-17 Thread Rajaneesh
Hi, Had a basic question. In the opensource packages why do you have the releases named as alpha and beeta? Why not have gamma releases, theeta releases? Regards Rajaneesh --Curiosity kills-- - To unsubscribe, e-mail

RE: Tomcat monitoring scripts

2005-01-13 Thread Rajaneesh
to restart it and monitoring of tomcat is not attached here. Regards Rajaneesh -Original Message- From: Faisal Abdullah [mailto:[EMAIL PROTECTED] Sent: Thursday, January 13, 2005 9:29 AM To: Tomcat Users List Subject: Re: Tomcat monitoring scripts On demand restarts with: http

RE: 24X7 deployment tips

2005-01-13 Thread Rajaneesh
Oh! Thanks Now I realise that in some appservers/ tools changing the WAR file does not need restarting and Changing the EJB requires restarting the server. So it is the same case here then :-) Regards Rajaneesh -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent

RE: regarding starting or tomcat

2005-01-13 Thread Rajaneesh
Probably due to the following reasons 1. The port is already in use by other application 2. Tomcat is already running 3. Incompatible issues in Tomcat and JVM Regards Rajaneesh -Original Message- From: Ramesh_Choudhury [mailto:[EMAIL PROTECTED] Sent: Thursday, January 13, 2005 1:53 PM

RE: Minimum Memory Requirement for TC 5.0.x

2005-01-13 Thread Rajaneesh
I would benchmark the hardware requirement based on the appliation load that is run on the machine -Original Message- From: Yang Xiao [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 11:58 PM To: Tomcat Users List Subject: Minimum Memory Requirement for TC 5.0.x Hi all, What

RE: Authentication - Best practice

2005-01-12 Thread Rajaneesh
Rajaneesh -Original Message- From: VAN DER MARLIERE FREDERIC [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 4:34 PM To: tomcat-user@jakarta.apache.org Subject: Authentication - Best practice Hi all. For the web-application I'm developping, I need the user to authenticate himself

RE: Authentication - Best practice

2005-01-12 Thread Rajaneesh
Hi, It uses Base64 for sending the data. Heard that Base64 data is easily compramised compared to SSL. Please correct me if I am wrong. Regards Rajaneesh -Original Message- From: Quinten Verheyen [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 4:48 PM To: Tomcat Users

RE: Authentication - Best practice

2005-01-12 Thread Rajaneesh
Ok! I found the link... It is here. java.sun.com/developer/Books/certification/scwcd_9.pdf Regards Rajaneesh -Original Message- From: Rajaneesh [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 4:57 PM To: 'Tomcat Users List' Subject: RE: Authentication - Best practice Hi

RE: Shutdown port

2005-01-12 Thread Rajaneesh
Hey! I had a question! Can you shutdown the machine by typing http://localhost:8005 in the browser? I thought this was disabled in the Tomcat version 4 onwards? Regards Rajaneesh -Original Message- From: Ben Ricker [mailto:[EMAIL PROTECTED] Sent: Thursday, January 13, 2005 4:44 AM

RE: Memory leak

2005-01-11 Thread Rajaneesh
Hi, Taking the context of nullifying the object in Java, when we do not nullify the database connections, statements and result set, does these objects just fill the momory or even cause the database connection bottleneck? Regards Rajaneesh -Original Message- From: Caldarale, Charles

RE: 24X7 deployment tips

2005-01-11 Thread Rajaneesh
Hu Philip, Are you are deploying the application in a non clustered environment or clustered environment in the production? Regards Rajaneesh -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 11:14 PM To: 'Tomcat Users List' Subject: RE

RE: apache + tomcat with 2 domains but same session?

2005-01-11 Thread Rajaneesh
Good point. May be clustring helps! Have not used this concept. Regards Rajaneesh -Original Message- From: Simon Lau [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 2:22 PM To: tomcat-user@jakarta.apache.org Subject: apache + tomcat with 2 domains but same session? Hi