[Installation, Configuration & Deployment] - EAR deployment issues
by nancy.aggarwal
EAR structure which we want:
Hello,
I am working in the deployment of our application on Jboss4.0GA.Following is the structure of our ear:
EAR
|____Application war
|____Sytem war
|____EJB jar
|____Sytem har
|____Application har
|____Common.jar(having all dependent jars and classes of sytem war)
|____META-INF
|______application.xml
Many question which are arcising in my mind:
1)Can we place all the classes outside the war(WEB-INF/classes)
2)I am placing WEB-INF/lib outside war in common.jar (EAR classloader level) but war can not find the required classes from coomon.jar
3)I need to share session between the wars.
4)Can an ear contain two hars having differnet session factories binded?
Please answer to my questions and guide me how to achieve all this.
I am facing class loading issues while trying to keep the rlib outside war..
Thanks,
Nancy
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964523#3964523
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964523
19 years, 9 months
[Security & JAAS/JBoss] - Problems with my security proxy
by fosodguez
Hi to everybody, I'm practically newbie in JBoss and EJB deployment so I hope this doesn't sound stupid...
The client perform a JAAS login to establish the principal and credentials for authentication in the server. The LoginModule used in client is ClientLoginModule. After a sucessful "login" it obtains teh home interface of a stateless session bean and calls to create method.
In the server it is a security proxy configured to protect this bean so when create method is called, first setEJB methos of the proxy is called and then invokeHome. My problem is that I want to retrieve the principal and the password obtained in the client through the context but this seem to be null.
How can i get the values of the principal and credential?
Thanks for all.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964522#3964522
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964522
19 years, 9 months