[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS : Form Based Authentication Problem

2005-02-16 Thread leeson1125
"gotoharry" wrote : | jboss-web.xml | == | | java:/jaas/jbossmq | | | - Hari java:/jaas/jbossmq jdbc/x javax.sql.DataSource java:/xxx View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Security & JAAS/JBoss] - How to force JAAS to authorize again?

2005-02-15 Thread leeson1125
My application is using my own databaseloginmodule. Two clients using same username to login. But JAAS will only do the job for the first guy login if the second one using exactly the same username, such as "admin" and "admin", not "admin" and "AdMin". I know the principals would be different i

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS and httpsession

2005-02-08 Thread leeson1125
"sj_bennett" wrote : Actually, I don't think that this is a JAAS issue at all. I think that the 2 IE windows share the session information on a single user computer. The 2nd window should not require a login at all. | steve Not exactly: If there is one username "Admin", and one user login as

[JBoss-user] [Security & JAAS/JBoss] - JAAS and httpsession

2005-02-06 Thread leeson1125
Hi, I am doing a web application using JBoss 3.2.1 and using DatabaseServerLoginModule for JAAS. I get some problem with httpSession. After user login, if he open another IE and login using same username on same PC but without log out the previous login, it seems these two login will share the

[JBoss-user] [Security & JAAS/JBoss] - Re: JMeter not passing JAAS LoginContext

2005-02-04 Thread leeson1125
I am also struggling with this. Could u please share your experience if u figure it out? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865370#3865370 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865370 --

[JBoss-user] [HTTPD, Servlets & JSP] - Re: How to config Jboss to allow it access the server local

2004-08-12 Thread leeson1125
"pritam" wrote : let's say your war package name is: example.war under which u have one jsp, test.jsp and web-inf folder. | | Then you must access the test.jsp like this | | http://localhost:8080/example/test.jsp | | where i assume that the server runs on your local machine on port

[JBoss-user] [HTTPD, Servlets & JSP] - How to config Jboss to allow it access the server local file

2004-08-11 Thread leeson1125
Our web application (war) allows customer to download files from server. These files are created by other supporting application running on the same machine outside jboss. Supporting application will create the files and store all information of the files inside database. Web application should

[JBoss-user] [HTTPD, Servlets & JSP] - Communication between two session.

2004-08-06 Thread leeson1125
I have one EAR(main application, called MA) and one JIRA.WAR running on the same JBoss. I want to integrate JIRA with MA, since I want to use JIRA as part of my application MA. User starts from MA and when he want some extra information, he will click the link in MA and then link to JIRA. But M