[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Two WAR's one login session

2008-04-23 Thread Gzus
Hi I have two WAR's in one EAR file. The first one is Web administration, and the second one is an external WAR for making Reports (BIRT). I wish to use the same login session for both WAR's as you log into the Web administration which uses BIRT to create reports. I have added the same

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Two WAR's one login session

2008-04-23 Thread Gzus
Hmm.. The post is missing something. But as I wrote i added the valve org.apache.catalina.authenticator.SingleSignOn in the server.xml. And that works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146099#4146099 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Two WAR's - one login session

2008-04-23 Thread Gzus
Hi I have two WAR's in one EAR file. The first one is Web administration, and the second one is an external WAR for making Reports (BIRT). I wish to use the same login session for both WAR's as you log into the Web administration which uses BIRT to create reports. I have added the same

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Multiple database mappings in one EAR file

2006-08-09 Thread Gzus
It is the same EJB, just with support for different databases. In the three jbosscmp-jdbc I have different mappings for each of the databases. This is for the different datatypes, i.e. TEXT/MEDIUMTEXT etc. There are no way use several of these CMP mappings for each datasource ? View the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Multiple database mappings in one EAR file

2006-08-08 Thread Gzus
Hello As it is now we build one ear file to support each database (MySQL, PostgreSQL, MSSQL) we support. This is done because we have three different jbosscmp-jdbc.xml file, for each of these database. Now I wish to make one ear file which support all three database connections. But how do I