Hi, I have created web application which has all servlet secured and i am using basic http authentication. so when ever i execute any servlet first it will ask me user name and password and then it will allow me execute that servlet. now one of the jsp page is loading applet in same context and this applet is calling servlet. This call again ask for that password though i have sucessfully login. So i think when call that servlet using urlconnection i have to provide some username and password
how can i achive that ?? any help and sugestion will be appriciated. Jigar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902268#3902268 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902268 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
