Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Tomcat


Related Topics
Cat

  
  Apache Tomcat - Wikipedia, the free encyclopedia
Because Tomcat includes its own HTTP server internally, it is also considered to be a standalone web server.
Tomcat is increasingly being used as a standalone web server in high-traffic, high-availability environments.
Tomcat started off as a servlet specification implementation by James Duncan Davidson who worked as a software architect at Sun.
en.wikipedia.org /wiki/Jakarta_Tomcat   (534 words)

  
 jGuru: Tomcat FAQ Home Page
Tomcat is a commercial-quality server solution based on the Java Platform that supports the Servlet and JSP specifications.
With Tomcat 3.x, by default the servlet container was set up to allow invoking a servet through a common mapping under the /servlet/ directory.
The JDK used by Tomcat, specified by environment variable JAVA_HOME, was missing the win32com.dll library and the comm port properties file javax.comm...
www.jguru.com /faq/Tomcat   (830 words)

  
 Catamaran "Tomcat " Chartering the Blue Caribbean   (Site not responding. Last check: 2007-11-07)
Tomcat, a luxurious 55 ft. Lagoon catamaran, is a floating paradise.
The deck is perfect for setting up dive tanks, rigging windsurfing gear, launching the layak, fishing, or diving over the side into the crystaline waters of the Caribbean sea.
Catamarans such as Tomcat are agile and quick, giving guests the comfort, speed and stability they desire.
www.charteryachts.info /tomcat   (190 words)

  
 Tomcat
By default, Tomcat uses port 8080 for http, port 8443 for https, and any or all of ports 8005/8007/8008/8009 (depending on the Tomcat version) for control, e.g.
The tomcat4 directory should be owned by tomcat, and noone else should have read or write access (or if tomcat4 is used with multiple instances, at least the conf, logs, webapps, work directories should be protected).
The second is that Tomcat loads the java compiler permanently into memory, and the in-memory version has a space leak so that each time a jsp page is compiled, Tomcat loses some space (so after a lot of maintenance, Tomcat falls over).
www.cs.bris.ac.uk /Teaching/Resources/General/web/tomcat.html   (2631 words)

  
 Apache 2.x + Tomcat 4.x + Load Balancing (or Private JVMs)
I made the first Tomcat server's AJP13 connector listen on port 11009 instead of the default port which is 8009, and the second one listens on port 12009.
This is important because sessions that are created in a specific tomcat server, say "tomcat1", do not exist in the other server "tomcat2", and thus if the client was directed to another tomcat server than the one where his session is stored, then all his session data would be lost.
The downside of not having sessions replicated across all the tomcat servers in the cluster is that if one tomcat server dies, all the sessions that it contained are lost, which usually makes a lot of unhappy users.
raibledesigns.com /tomcat/index.html   (1755 words)

  
 Configuring and Using Apache Tomcat   (Site not responding. Last check: 2007-11-07)
Tomcat setup and configuration has continued to change substantially over the years.
No matter what book you are using, I recommend you use Tomcat 4 or 5 and follow the latest instructions.
Core Servlets and JSP, Second Edition: Tomcat 5 (Tomcat 4 is sufficient for most of the parts that do not use the JSP 2.0 expression language).
archive.coreservlets.com /Using-Tomcat.html   (85 words)

  
 JavaServer Pages - Apache Tomcat
Tomcat is a free, open-source implementation of Java Servlet and JavaServer Pages technologies developed under the Jakarta project at the Apache Software Foundation.
Tomcat is available for commercial use under the ASF license from the Apache web site in both binary and source versions.
Tomcat is available at the Jakarta binary downloads page.
java.sun.com /products/jsp/tomcat   (209 words)

  
 Java and Tomcat on Mac OS X, Part I
Tomcat is the Jakarta Project’s open-source servlet container and is released under the Apache Software Licence.
Tomcat expects certain environment variables to be defined before it starts.
Now that Tomcat has restarted, you should be ready to load the servlet in your browser.
developer.apple.com /internet/java/tomcat1.html   (1768 words)

  
 F-14 Tomcat
It is the F-14B Tomcat, and it is the backbone of naval aviation.
The F-14 Tomcat is a supersonic, twin-engine, variable sweep wing, two-place fighter designed to attack and destroy enemy aircraft at night and in all weather conditions.
In the latter role, the Tomcat's variable-sweep wings give the F-14 a combat maneuvering capability that could not have been achieved with a "standard" fixed planform wing.
www.globalsecurity.org /military/systems/aircraft/f-14.htm   (317 words)

  
 David Boyer - Tomcat Service Manager
The Tomcat Service Manager is intended primarily to assist with installatiofsns of multiple Tomcat instances, but can also be used for single-instance installations.
Tomcat Service Manager is merely a Tomcat-specific GUI for manipulating the registry values use by javaservice.
Using the Tomcat security manager is a very good way to limit the scope of what's accessible to or through Tomcat.
web.bvu.edu /staff/david/tcservcfg   (632 words)

  
 Tomcat Motorsport Home Page
With over 700 Tomcats built since Drew Bowler designed them, Tomcat is by far the most popular 4x4 kit in the UK today.
This model is the most versatile of all the Tomcats being a good comp safari motor as well as a trial winner.
The minimum Tomcat that is available to buy is the safety cage from the front hoop to the rear hoop completely welded.
www.tomcatmotorsport.co.uk   (526 words)

  
 The Apache Jakarta Tomcat 5 Servlet/JSP Container - Documentation Index   (Site not responding. Last check: 2007-11-07)
Tomcat version 5 implements the Servlet 2.4 and JavaServer Pages 2.0 specifications from the Java Community Process, and includes many additional features that make it a useful platform for developing and deploying web applications and web services.
Tomcat Clustering - Enable session replication in a Tomcat environment.
Tomcat Server Configuration Reference - Reference manual that documents all available elements and attributes that may be placed into a Tomcat 5
tomcat.apache.org /tomcat-5.0-doc   (613 words)

  
 Lerner Consulting -- Open Source Experts - Server-side Java with Jakarta-Tomcat   (Site not responding. Last check: 2007-11-07)
However, Tomcat is itself a full-fledged HTTP server, meaning that we can conduct some initial tests without having to configure Apache at all.
However, mod_jk and Tomcat both understand the Ajpv13 protocol, which is more advanced in a number of ways.
Tomcat has two configuration files, one for the HTTP server (web.xml) and one for the Java servlet container (server.xml) files.
lerner.co.il /atf/columns/4576.html   (4048 words)

  
 Apache Jakarta Tomcat 4 and 5: Configuration and Usage Tutorial   (Site not responding. Last check: 2007-11-07)
Following is a summary of installing and configuring Apache Tomcat 4 for use as a standalone 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).
Integrating Tomcat as a plugin within the regular Apache server or a commercial Web server (for deployment) is more complicated (for details, see http://jakarta.apache.org/tomcat/tomcat-4.1-doc/).
The next step is to tell Tomcat to check the modification dates of the class files of requested servlets and reload ones that have changed since they were loaded into the server's memory.
www.moreservlets.com /Using-Tomcat-4.html   (5103 words)

  
 Grumman F-14 Tomcat
By 1972, the first of the F-14 Tomcat's off the production line were sent to the US Navy.
One of the defensive weapons of an F-14 Tomcat consists of a fixed 6-barrel M61A1 Vulcan 20-mm cannon located on the lower left side of the aircraft, underneath the pilot.
The Tomcat was built for that purpose, and it is the only platform that can carry the Phoenix.
www.novia.net /~tomcat/tomcat.html   (946 words)

  
 Jakarta Tomcat at opensource encyclopedia   (Site not responding. Last check: 2007-11-07)
Tomcat functions as a servlet container developed under the Jakarta Project at the Apache Software Foundation.
Tomcat can also function as an independent web server in itself: it operates as such in development environments with no requirements for speed and transaction handling.
Tomcat 5.x, the latest production quality release as of 2004, implements the Servlet 2.4 and JSP 2.0 specifications.
www.wiki.tatet.com /Jakarta_Tomcat.html   (408 words)

  
 Tomcat Management and Tomcat Monitoring from Hyperic - The Leading Provider of Predictable and Open IT Management ...
Apache Tomcat is the servlet container that is used in the official reference implementation of the Java Servlet and JavaServer Pages technologies.
Hyperic's extensive experience with high-performance Tomcat monitoring is derived from its use of Tomcat as a core component the HQ server.
Hyperic HQ's Tomcat management technology allows you to answer questions such as "Which of my webapps is consuming the most amount of CPU?" and "How much memory is the Tomcat JVM process actually taking up?" and many more without any instrumentation of your environment.
www.hyperic.net /products/managed/tomcat-management.htm   (613 words)

  
 Linux Tutorial: Java Servlets,JSP,Jakarta-Tomcat,JDBC,PostgreSQL,MySQL and Linux
Tomcat, the Java Servlet and JSP engine, will execute the Java Servlet which will use JDBC to access a database (PostgreSQL or MySQL).
Tomcat (and listener socket waiting for requests) will start before Apache so that Apache will have a socket to which it can connect and communicate.
Tomcat includes an http server which this test is using.
www.yolinux.com /TUTORIALS/LinuxTutorialTomcat.html   (2271 words)

  
 Enterprise Java Community: In Memory Session Replication In Tomcat 4
When a third Tomcat instance TC3 is started up on the network, it joins the cluster and requests a list of sessions that are active in the cluster.
When a new Tomcat instance is started, it will first replicate all the sessions into its own memory so that it can handle requests in the cluster.
For example, having three nodes in a cluster as opposed to two means that each Tomcat instance stores 50% more session data in memory (assuming an equal session load between instances) and the number of replication messages being sent between the instances in the cluster increases.
www.theserverside.com /resources/article.jsp?l=Tomcat   (3101 words)

  
 Welcome to Adrian's Tomcat 100"
A Tomcat 100" is an off road vehicle originally designed by Drew Bowler (which he has now developed into the Wildcat) and is made up of a fibre glass body on a tubular steel space frame (big roll cage) on top of a Range Rover chassis.
I believe the tomcat was designed by Drew Bowler for competing in events such as Competitive Safaris (Comp Safaris) and Hill Rallies.
This may sound a bit soft, but my Tomcat will be used mainly on the road and not raced off-road, so some safety features will be important (in addition to the strength of the original Range Rover chassis).
www.adrianstomcat.co.uk   (980 words)

  
 Apache Jakarta Tomcat 5.5: Configuration and Usage Tutorial   (Site not responding. Last check: 2007-11-07)
Using Tomcat as a deployment server or integrating Tomcat as a plugin within the regular Apache server or a commercial Web server is more complicated than what is described in this tutorial.
If you use Tomcat 5.5 with JDK 1.5, you do not need the "Compat" zip file, but it is better to use JDK 1.4 (unless you will deploy on JDK 1.5 only) so that you do not limit portability by accidentally using JDK 1.5 constructs in your Java code.
However, the preconfigured Tomcat version is not necessarily as up-to-date as the versions on the Apache site, so you should go to the Apache site if you want the very latest version.
www.coreservlets.com /Apache-Tomcat-Tutorial   (6912 words)

  
 Java Servlet Technology - Implementations & Specifications
Sun adapts and integrates the Tomcat code base into the J2EE Reference Implementation.
Tomcat 4 is an implementation of the Java Servlet 2.3 specification.
Tomcat 3.3 is an implementation of the Java Servlet 2.2 specification.
java.sun.com /products/servlet/download.html   (201 words)

  
 F-14 Tomcat - Military Aircraft
The Tomcat is a 2-seat, twin-engine fighter with twin tails and variable-geometry wings.
Pilots agree that with the DFCS the Tomcat is more maneuverable and has crisp response to pilot control inputs.
The ground attack capabilities were required to partially compensate for the loss in combat capabilities during the period starting in 1997, when all of its A-6E Intruder attack aircraft were retired, to the turn of the century when the F/A-18E/F, the next generation strike fighter, was scheduled to arrive.
www.fas.org /man/dod-101/sys/ac/f-14.htm   (3334 words)

  
 JavaChina, How to make your first JSP page work on Tomcat by Roseanne Zhang, FAQ
Since tomcat is a pure Java application, it is platform independent.
Tomcat, as a servlet and JSP container is also a regular web server.
Tomcat runs by default on port 8080 so it does not conflict with Apache.
bobcat.webappcabaret.net /javachina/faq/tomcathowto.htm   (1441 words)

  
 Are any major companies using Tomcat or Jetty in production?   (Site not responding. Last check: 2007-11-07)
Tomcat only missed out by a whisker to Resin, since when we did the initial evaluation Resin had better performance and stability- not sure what the situation is now.
We have found Tomcat to be reliable and as long as we use IBM's jdk we don't leak ram.
Tomcat is a famous strong implementation of the JSP/Servlet specifications.
www.theserverside.com /home/thread.jsp?thread_id=15073   (5744 words)

  
 Secunia - Vulnerability Report - Apache Tomcat 5.x
This is based on the most severe Secunia advisory, which is marked as "Unpatched" in the Secunia database.
David Maciejak has discovered a vulnerability in Apache Tomcat, which can be exploited by malicious people to cause a DoS (Denial of Service).
Oliver Karow has discovered some vulnerabilities in Apache Tomcat, which can be exploited by malicious people to conduct cross-site scripting attacks.
secunia.com /product/3571   (633 words)

  
 Tomcat Alley-A F-14 Homepage
I sincerely hope these comments don't make you feel that your feedback about Tomcat Alley is unwelcome, nothing could be farther from the truth.
The simple fact is that the site generates so much feedback that I have to use some way to sort out whose can be replied to.
Tomcat Alley Image © Dave Parsons, from his book "Fighter Country" Used with permission.
www.topedge.com /alley/alley.htm   (486 words)

  
 ONJava.com -- Configuring Tomcat with IIS Web Server
In this article, we are going to continue our Tomcat Connector discussions with a look at how to configure Tomcat and Microsoft's Internet Information Server (IIS) using the JK v1.2 Connectors.
The complete Tomcat configuration was described a previous article, "Configuring Tomcat and Apache with JK 1.2."
This is done by creating a Tomcat worker file that contains the definition for at least one Tomcat worker.
www.onjava.com /pub/a/onjava/2002/12/18/tomcat.html   (468 words)

  
 Server Logistics - Complete Tomcat
Complete Tomcat is the easiest way to install and setup a Jakarta Tomcat server on Mac OS X 10.2 "Jaguar".
Jakarta Tomcat is distributed under the Apache License.
The Tomcat System Preferences Pane is distributed under the terms of the GNU General Public License.
www.serverlogistics.com /tomcat.php   (617 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.