[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How setup JBoss for the Timeout ?

2007-10-05 Thread jaikiran
anonymous wrote : My application use DatabaseLoginModule and JAAS. | I write a login form (standalone application) to client can enter userName and passWord. And after client login successful, he can call some methods on beans. My mind is if he login successful, and he do nothing and 10

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How setup JBoss for the Timeout ?

2007-10-05 Thread catania
Thank you very much. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091872#4091872 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091872 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How setup JBoss for the Timeout ?

2007-10-04 Thread catania
Thanks. Oh, sorry! My application is not web-application (my application has two file jboss.xml and ejb-jar.xml and both of them exist inside the META-INF folder). So where I configure timeout for my application ? Catania. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How setup JBoss for the Timeout ?

2007-10-04 Thread jaikiran
anonymous wrote : Does Jboss support the timeout if the client (A) was login and he do nothing in a specific time (example 10 minutes), then A will logout automatically? anonymous wrote : | My application is not web-application (my application has two file jboss.xml and ejb-jar.xml and

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How setup JBoss for the Timeout ?

2007-10-04 Thread catania
My application use DatabaseLoginModule and JAAS. I write a login form (standalone application) to client can enter userName and passWord. And after client login successful, he can call some methods on beans. Example: LoginContext lc = new LoginContext(client, loginForm); | lc.login(); |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How setup JBoss for the Timeout ?

2007-10-04 Thread catania
Have any ideas ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091789#4091789 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091789 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How setup JBoss for the Timeout ?

2007-10-04 Thread catania
Oh, sorry. My purpose is setup the idle time for clients. Description: If client A login successful, and if he do nothing (about 10 minutes) - he doesn't call any methods on my beans - he will logout automatically! Have some ideas about my problem. Thanks. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How setup JBoss for the Timeout ?

2007-10-03 Thread jaikiran
catania wrote :I am looking for the session-timeout ! So, I must configure inside my jboss.xml, am I right ? Can show me a fragment of this problem inside jboss.xml ? | |Thanks very much. By default, the session timeout is 30 minutes. If you want to configure this for your

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How setup JBoss for the Timeout ?

2007-10-02 Thread jaikiran
Are you looking for the session-timeout of a web-application? If so, you can set it in the web.xml file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090648#4090648 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090648

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How setup JBoss for the Timeout ?

2007-10-02 Thread catania
I am looking for the session-timeout ! So, I must configure inside my jboss.xml, am I right ? Can show me a fragment of this problem inside jboss.xml ? Thanks very much. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090874#4090874 Reply to the post :