Re: Tomcat webserver or appserver?

2005-05-21 Thread Mark Thomas
raja buddha wrote: I am new to appache. I wanted to know where tomcat is webserver or appserver Apache Tomcat is a Servlet container. Servlet containers can also server static resources (ie act as a web server). An app server in the J2EE sense usually means a Servlet container combined

RE: Tomcat webserver or appserver?

2005-05-21 Thread Richard Mixon (qwest)
raja buddha mailto:[EMAIL PROTECTED] scribbled on Saturday, May 21, 2005 3:07 PM: Hi all. I am new to appache. I wanted to know where tomcat is webserver or appserver Raju Just to be clear, the Apache HTTP Web server (http://httpd.apache.org) is different than the Tomcat Java web application

RE: Tomcat webserver or appserver?

2005-05-21 Thread Richard Mixon (qwest)
raja buddha mailto:[EMAIL PROTECTED] scribbled on Saturday, May 21, 2005 3:07 PM: Hi all. I am new to appache. I wanted to know where tomcat is webserver or appserver Raju Just to be clear, the Apache HTTP Web server (http://httpd.apache.org) is different than the Tomcat Java web application

RE: Tomcat webserver or appserver?

2005-05-21 Thread raja buddha
Thanks a lot Prem From: Richard Mixon (qwest) [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: 'Tomcat Users List' tomcat-user@jakarta.apache.org Subject: RE: Tomcat webserver or appserver? Date: Sat, 21 May 2005 15:32:31 -0700 raja buddha mailto:[EMAIL

RE: Tomcat Webserver

2004-08-04 Thread Shapira, Yoav
Hi, Tomcat is a webserver and can function as such by itself. You don't have to have Apache or IIS or anything in front of it. The DocumentRoot directory is $CATALINA_HOME/webapps/ROOT/, but you should read the Tomcat configuration reference as it's vastly different from Apache. There are

RE: Tomcat Webserver

2004-08-04 Thread Charles Baker
Tomcat is capable of server static and dynamic content with out Apache. One of the main benefits to using Apache is to let Apache server the static content and thereby reduce the load on Tomcat. By default, the document roots for your various webapps are in $CATALINA_HOME/webapps/$WEBAPP_NAME . At

RE: Tomcat Webserver

2004-08-04 Thread Dale, Matt
Yes tomcat can also serve static pages. You just need to create a web app and place your files in there. Ta Matt -Original Message- From: Marcelo Muzilli (Gelt) [mailto:[EMAIL PROTECTED] Sent: 04 August 2004 20:42 To: [EMAIL PROTECTED] Subject: Tomcat Webserver Importance: High Howdy

RE: Tomcat Webserver

2004-08-04 Thread Wilson, Allen
Yes it has a webserver in it.. Root = directory_to_tomcat/webapps/root -Original Message- From: Marcelo Muzilli (Gelt) [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 2:42 PM To: [EMAIL PROTECTED] Subject: Tomcat Webserver Importance: High Howdy TomcatERs, I would