Re: problem with Invalid direct reference to form login page

2009-12-24 Thread André Warnier
scorpioy wrote: Thanks for the reply. I think I'm not really accessing the login page. I just have a copy of it and named it as login_auto.jsp. This page is not registered in web.xml, and is not under any restricted path. I just let servlet to forward to this page, then let javascript in this pa

Re: problem with Invalid direct reference to form login page

2009-12-24 Thread scorpioy
Thanks for the reply. I think I'm not really accessing the login page. I just have a copy of it and named it as login_auto.jsp. This page is not registered in web.xml, and is not under any restricted path. I just let servlet to forward to this page, then let javascript in this page to do automati

Re: problem with Invalid direct reference to form login page

2009-12-24 Thread Mark Thomas
On 24/12/2009 16:32, scorpioy wrote: > The problem for me is the normal login page will have a jsessionid > automatically. But my copy of login page does not. Then the page hits the > problem of 'Invalid direct reference to form login page'. So I guess I just > need create a jsessionid manually, th

problem with Invalid direct reference to form login page

2009-12-24 Thread scorpioy
I have a web app which is built using JSF and tomcat 5. There is a login page for normal users, and a copy of login page that is forwarded from a servlet which is used by another set of users. This copy of login page contains javascript that automatically fill in user name and password and submit

Re: Tomcat server in Spanish language computer shows grove

2009-12-24 Thread Pid
On 24/12/2009 12:39, André Warnier wrote: SRama wrote: Dear All, I am using my application in Spanish language computer but when I start tomcat server it shows grove Catalina started. ... GRAVE: Error inicializando punto final (endpoint) java.net.SocketException: Unrecognized Windows Sockets

Re: TomCat 6 performance issues

2009-12-24 Thread Elli Albek
Can you run a load test from another computer on the local network? Something like apache AB gives a histogram and you should be able to tell what percentage of your requests is the 5 seconds range. It is best to run it directly to the tomcat private IP that is used inside the local network, to mak

Re: Tomcat server in Spanish language computer shows grove

2009-12-24 Thread André Warnier
SRama wrote: Dear All, I am using my application in Spanish language computer but when I start tomcat server it shows grove Catalina started. ... GRAVE: Error inicializando punto final (endpoint) java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind at java.net.Pl

Re: Www-authenticate ...

2009-12-24 Thread André Warnier
Mark Thomas wrote: On 24/12/2009 02:18, Christopher Schultz wrote: On 12/23/2009 2:13 PM, Mark Thomas wrote: digest is (almost) completely orthogonal to DIGEST authentication. digest controls whether or not the password stored on the server is held in plain text or in digest form. It is (almost

Re: Tomcat Statup issue

2009-12-24 Thread Pid
On 23/12/2009 22:05, SRama wrote: Dear All, I have deployed my web application on tomcat 6.0 server , server get started but application not running. Can you please help I have attached console start up output. please let me know any thing wrong in config files.. 14/12/2009 05:28:34 PM org.apa

Re: domain name mapping

2009-12-24 Thread Mark Thomas
On 24/12/2009 05:38, DebasisM wrote: > > Hi All, > I am running many web application on tomcat.I just want to map the domain > name by which if i shifts the server from one machine to other user won't > come to know about the url change.Example my url is > now-http://kmsrv9:8090/svn.If i shift th

Re: Www-authenticate ...

2009-12-24 Thread Mark Thomas
On 24/12/2009 02:18, Christopher Schultz wrote: > On 12/23/2009 2:13 PM, Mark Thomas wrote: >> digest is (almost) completely orthogonal to DIGEST authentication. > >> digest controls whether or not the password stored on the server is held >> in plain text or in digest form. It is (almost) indepen