How web server handles multiple requests for same action
class(Struts) concurrently?
Answers were Sorted based on User's Feedback
Answer / amit
Struts or any webserver makes new thread for each new
request. so multiple request is served with new request object.
| Is This Answer Correct ? | 16 Yes | 3 No |
What is the difference between jar and war files?
Can I set java system properties differently for each webapp?
Explain the difference between tomcat 4.1 and tomcat 5.0?
Why do we use weblogic server?
Is Tomcat an application sever or web server??and what is the difference between application server and web serve???
How do you justify the significance of virtual hosting?
What is a tomcat thread?
iam getting portno error ,kindly any one can help me to sovle this issue plz?Several ports (8005, 8009) required by Tomcat v6.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s). this kind of error iam geeting even i change port Nos also?
Can we run multiple instances of tomcat server on a single machine? If yes how?
What is catalina_home and catalina_base in tomcat?
Why do I need apache tomcat?
How to deploy a war file in tomcat 7?