Re: 100% usage and hanging on startup of Spring/Hibernate app in Tomcat 5.5 on Ubuntu 7

2009-08-29 Thread Peter Crowther
2009/8/28 Bradley Wagner > I have a Spring/Hibernate app running in Tomcat 5.5.20 that we've tested in > many environments that is currently faltering when running in a Ubuntu 7 > VM. > Basically on startup, frequently, the startup process will halt when trying > to read Hibernate's HBM files and

Re: How to redirect from HTTPS to HTTP

2009-08-29 Thread Mark Thomas
Thilani wrote: > After successfully login I want to direct users to http connection That is a really bad idea. If the threats to your system are such that you need to protect the login process using SSL then you should be providing the same level of protection for your session ID and running every

Re: How to redirect from HTTPS to HTTP

2009-08-29 Thread Hassan Schroeder
On Sat, Aug 29, 2009 at 10:53 AM, Thilani wrote: > I tried but no success. > Can you please give me a simple example? So I can try it out. What have you tried? Are you using the URLRewriteFilter or writing one of your own? -- Hassan Schroeder hassan.schroe...@gmail.com

Re: How to redirect from HTTPS to HTTP

2009-08-29 Thread Thilani
Hi, I tried but no success. Can you please give me a simple example? So I can try it out. Thanks a lot! Pid-6 wrote: > > On 29/08/2009 14:23, Thilani wrote: >> >> Hi All, >> >> I am developing a web application which is require login for users. I >> want >> to use HTTPS for login only. Applic

Re: How to redirect from HTTPS to HTTP

2009-08-29 Thread Pid
On 29/08/2009 14:23, Thilani wrote: Hi All, I am developing a web application which is require login for users. I want to use HTTPS for login only. Application server is tomcat 6.x and following is the url for login. https://localhost:8443/GIShome/index.shtm After successfully login I want to

Re: How to redirect from HTTPS to HTTP

2009-08-29 Thread Hassan Schroeder
On Sat, Aug 29, 2009 at 8:31 AM, Thilani wrote: > Can you please explain how can I use this with my application? > With this should I use security-constraint as well? Of course: the security-constraint indicates the resource to protect; if a client makes a request for a non-protected resource via

RE: How to redirect from HTTPS to HTTP

2009-08-29 Thread Martin Gainty
here is my dispatcher.xml indexController notice the forward slash on urlMapping prop key indexController Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de

Re: how to redirect web appl url

2009-08-29 Thread Pid
Someone has already answered you. p suresh34 wrote: Hi Gurus, Iam new to tomcat world, Pls kindly help me I have one web application folder called "xyz" under tomcat-->webapps,which will be used when launching an url say https://pol.com/xyz .Now i want this folder to be renamed to ab

Re: How to redirect from HTTPS to HTTP

2009-08-29 Thread Thilani
Hi, Can you please explain how can I use this with my application? With this should I use security-constraint as well? Or do you want me to just rewrites the security-constraint output? Alex Mestiashvili wrote: > > Thilani wrote: >> Hi All, >> >> I am developing a web application which is req

Re: how to redirect web appl url

2009-08-29 Thread suresh34
suresh34 wrote: > > Hi Gurus, > Iam new to tomcat world, Pls kindly help me > > I have one web application folder called "xyz" under > tomcat-->webapps,which will be used when launching an url say > https://pol.com/xyz .Now i want this folder to be renamed to abc folder > and used to l

Re: How to redirect from HTTPS to HTTP

2009-08-29 Thread Alexander Mestiashvili
Thilani wrote: Hi All, I am developing a web application which is require login for users. I want to use HTTPS for login only. Application server is tomcat 6.x and following is the url for login. https://localhost:8443/GIShome/index.shtm After successfully login I want to direct users to http

Re: how to redirect web appl url

2009-08-29 Thread Hassan Schroeder
On Sat, Aug 29, 2009 at 4:30 AM, suresh34 wrote: > I have one web application folder called "xyz" under tomcat-->webapps,which > will be used  when launching an  url say https://pol.com/xyz .Now i want > this folder to be renamed to abc folder and used to launch customized url > https://pol.com/ab

How to redirect from HTTPS to HTTP

2009-08-29 Thread Thilani
Hi All, I am developing a web application which is require login for users. I want to use HTTPS for login only. Application server is tomcat 6.x and following is the url for login. https://localhost:8443/GIShome/index.shtm After successfully login I want to direct users to http connection (http

how to redirect web appl url

2009-08-29 Thread suresh34
Hi Gurus, Iam new to tomcat world, Pls kindly help me I have one web application folder called "xyz" under tomcat-->webapps,which will be used when launching an url say https://pol.com/xyz .Now i want this folder to be renamed to abc folder and used to launch customized url https://pol.co