On Thursday 12 July 2007, Ueberbach, Michael wrote: > Hello Francisco, > > I got the same exception when connecting to geronimo from an remote > client (standalone java app). In my case it helped simply not to > specify any principal. So see what happens if you ommit the two > properties > > java.naming.security.principal = system > java.naming.security.credentials = manager > > I think that's not the full answer to your question. Maybe someone > other can explain how to configure an authentification for an > application installed on geronimo.
Hello Michael, Once again you solved it! Thanks a lot! Annoyingly enough, I've just tested: 1. Without these two properties Geronimo1.2 won't work. 2. With these two properties Geronimo2.0 won't work. :-/ Cheers, -- Francisco Borges
