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:
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
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
---
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
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