Re: Achieve large number of concurrent websocket connections (~40000-50000)

2013-02-14 Thread Vijaya
Hi Amit, I do not want to top post on this issue. But I do have the same problem. If you come across the solution, please post the solution so that I can also benefit from it. Thanks, Vijaya -Original Message- From: Amit Bhagra Sent: Friday, February 15, 2013 8:41 AM To: 'Tomcat

Help regarding CSRF Filter in Tomcat 7

2012-11-16 Thread Vijaya Kumar
Hi, I work on a web application that is vulnerable to CSRF(Cross Site Request Forgery) attack. Tomcat 7 has a CSRF prevention filter. I went through the description to configure this filter. This filter expects that we call HttpServletResponse#encodeRedirectURL(String) or

Re: Help regarding CSRF Filter in Tomcat 7

2012-11-16 Thread Vijaya Kumar
Warniera...@ice-sa.com 11/16/2012 3:31 PM Vijaya Kumar wrote: Hi, I work on a web application that is vulnerable to CSRF(Cross Site Request Forgery) attack. Tomcat 7 has a CSRF prevention filter. I went through the description to configure this filter. This filter expects that we call

Re: Solved - Connecting Tmcat and IIS

2012-07-15 Thread Vijaya
, Vijaya -Original Message- From: André Warnier Sent: Saturday, July 14, 2012 4:59 PM To: Tomcat Users List Subject: Re: Solved - Connecting Tmcat and IIS Vijaya wrote: Hello Everyone, I want to post this message so that if you are struggling with isapi_redirector to connect Tomcat

Solved - Connecting Tmcat and IIS

2012-07-13 Thread Vijaya
redirector failed in my server. This new redirector installation has an automatic installation that will make necessary changes automatically. No need to change the registry, properties file and add virtual directories. This one worked very well for me. Vijaya

Equivalent of Web Service Extension in IIS6 on XP Professional

2012-07-10 Thread Vijaya
the tomcat extension from IIS6 on XP professional? Thanks, Vijaya

Re: iis not looking for jsp in tomcat webapps folder

2012-06-28 Thread Vijaya
workers.properties has worker.list = worker1 worker.worker1.host=localhost worker.worker1.port=8009 worker.worker1.type=ajp13 What do I need to do for the localhost to go directly to the /AtYourService/index.jsp? Thanks, Vijaya -Original Message- From: André Warnier Sent: Friday, June 22, 2012

Re: iis not looking for jsp in tomcat webapps folder

2012-06-22 Thread Vijaya
of configuration files from Tomcat 5 to 7 that I need to pay attention to. Thanks once again for the help. Vijaya -Original Message- From: André Warnier Sent: Tuesday, June 19, 2012 4:22 AM To: Tomcat Users List Subject: Re: iis not looking for jsp in tomcat webapps folder Pid wrote: On 18/06

RE: iis not looking for jsp in tomcat webapps folder

2012-06-18 Thread Vijaya
= index.jsp; document.loginform.submit(); //--/script /form /BODY /HTML Once again thanks very much for the help. Vijaya -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Monday, June 18, 2012 1:28 PM To: Tomcat Users List Subject: Re: iis

Re: iis not looking for jsp in tomcat webapps folder

2012-06-17 Thread Vijaya
this problem ? Thanks, Vijaya -Original Message- From: André Warnier Sent: Wednesday, June 13, 2012 1:49 PM To: Tomcat Users List Subject: Re: iis not looking for jsp in tomcat webapps folder Hi. Quoting you : Vijaya wrote: Thanks for the reply Andre Warnier. It is not virus. It happened over

Re: iis not looking for jsp in tomcat webapps folder

2012-06-13 Thread Vijaya
is in use by another program. I'll try to install the latest version of tomcat and see what happens. Vijaya -Original Message- From: André Warnier Sent: Tuesday, June 12, 2012 3:47 PM To: Tomcat Users List Subject: Re: iis not looking for jsp in tomcat webapps folder Vijaya wrote

iis not looking for jsp in tomcat webapps folder

2012-06-12 Thread Vijaya
back from the backup version. Nothing is working. Can any body help me what I need to do (reinstall IIS)? Thanks very much in advance for your help. Vijaya www.eservicebazaar.com – Portal to build community and solve life’s daily changes, one neighborhood at a time

RE: Configure Resource in context.xml does not work as expected

2006-06-13 Thread Vijaya
Hello Renaud, Can you post the context.xml? I have the same problem. For development sake, I have added the resource in server.xml whereas in production machine, I will not have the access to the server.xml. Thanks, Vijaya -Original Message- From: Renaud Waldura [mailto:[EMAIL PROTECTED

RE: NetBeans 5.0 and Tomcat 5.5.16 ... Please Help (Problem after migrating to tomcat 5.5.16 from tomcat 5.0.28)

2006-06-08 Thread Vijaya
Hello Marc Farrow, Thanks very much for your replies. I saw some similar problem in google and tried one of the solutions. It worked okay. I removed ?Autoreconnect = true in server.xml where I have defined my sql server details and the application is working now. Vijaya -Original Message

RE: NetBeans 5.0 and Tomcat 5.5.16 ... Please Help (Problem after migrating to tomcat 5.5.16 from tomcat 5.0.28)

2006-06-07 Thread Vijaya
, Vijaya --- Vijaya [EMAIL PROTECTED] wrote: Hi, I downloaded NetBeans 5,0 and tomcat 5.5.16. I want to connect to a remote SQL Server. I am using jtds. I am not successful in using both NB50 and Tomcat 5.5.16 together. NB5.0 comes with bundled tomcat 5.5.9 and if I use this, I get a '404

RE: Random NullPointerException when trying to connect to Datasource

2006-06-07 Thread Vijaya
Did you by chance miss any quotes while correcting the typo of the displayed text? Vijaya -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Vuyk Sent: Wednesday, June 07, 2006 5:38 PM To: users@tomcat.apache.org Subject: Re: Random

RE: Random NullPointerException when trying to connect to Datasource

2006-06-07 Thread Vijaya
Then I think you are in the same boat as mine. I saw some other post also having trouble to connect to the data base when migrated from tomcat 5.0.28 to 5.0.17. What is your tomcat version? Regards, Vijaya -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: NetBeans 5.0 and Tomcat 5.5.16 ... Please Help (Problem after migrating to tomcat 5.5.16 from tomcat 5.0.28)

2006-06-07 Thread Vijaya
/ /Context /Host . . Regards, Vijaya -Original Message- From: Marc Farrow [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 6:11 PM To: Tomcat Users List Subject: Re: NetBeans 5.0 and Tomcat 5.5.16 ... Please Help (Problem after migrating to tomcat 5.5.16 from tomcat 5.0.28) It might

Servlet Action is not available .... Please Help

2006-04-11 Thread Vijaya
lifecycleEvent INFO: Failed shutdown of Apache Portable Runtime Vijaya

RE: Servlet Action is not available .... Please Help

2006-04-11 Thread Vijaya
property=username value=.. / set-property property=password value=... / /data-source /data-sources xx.xx.xxx.xxx is the IP address of my Sql Server machine. Vijaya -Original Message- From: Vijaya [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 11, 2006 4:30 PM To: Tomcat Users

[Tomcat-Struts]Action Servlet Is not available

2006-03-23 Thread Vijaya S
be the problem? Is my struts.jar is not compatible with tomcat 5.5.4? I appreciate any kind of help as I am frustrated with this nagging problem for the past two days. Thanks, Vijaya - To unsubscribe, e-mail: [EMAIL PROTECTED