[JBoss-user] [JBossCache] - Re: how to clear jboss 3.2.25 cache

2005-06-07 Thread ambica
hi ketan, actually this server/default/work & server/default/tmp floders are created dynamically when u start server. so u delete total folder's again it will create View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880581#3880581 Reply to the post : http:

[JBoss-user] [JBossCache] - Invalid State Exception: can't forward after response has be

2005-06-01 Thread ambica
hi in our application I am using the following code(it is in the Action Class): if(page.equals("car")) response.sendRedirect("userInfo.do"); if(page.equals("flight")) response.sendRedirect("trip.do?action=checkAuth"); if(page.equal

[JBoss-user] [JBoss Portal] - what is need of jboss-service..xml file

2005-05-31 Thread ambica
hi what is need of jboss-service.xml file in the server\default\conf folder. waiting for reply View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879498#3879498 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879498 ---

[JBoss-user] [JBoss Portal] - No ManagedConnections available within configured blocking t

2005-05-31 Thread ambica
hi I deployed my .war file successfully. but while testing when two or more people accessing at a time it is giving the following exception.. No ManagedConnections available within configured blocking timeout ( 3 [ms] ); - nested throwable: (javax.resource.ResourceException: No ManagedCon

[JBoss-user] [JBossCache] - Re: how to clear jboss 3.2.25 cache

2005-05-30 Thread ambica
hi, Jboss stores the internal cache you have to remove that. It will be stored in the server\default\work and server\default\tmp remove the file in this folder and check. Note: you have to stop the server if you want to remove i hope it works for u View the original post : http://www.jbo