what is catalina in tomcat server.

Answer Posted / jamadar_asif

i think this is HTTP server and tomcat is application server
(jsp/servlet container)

Is This Answer Correct ?    8 Yes 59 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I scroll through list of pages like the search results in google?

577


What are the sequence of steps to write pub or sub model kind of application?

1901


Explain about thread synchronization inside a monitor?

2008


If your ui seems to freeze periodically, what might be a likely reason?

559


What is colon_pkg_prefixes and what is its use?

2011






Can I run seam outside of jboss as?

646


Which container method is used to cause a container to be laid out and redisplayed?

673


What is permgen or permanent generation?

599


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1374


What are callback interfaces?

597


Can I use javascript to submit a form?

628


Why do I get a duplicate name error when loading a jar file?

552


Is the ternary operator written x : y ? Z or x ? Y : z ?

645


Describe, in general, how java's garbage collector works?

548


How would you reatach detached objects to a session when the same object has already been loaded into the session?

695