I have a project that needs to be changed..
right now i have a web page that posts to a jsp that calls a servlet that calls a “backend” using Tomcat.
I need to get take Tomcat off the scene.
What i want is when i POST, it calls directly the “backend”
Any suggestions on how can i accomplished that?
Thanks
Rev
YOu need a servlet container to manage the logic that will allow you to accept a POST request.