Hello Everyone,
I have a servlet whose post method is getting called from a java application.Thi s application and servelt when are hosted in linux environment,are working fine
Now we plan to move this application as well as servlet to windows server where we are getting an issue.Sometimes the post request from the application is getting converted to get.
This happens when the application is started for the first time or when we try to use the app after say 15 or 20 minutes idle time
we are using tomcat server for hosting application as well as servlet.
please help.
I have a servlet whose post method is getting called from a java application.Thi s application and servelt when are hosted in linux environment,are working fine
Now we plan to move this application as well as servlet to windows server where we are getting an issue.Sometimes the post request from the application is getting converted to get.
This happens when the application is started for the first time or when we try to use the app after say 15 or 20 minutes idle time
we are using tomcat server for hosting application as well as servlet.
please help.
Comment