Miguel Alduenda

Greenhorn
+ Follow
since Jan 28, 2014
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
1
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Miguel Alduenda

the apps doesn't share the context.
The JAX-WS web service it's on:
https://www.facturacfdi.mx/WSTimbrado/WSForcogsaService?wsdl

And the Servlet/JSP it's on:
https://www.facturacfdi.mx/micfdi/

The behavior it's very strange, some responses are mixed but others not, sometimes in the same app and other times in all my apps.
I try to see any pattern but i don't

Thanks
10 years ago
Hi

This is the error scenario:

I have one web app with servlets and JSP(i use jquery here) and i have the other web app with JAX-WS Web Service, in some cases when clients try to use some Web Service funtcion instead of get an SOAP response they get and Javascript/Jquery code(from the other web app of an different user in the servler/JSP user the app at the sametime) or in more rare cases they get a SOAP response of other user, its like glassfish mixing my clients responses.

I check all my logs and database data and there is no mixed data between useres in there.

Thanks
10 years ago
Hi all,

I have a problem with my glassfish instance it's mixing the responses(some times send the response of one client to another).

It's very strange i have 3 applications in the web server one with servlets/jsp, another with JSF and other using JAX-WS.
All the applications only use https with ssl certificate.

Did any one knows sometinh about this?¿?
10 years ago