Hi All,
I am facing a wired problem in
jBoss AS. We deployed a RESTfull web service application developed using
Java and Jersey and deployed the war in jBoss AS Version 6.0
I call this web service from different J2ME clients. But my jBoss serves one client at a time
for example if I call the same web service from 3 different mobiles then the jBoss serves one after another. We are writting the logs where we write the name of device and it shows that jBoss is not handling the requests concurrently instead it serves one after another.
I am very new to jBoss so I am sure that its my mistake and I am missing some configuration or something to achieve concurrency. Please help me to solve this.
My server.xml is as follows.
and datasource.xml is
Please guide me to solve this issue.
Thank you very much in advance.
With best regards,
Ishan