Https erquest got converted to Http

Ive an application built using JSF , Hibernate . . running on Jboss - Linux . The app runs fine on HTTP but when I try to run the app on HTTPS .. the first page that is login page opens fine with https but as I provide user/password and click login .. the next page opens up with http .. the server generated following log

-

https://salesgene.salesgene.com/logon.faces

POST /logon.faces HTTP/1.1

Host: salesgene.salesgene.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7

Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 300

Connection: keep-alive

Referer: https://salesgene.salesgene.com/

Cookie: JSESSIONID=E0C9A7844514DD1E8CBB93F4FE18C2EB; BIGipServerappsrv-8080=152048812.36895.0000; BIGipServerapp3-direct=202380460.36895.0000

Content-Type: application/x-www-form-urlencoded

Content-Length: 77

_id0%3A_id1=tomc%40salesgene.com&_id0%3A_id2=tomc&_id0%3A_id3=Login&_id0=_id0

HTTP/1.x 302 Moved Temporarily

X-Powered-By: Servlet 2.4; Tomcat-5.0.28/JBoss-3.2.6 (build: CVSTag=JBoss_3_2_6 date=200410140106)

Location: http://salesgene.salesgene.com/salesgene-home.faces

Content-Length: 0

Date: Wed, 01 Mar 2006 05:17:03 GMT

Server: Apache-Coyote/1.1

as u can see log says that page HTTPS is temporarily unavailable and redirects the browser to HTTP .. why is so .. plz help

[1663 byte] By [RizwanYousufa] at [2007-10-2 13:46:41]
# 1
problem still un solved
RizwanYousufa at 2007-7-13 11:44:22 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...