[jboss-user] [Security JAAS/JBoss] - can't do loging to Authorized pages using JAAS

2006-10-17 Thread haplo_3
hi all i have problem using jaas the login/password popup window apear but when im trying to enter the username and password nothing happen web.xml --- security-constraint web-resource-collection web-resource-nameSecure Content/web-resource-name url-pattern/*/url-pattern

[jboss-user] [Security JAAS/JBoss] - Re: can't do loging to Authorized pages using JAAS

2006-10-17 Thread haplo_3
how to troubleshoot it? im entering username/login but i dont know what the queries return dunno if my connecto to mysql is working i've downloaded few java files to test my connection to mysql using mysql-java-connector and its working how can i troubleshoot this one? View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: Baffled using DatabaseServerLoginModule

2006-10-17 Thread haplo_3
im having the same problem now but im not using form im just using BASIC how can i debug DatabaseServerLoginModule? i dont see any msg in server.log View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978962#3978962 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - security in jboss tomcat pages

2006-10-16 Thread haplo_3
how can i add authentaction module in tomcat? i have few pages i want to protect under tomcat is there any module to use mysql? thnx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978457#3978457 Reply to the post :

[jboss-user] [Beginners Corner] - few basic questions in jboss/ejb

2006-10-15 Thread haplo_3
I manage to do some of the tutorials for stateful session but i have few quesntions (since i'm newbie and all) i'm trying to understand the whole point of this session issue if i have a client that request a method from the bean lets say rendom string, the bean return the string the client

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - mod_auth_mysql in jboss tomcat

2006-10-15 Thread haplo_3
we using openlaszlo inegrated into jboss's tomcat how can i protect contets that comming from jboss's tomcat ? can i use mod_auth_mysql? how can i configure it to use tomcat? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978427#3978427 Reply to the post :

[jboss-user] [EJB 3.0] - few basic questions in ejb

2006-10-13 Thread haplo_3
I manage to do some of the tutorials for stateful session but i have few quesntions (since i'm newbie and all) i'm trying to understand the whole point of this session issue if i have a client that request a method from the bean lets say rendom string, the bean return the string the client

[jboss-user] [EJB/JBoss] - running EJBclient under jboss

2006-10-12 Thread haplo_3
i have 2 stupid question everytrime i want to run my client to communicate with my server underjboss i have to use all the jboss/client jar file? java -classpath

[jboss-user] [EJB 3.0] - Re: NullPointerException in jboss calculator example

2006-10-10 Thread haplo_3
i manage to isolate the problem when i'm trying to run my jsp jboss says 18:06:37,901 ERROR [STDERR] javax.naming.NameNotFoundException: EJB3Trail not bound 18:06:37,903 ERROR [STDERR] at org.jnp.server.NamingServer.getBinding(NamingServer.java:529) 18:06:37,904 ERROR [STDERR] at

[jboss-user] [EJB 3.0] - NullPointerException in jboss calculator example

2006-10-09 Thread haplo_3
i'm trying to run the following example and i'm getting NullPointerException http://trailblazer.demo.jboss.com/EJB3Trail/serviceobjects/sfsb/ HTTP Status 500 - type Exception report message description

[jboss-user] [Installation, Configuration Deployment] - Re: Incomplete Deployment listing (for the nth time)

2006-10-08 Thread haplo_3
did you manage to fix the problem? i have the same problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3976871#3976871 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3976871 ___

[jboss-user] [Installation, Configuration Deployment] - Re: problem installing RMISecurityManager under jboss

2006-09-28 Thread haplo_3
i manage to fix the problem by adding set JAVA_OPTS=%JAVA_OPTS% -Djava.security.manager -Djava.security.policy=Security to run.bat now it seems i can't find my stub class since i set the security manager i manully copied the stub to my client directory any suggestions of how to set the

[jboss-user] [Installation, Configuration Deployment] - Re: problem installing RMISecurityManager under jboss

2006-09-28 Thread haplo_3
i set the set JAVA_OPTS=%JAVA_OPTS% -Djava.rmi.server.codebase=file:/C:\jboss-4.0.4.GA\server\default\deploy\lps.war\WEB-INF\classes\com\lo\simaserver\connector/ in run.bat but i still can't figure out why i'm getting newSimulation remotecall onerror: {faultString: VlabRequest_Stub (wrong

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Installing RMISecurityManager in jboss

2006-09-27 Thread haplo_3
hey when i'm trying to use RMI functions with tomcat under jboss it says i have no RMISecurityManager installed i installed it in the code using if(System.getSecurityManager() == null) { System.setSecurityManager(new RMISecurityManager()); } now i'm getting to many errors and

[jboss-user] [Installation, Configuration Deployment] - problem installing RMISecurityManager under jboss

2006-09-27 Thread haplo_3
hey when i'm trying to use RMI functions with tomcat under jboss it says i have no RMISecurityManager installed i installed it in the code using if(System.getSecurityManager() == null) { System.setSecurityManager(new RMISecurityManager()); } now i'm getting to many errors and

[jboss-user] [JBossWS] - fail to load tomcat with jbossws

2006-09-26 Thread haplo_3
hey i'm newbie here so hopefully its not too simple question i download jbossws-1.0.3.GA.zip and copied the files to the nesscry places same as specified in the installation guide. when i'm running 'catalina.bat run' i'm getting java.lang.reflect.InvocationTargetException at