What is Tomcat? Do I need to use it?
Bug Tracker, User-Feedback Manager, To-do List, Issue Tracke...No, you do not need to use Tomcat. (And if you don't understand this question, or will have WorkRoll.com host your installation, or are installing WorkRoll via the Windows installer, don't worry about it.) As a J2EE web application, WorkRoll requires a Servlets 2.2-compatible JSP container/application server to function. Tomcat is one of these; there are dozens to choose from.
Do I need to use the Tomcat Administration or Tomcat Manager applications?
FAQsNo. The only setup you have to do with Tomcat is put the files in the proper place. You may have to do a restart of Tomcat, but that is it. If you open these applications you may see them referring to data sources, jdbc, and other tidbits. These have nothing to do with TMAJ.
How do I use EMMA in {WebLogic, Websphere, Tomcat, JBoss, ...}?
EMMA: Frequently Asked QuestionsFirst of all, there is little chance that you will be able to use the on-the-fly mode (emmarun) with a full-blown J2EE container. The reason lies in the fact that many J2EE features require specialized classloading that will happen outside of EMMA instrumenting classloader. The server might run fine, but you will likely get no coverage data. Thus, the correct procedure is to instrument your classes prior to deployment (offline mode).
Is Tomcat robust enough for production use?
jGuru: Tomcat FAQAuthor: Matthew Dornquast (http://www.jguru.com/guru/viewbio.jsp?EID=27320) Question originally posed by John Mitchell PREMIUM (http://www.jguru.com/guru/viewbio.jsp?EID=4 IMHO yes. We are presently running Tomcat (servlet & jsp requests) with Apache (graphics, perl, html) on 9 Solaris/Sparc servers servicing over 10 million servlet/jsp transactions per day.
Can I use Tomcat under Windows 2000?
jGuru: Tomcat FAQHi and thanks for the precious help. I'm having difficulties installing on windows 98. I tried copy those file (startup.bat and tomcat.bat) and still i receive that : "Bad command or filename" when i try to start it. I'm using it standalone on Win98 Any hint would be appreciated because i want it installed badly now ... I had the same problem: when starting the batch file (startup.bat, tomcat.bat) i received : "Bad command or filename error.
How do I use Tomcat with Netscape Server?
jGuru: Tomcat FAQAuthor: John Zukowski (http://www.jguru.com/guru/viewbio.jsp?EID=7) Look at the Tomcat Netscape How to file located at the address : http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-netscape-howto.html.
How can I use Jikes with Tomcat?
jGuru: Tomcat FAQAuthor: Carfield Yim (http://www.jguru.com/guru/viewbio.jsp?EID=4648) Question originally posed by Carfield Yim (http://www.jguru.com/guru/viewbio.jsp?EID=4648 I just have the answer from newsgroup, thx to Gerhard [gerhard.nospam@bigfoot.de] If you want Jikes to be your java compiler you need to add the lines from conf/web.xml to your webapp's web.xml file. Adding: <servlet> <servlet-name> jsp </servlet-name> <servlet-class> org.apache.jasper.servlet.
Can you use Tomcat with Microsoft Personal Web Server? Does Tomcat do ISAPI?
jGuru: Tomcat FAQAuthor: Jorge Jordão (http://www.jguru.com/guru/viewbio.jsp?EID=275762) Question originally posed by Adam Greene (http://www.jguru.com/guru/viewbio.jsp?EID=253891 Yes. You can read all about it in the Tomcat IIS HowTo, available both under the doc directory of your Tomcat installation or in the Tomcat Web Site. Author: Suresh Payankannur (http://www.jguru.com/guru/viewbio.jsp?EID=288054) Question originally posed by Raistlin Majere (http://www.jguru.com/guru/viewbio.
To use Tomcat will we have to use the Apache web server?
JavaServer Pages[tm] - Apache Tomcat - FAQNo. You can choose any web server on the market that supports JSP and Servlets (e.g. Sun ONE Web Server, IBM WebSphere, BEA Weblogic and others). We are working closely with a variety of partners to support them in quickly adding JSP and Servlet support to their web servers.
Can I use HA-JDBC with Tomcat 5.0?
Frequently Asked QuestionsYes, but first you will need to upgrade the JMX implementation used by Tomcat (found in $CATALINA_HOME/bin/jmx.jar). Tomcat 5.0 ships with MX4J 1.1.1 which only implements JMX 1.1. Because HA-JDBC requires JMX 1.2, you will need to upgrade this file to MX4J 2.0 or greater. HA-JDBC uses the Java preferences API to persist the local database cluster state. The default storage mechanism varies depending on your operating system.
What if I already have Tomcat installed and I'd like to use it?
FAQ - AppFuse 2 - ConfluenceIf you want to change Cargo to point to an existing instance of Tomcat, you should be able to change the bottom of pom.xml from: lt;container> <containerId>${cargo.container}</containerId> <!--home>${cargo.container.home}</home--> <zipUrlInstaller> <url>${cargo.container.url}</url> <installDir>${installDir}</installDir> </zipUrlInstaller> </container> lt;container> <containerId>${cargo.
Can I use Ruby on Rails and Tomcat/JSP on the same domain?
FAQ - JSP Hosting, Servlet Hosting, J2EE HostingThere is detailed information on how to use PostgreSQL at their web site at http://www.postgresql.org. To maintain your postgresql database, telnet/ssh to connect to our server and use the command line PostgreSQL client. To do this enter the command "psql". You will automatically be connect to your database. After you get connected you can use create tables, indexes, etc. as per the documentation on the PostgreSQL web site.
Can I use Tomcat or JavaWebServer as a service on Windows NT or Windows 2000?
jGuru: Tomcat FAQAuthor: Kumar Allamraju (http://www.jguru.com/guru/viewbio.jsp?EID=12218) Question originally posed by Eric Lebetsamer (http://www.jguru.com/guru/viewbio.jsp?EID=12240 For Tomcat: Download jk_nt_service.exe and follow the instructions in the document "NT-Service-howto.html" (on the Jakarta Web site and included in the Tomcat distros). Also see the minimalistic users guide, included with the Tomcat distribution.
How do I use the DLLs from Tomcat to Servlet-enable Microsoft IIS?
jGuru: Tomcat FAQAuthor: Sylvain GIBIER (http://www.jguru.com/guru/viewbio.jsp?EID=11408) Question originally posed by Arnar Freyr Guðmundsson (http://www.jguru.com/guru/viewbio.jsp?EID=26079 Look at the Tomcat IIS How to file located at the address : http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.html (or http://jakarta.apache.org/cvsweb/index.cgi/jakarta-tomcat/etc/tomcat-iis-howto.html if the website version is out of date).
How do I build Apache with DSO support, to use Tomcat and mod_jserv?
jGuru: Tomcat FAQAuthor: Alex Chaffee (http://www.jguru.com/guru/viewbio.jsp?EID=3) You have to add the '--enable-module=so' option to your 'configure' call in order to enable DSO, i.e.: ./configure --prefix=/usr/local/apache --enable_rule=SHARED_CORE --enable-module=so (Thanks to Peter Theill from the Tomcat User Mailing List.) Comments and alternative answers
