how to remove cookies thru JSP

2002-05-15 Thread Deep Singh Bhau
hi, I'm using tomcat and I have set the cookies thru JSP. All i want to know is that after setting the cookie how can i remove it from the client machine. regards, Deep -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Terminating sessions problem. (bug?)

2002-05-07 Thread Deep Singh Bhau
this is not a bug. All u have to do is set some attribute in session after successfull login and then check that attribute in each servlet. If the attribute is there in session proceed otherwise throw the login screen. -Original Message- From: Garzon Maldonado, Jesus Javier

RE: Problem loading MySQL drivers.

2002-05-07 Thread Deep Singh Bhau
has the problem being solved??? -Original Message- From: Diego, Emil [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 1:18 AM To: 'Tomcat Users List' Subject: RE: Problem loading MySQL drivers. Where did you set the classpath ? -Original Message- From: Panos

RE: servlet works good the first time, but not the second time.??!!!??

2002-05-07 Thread Deep Singh Bhau
which browser r u using??? Is it IE. If yes remove the temporary files and set the Pages to keep in history to zero -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 07, 2002 5:43 PM To: [EMAIL PROTECTED] Subject: servlet works good the first time,

RE: how to set application variable in tomcat

2002-05-03 Thread Deep Singh Bhau
thanx John -Original Message- From: John Niven [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 6:58 PM To: 'Tomcat Users List' Subject: RE: how to set application variable in tomcat -Original Message- From: Deep Singh Bhau [mailto:[EMAIL PROTECTED]] Sent: 1 May

how to set application variable in tomcat

2002-05-01 Thread Deep Singh Bhau
could any one plz tell me how to set application variable in tomcat Thanx in advance regards, Deep -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Is this possible with TOMCAT- host:8080 AND host:8585

2002-02-16 Thread Deep Singh Bhau
Yes it is possible to run tomcat on different ports... all u need is to create two server.xml files that too with different ports. Then run the tomcat with the following options Startup -f server.xml Startup -f server1.xml In this way u will have two instances of tomcat running on different

RE: Is this possible with TOMCAT- host:8080 AND host:8585

2002-02-16 Thread Deep Singh Bhau
Remember to use different port numbers and remember to change the redirectPort=443 to something else on second instance -Original Message- From: Deep Singh Bhau Sent: Saturday, February 16, 2002 3:31 PM To: Tomcat Users List Subject: RE: Is this possible with TOMCAT- host:8080 AND host

RE: System.out.println

2002-02-15 Thread Deep Singh Bhau
Check out on the tomcat window. -Original Message- From: Javier Alonso [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 4:23 PM To: Tomcat Users List Subject: Re: System.out.println Hi, Where do I see the output from System.out.println given in a java class placed under

RE: how to run multiple instances of a single application on a single tomcat.

2002-02-12 Thread Deep Singh Bhau
Im stuck here.. someone please help me out.. -Original Message- From: Deep Singh Bhau Sent: Tuesday, February 12, 2002 12:21 PM To: [EMAIL PROTECTED] Subject: how to run multiple instances of a single application on a single tomcat. Hi I'm new to this mailing list. Could anyone

problem in running servlets

2002-02-12 Thread Deep Singh Bhau
Hi I have put the Servlet class(DeepServlet.class) in a folder which is there in my classpath. And I have set the following in web.xml(it is within the folder WEB-INF UNDER MY APPLICATION). web-app servlet servlet-namedeep/servlet-name

RE: Can't get IIS and tomcat to work PLEASE HELP !!!

2002-02-11 Thread Deep Singh Bhau
Hi Perform the following steps one by one and im sure u will be able to do that: Create a win32 directory in bin which is under tomcat home. Create a new directory called i386 under win32. Unzip isapi_redirect.zip and extract the contents to the i386 directory just created. 1. *In the

RE: Réf. : Running More than one instance of tomcat

2002-02-11 Thread Deep Singh Bhau
Hi, I have used the option startup -f server1.xml... but got the following error on startup Your TOMCAT_HOME appears to contain spaces. Unable to set CLASSPATH dynamically. Setting your CLASSPATH statically. Without above option its working fine. Regards, Deep -Original Message-

RE: Réf. : Running More than one instance of tomcat

2002-02-11 Thread Deep Singh Bhau
than one instance of tomcat I've used -f option and it now works fine. Remember to use different port numbers and remember to change the redirectPort=443 to something else on second instance... Donie -Original Message- From: Deep Singh Bhau [mailto:[EMAIL PROTECTED]] Sent: 11 February 2002

how to run multiple instances of a single application on a single tomcat.

2002-02-11 Thread Deep Singh Bhau
Hi I'm new to this mailing list. Could anyone please tell me how to run multiple instances of application on a single tomcat. For example I have a application A which connects to a Database X. All I want is that the second instance of Application A should connect to a Database B. Regards,