[JBoss-user] [Security JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-17 Thread cool_bhanu
HI j2ee_junkie I have created sample struts application with login page and display page when i submit To switch from http to https that is i should be able to access the login page with http but when i give submit it should go into secure mode and the next page should be displayd As per your

[JBoss-user] [Security JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-17 Thread j2ee_junkie
Bhanu, As I mentioned above. Please lets just stick to the topic of this thread. That topic is getting SSL working. Have you got SSL configured and working? Submit the other problems you have encounterd in a new thread. I just want to make sure each problem gets fixed before we move on to

[JBoss-user] [Security JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-16 Thread cool_bhanu
HI J2ee_junkie i followed your instruction i made a simple struts applicatioon for login i edited the web.xml file to include user-data-constraint and transport-guarantee but when i start the browser with http://localhost:8080/Struts4 the login page does get opened but when i submit then it goes

[JBoss-user] [Security JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-16 Thread j2ee_junkie
Bhanu, First verify if you have SSL setup and running. That is what this thread was for. The troubles you are most recently describing deal with configuring container managed authentication. In that case, review the server guide at http://docs.jboss.org/jbossas/jboss4guide/r4/html/[/url],

[JBoss-user] [Security JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-14 Thread j2ee_junkie
Bhanu, That is what the user-data-constraint/transport-garentee elements of the web.xml are for. Set your first page to require CONFIDENTIAL user-data-constraint, and all others NONE. Then (not 100% on this) make sure not to request https:// in a link. I think once you request a secured

[JBoss-user] [Security JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-13 Thread cool_bhanu
Hi all Could anybody please tell me how to get http only for the first page and https for all other pages for example for login page it should be only http and once i login all the other pages should be accesible only through https Thanks Bhanu View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-11 Thread cool_bhanu
Hi Satyaprasant Could you please tell me the steps how you did this iam totally new to this and though i was able to generate the keystore and the path was clearly metioned in server.xml but still the http://localhost:8443 doesnt work Please can you help me Thanks Bhanu View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-11 Thread cool_bhanu
Eureka! I finally got what i wanted Thanks all for your help particularly Tefron Regards Bhanu View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950284#3950284 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950284

[JBoss-user] [Security JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-09 Thread tefron
do you have the keystore file all setup correctlly? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950123#3950123 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950123 ___

[JBoss-user] [Security JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-09 Thread cool_bhanu
Hi Tefron Could you please let me know about this keystore stuff and anything which i need to work with this. as i am totally unaware of this. Thanks and Regards Bhanu View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950129#3950129 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-09 Thread tefron
See chapter 8.7 in the jboss admin manuel: 8.7 Using SSL with JBoss using JSSE JBoss uses JSEE, the Java Secure Socket Extension (JSSE), for SSL. JSSE is bundled with JDK 1.4. To get started Security on JBoss JBoss Release 4 311 with JSSE you need a public key/private key pair in the form of an

[JBoss-user] [Security JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-09 Thread msatyaprasanth
I have a similar problem. I have set up all the certification stores properly. Because when i hit run.bat, my application runs fine. After setting up Jboss Eclipse IDE, i started using the shortcut button with the same Jboss instance as target and somehow it is unable to find the certificate

[JBoss-user] [Security JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-09 Thread msatyaprasanth
Ok ... i got it ! The JBoss plugin is not pointing to the JDK directly. It is using JRE. So, when i placed my certificate store inside Jdk1.5/Jre1.5/lib/security folder, the plugin was unable to find it in the Jre1.5/lib/security folder ! When i placed it in the second place tooo , it worked

[JBoss-user] [Security JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-08 Thread cool_bhanu
Hi, yes i did edit the server.xml in tomcat.sar and uncommented the said lines for SSL TLS connector but even after that i dont get the page i look for i gave https://localhost:8443 but in vain please can you me details or steps to bring support for https iam struggling for long time Please

[JBoss-user] [Security JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-08 Thread tefron
Does http://localhost:8080 works for you? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949881#3949881 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949881 ___ JBoss-user

[JBoss-user] [Security JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-08 Thread cool_bhanu
yes http works for me but not the https and as mentioned earlier i have uncommented the lines but in vain. Can you please tell any body else whom i can approach as this issues has become like thorn in flesh for me... please anybody Regards Bhanu View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-07 Thread tefron
edit: \jboss-4.0.4.GA\server\default\deploy\jbossweb-tomcat55.sar\server.xml uncomment the following: !-- SSL/TLS Connector configuration using the admin devl guide keystore -- and then access through https://localhost:8443 good luck. View the original post :