[JBoss-user] [Security & JAAS/JBoss] - Re: Propagate the user info to servlets

2004-05-27 Thread a_wronski
Hi Scott! Thanks for you help. I've wrote something like this: | public class PrincipalValve extends ValveBase { | public void invoke(Request req, Response res , ValveContext vctx) throws IOException, ServletException { | | HttpRequest httpReq = (HttpRequest)req;

[JBoss-user] [Security & JAAS/JBoss] - Propagate the user info to servlets

2004-05-26 Thread a_wronski
Hi! I've simple ejb/struts web servis. I use DatabaseServerLoginModule as login-module. Users enters their email/password through custom html form. Response goes to struts action (not to j_security_check). This action look like this: anonymous wrote : String email = (String) context.getFormProp

[JBoss-user] [Installation & Configuration] - Problem starting service jboss.remoting

2004-04-15 Thread a_wronski
Hi! I've download jboss-4.0.0DR3 and during the start I've the following error: 2004-04-15 00:48:45,551 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/usr/local/jboss-4.0.0DR3/server/default/deploy/remoti 2004-04-15 00:48:45,952 WARN [org.jboss.system.ServiceCon

[JBoss-user] [Persistence & CMP/JBoss] - jboss see good datasources but use wrong ones

2004-04-14 Thread a_wronski
Hi! I wrote application (ejb/cmp + web/struts, jboss 3.2.3) and it works great. I want to deploy the same application but with different datasource and different layout. So I've changed: - layout (jsp files) - datasource in jbosscmp-jdbc.xml - all jndi-name of all beans to different - and rebui