New Tomcat Interview Questions :: ALLInterview.com http://www.allinterview.com New Tomcat Interview Questions en-us Is Tomcat an application sever or web server??and what is the differen http://www.allinterview.com/showanswers/172433.html suppose 10 request is sent to servelt how many time init() and destor http://www.allinterview.com/showanswers/165900.html Can anybody tell me how to communicate between two webservers in two http://www.allinterview.com/showanswers/143307.html by using plug module I have a &quot;webb app&quot; in Tomcat that serves only HTML, and I http://www.allinterview.com/showanswers/125258.html m creating a web project in struts. when i deploys war file through http://www.allinterview.com/showanswers/117268.html iam getting portno error ,kindly any one can help me to sovle this i http://www.allinterview.com/showanswers/100803.html Hi, *Your question is not specific. First of all you have to check with the "netstat" command to check whether that port is used by some other process and make sure it is not listen to any process. *Also you can check with the &qu How web server handles multiple requests for same action class(Strut http://www.allinterview.com/showanswers/88902.html through it multithreading concept Hi, When i&#039;m starting startup.bat file of Tomcat server it isn& http://www.allinterview.com/showanswers/84740.html Your set up might have been not done well. Make sure you have added tomcat root directory path in the CATALINA_HOME environment variable and added the bin path in the path variable. What is the difference between Tomcat 4.1 and Tomcat 5.0? http://www.allinterview.com/showanswers/78980.html Web server (for development) that supports servlets 2.3 and JSP 1.2 (Tomcat 4) or servlets 2.4 and JSP 2.0 (Tomcat 5). please let me know the configuration or architecture how tomcat used http://www.allinterview.com/showanswers/72992.html The Architecture of Tomcat Tomcat 4 is a complete rewrite of its ancestors. At the core of this rewrite is the Catalina servlet engine, which acts as the top-level container for all Tomcat instances. With this rewrite of Tomcat comes an How should i explain a project in interviews? what r the main points http://www.allinterview.com/showanswers/72202.html 1)What is the output of select * from tab 2)MAC stands for 3)Purpose http://www.allinterview.com/showanswers/36402.html 2> mac: MEDIA ACESS COTROL what is tomcat?can we deploy a servelet in tomcat? http://www.allinterview.com/showanswers/35977.html Tomcat is a webserver, Which is support 3 -tier archeticture.. Yes we can in web.xml <web-apps> <servlet-name> <servlet-class> if i delete my java class files after the compile?but it does not goe http://www.allinterview.com/showanswers/33318.html Yes you can what is different between webserver and application server? http://www.allinterview.com/showanswers/33317.html Web server supports only http protocal Where as application server supports any ytpe of protocalls such as tcp/ip,http etc..