"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
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
"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
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
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
--
"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
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
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