Save info   Get password
Home Submit your blog Edit Account Rules RSS-Archive Contact
    • Tomcat




      JNDI lookup on Tomcat and JBoss using Spring
      Unfortunately Java EE specs does not specify any standard way of JNDI naming conventions, hence most of the application servers have their own way of JNDI naming. On specifying a Datasource's JNDI name as 'jdbc/myDatasource', Tomcat (6) binds that as 'java:/comp/env/jdbc/myDatasource' while JBoss (5) binds as 'java:/jdbc/myDatasource'. So if one wants to deploy the application on multiple applicat

      Written by: Vinod Singh' blog


      Tomcat + Apache HTTP: Servers Connecting Guide
      Apache Tomcat is a Servlet/JSP container and used to deploy dynamic Java contents like JSPs and Servlets. Tomcat has some web server capabilities, however it is not a full blown web server to serve high traffic web sites. In the meantime Apache HTTP server is a full blown web server. So in general Tomcat is configured along with Apache HTTP server to maintain a healthy web site with dynamic conten

      Written by: Computerized World


      Tomcat Tiger || Kater Tiger
      This is an up-to-date photo of our tomcat Tiger. Isn't he beautiful? Unfortunately you can't see the handmade Swarovski collar :-) Dies ist ein aktuelles Bild von unserem Kater Tiger. Ist er nicht wunderschoen? Leider kann man die handgemachte Swarovski Halskette nicht gut sehen :-)

      Written by: TTL - Through Tom's Lens


      Install Apache Tomcat 6.0 di Win XP
      Seperti judul di atas di sini kita akan mencoba untuk menginstal apache tomcat 6.0 di windows xp. Sebelumnya mari kita kenal sedikit apa itu apache tomcat. apache tomcat adalah server berbasis opensource yang mendukung untuk penggunaan JSP ( Java Server Pages ). Nah itu lah yang akan kita install sekarang, mari kita mulai : 1. Siapkan [...]

      Written by: .::Best Without The::.


      Install Apache Tomcat 6.0 di Win XP
      Seperti judul di atas di sini kita akan mencoba untuk menginstal apache tomcat 6.0 di windows xp. Sebelumnya mari kita kenal sedikit apa itu apache tomcat. apache tomcat adalah server berbasis opensource yang mendukung untuk penggunaan JSP ( Java Server Pages ). Nah itu lah yang akan kita install sekarang, mari kita mulai : 1. Siapkan [...]

      Written by: .::Best Without The::.


      MySQL and JSP Web Applications: Data-Driven Programming Using Tomcat and MySQL
      Book DetailsAuthor:James TurnerPaperback: 576 pagesPublisher: Sams (April 6, 2002)Language: EnglishISBN-10: 0672323095ISBN-13: 978-0672323096DescriptionJSP developers encounter unique problems when building web applications that require intense database connectivity. MySQL and JSP Web Applications addresses the challenges of building data-driven applications based on the JavaServer Pages developme

      Written by: Download Ebooks for free


      Magna Infotech Opportunity in Chennai - Java/J2EE Lead - Weblogic, Tomcat or Websphere
      We have a very exciting opportunity for your career growth. Please go through the following -Regarding Magna opportunities bestowed for you. About Magna Infotech: MAGNA INFOTECH is a Premier Provider of IT services. We, Magna InfoTech provide IT services to clients worldwide, incorporated in Danbury, CT - USA since 1995. We are a 1500+ employee organization with skilled IT professionals. For mor

      Written by: ITJobs and Career site


      Sams Teach Yourself JSP with Tomcat in 24 Hours
      * Hardcover: 552 pages * Publisher: Sams (December 8, 2003) * Language: English * ISBN-10: 0672325977 * ISBN-13: 978-0672325977Book Description:In JavaServer Pages 2.0, Sun has added new features that make it even easier to create dynamic, interactive Web pages in Java. These include a built-in expression language and a library of tags (the JSP Standard Tag Library) that facilitate

      Written by: Free EBook Downloads


      Running Multiple Instance of Tomcat in Ubuntu
      As we hinted at in our last post, it is possible to run multiple instances of Apache Tomcat in Ubuntu, without having to install it twice. Multiple Tomcat servers can be helpful for several reasons. Although we do all our QA testing on a local staging network, we still like to host a beta server next to our live server to help us verify proper functionality in our production environment. Before

      Written by: The Data Jelly Blog


      Running Multiple Instance of Tomcat in Ubuntu
      As we hinted at in our last post, it is possible to run multiple instances of Apache Tomcat in Ubuntu, without having to install it twice. Multiple Tomcat servers can be helpful for several reasons. Although we do all our QA testing on a local staging network, we still like to host a beta server next to our live server to help us verify proper functionality in our production environment.Before div

      Written by: The Data Jelly Blog


      Installing Apache Tomcat 6 on Ubuntu
      I recently had to re-install Apache Tomcat on our Ubuntu box, when I realized that version 6 was not available in aptitude. As such, I had to manually install it from a download, and figured I'd share these steps with everybody. Step 1 - Make Sure Java is Installed Getting Java installed is relatively pain-free. Just run this command: sudo apt-get install sun-java6-jdk Step 2 - Download the

      Written by: The Data Jelly Blog


      Installing Apache Tomcat 6 on Ubuntu
      I recently had to re-install Apache Tomcat on our Ubuntu box, when I realized that version 6 was not available in aptitude. As such, I had to manually install it from a download, and figured I'd share these steps with everybody.Step 1 - Make Sure Java is InstalledGetting Java installed is relatively pain-free. Just run this command:sudo apt-get install sun-java6-jdkStep 2 - Download the Latest Tom

      Written by: The Data Jelly Blog


      Using Apache Front-End with Tomcat for JSP
      In a previous post, we discussed how it's possible to use Apache as a reverse proxy to offload SSL and GZip compression from a Tomcat (or similar) J2EE server. Originally, we had set this up on Windows, but we have since moved it over to Ubuntu with no problems. Another useful setup is to use Apache to serve up your static resources (such as images, javascript files, and CSS sheets), while only

      Written by: The Data Jelly Blog


      Using Apache Front-End with Tomcat for JSP
      In a previous post, we discussed how it's possible to use Apache as a reverse proxy to offload SSL and GZip compression from a Tomcat (or similar) J2EE server. Originally, we had set this up on Windows, but we have since moved it over to Ubuntu with no problems.Another useful setup is to use Apache to serve up your static resources (such as images, javascript files, and CSS sheets), while only sen

      Written by: The Data Jelly Blog


      Super funny video from the US Navy F-14 Tomcat.
      Super funny video from the US Navy F-14 Tomcat.

      Written by: funny or comedy


      Change Apache Tomcat port 8080 to 80 or another port number
      Change Apache Tomcat port 8080 to 80 or another port number. Whether it is Apache Tomcat 5 or Tomcat 6, by default Apache Tomcat runs on port 8080. But there can be situations where there are some other servers running on this same port forcing you to change the port of one of the servers. This article explains how to change this port 8080 on Tomcat (we tested this against Apache Tomcat 5.5 and 6.

      Written by: Computerized World


      Change Apache Tomcat port 8080 to 80 or another port number
      Change Apache Tomcat port 8080 to 80 or another port number. Whether it is Apache Tomcat 5 or Tomcat 6, by default Apache Tomcat runs on port 8080. But there can be situations where there are some other servers running on this same port forcing you to change the port of one of the servers. This article explains how to change this port 8080 on Tomcat (we tested this against Apache Tomcat 5.5 and 6.

      Written by: Computerized World


      Change Apache Tomcat port 8080 to 80 or another port number
      Change Apache Tomcat port 8080 to 80 or another port number. Whether it is Apache Tomcat 5 or Tomcat 6, by default Apache Tomcat runs on port 8080. But there can be situations where there are some other servers running on this same port forcing you to change the port of one of the servers. This article explains how to change this port 8080 on Tomcat (we tested this against Apache Tomcat 5.5 and 6.

      Written by: Computerized World


      Site progress for Tomcat's Taekwondo
      I've been working on the Taekwondo site on and off for 2 years now. I thought at this juncture it might be a good idea, for my own record, to show the stats to date. The counter was installed 28th September 2006, and StatCounter tells me that since then:Pageloads: 94731Unique Visitors: 33745Returning Visitors (my favourite one!): 4684So...I've reached out to over 30k people with the site, and hope

      Written by: Taekwondo Blog


      A feline needs a tomcat or Pumuckl's Voice
      Just a few times in our lifes we really feel Pumuckl is not a male. Such a time we are in now, cause since two days we have the hassle! Pumuckl wants a tomcat!Still, also if it is already the third time, we cannot believe that our little one has such feelings. He is still small in size and imagining him having this feeling is still hard. Until now we didn't let the vet do a castration with him as we had such a bad experience with Chica. And on the other hand this season with him has never been that annoying as with Chica. Chica, with her deep voice, standing in balcony for hours meow to all the cats in the street that came running to make an orchestra with her. We had to lock her in the bedroom at night to not wake up all the house.With Pumuckl it is different: His tiny unusual Meow sure w

      Written by: Chica & Pumuckl - The maybe funniest cats in world


      Tomcat Won't Boot Due to prunsrv.c
      Just last night, I was running into this error after a clean install of Tomcat: [2007-12-12 22:50:22] [420 prunsrv.c] [error] The system cannot find the file specified. [2007-12-12 22:50:22] [1327 prunsrv.c] [error] Load configuration failed After searching the 'Net for some clues, it seems that the problem was solved for most people by copying the msvcr71.dll file from the Java\bin folder into

      Written by: The Data Jelly Blog


      Hosting e Housing Java (tomcat, servlet) e php (Apache) italiani
      Quello che ci serve se abbiamo implementato un sito in Java è un servlet engine, ovvero Tomcat (quello più diffuso). Nel nostro paese non vi sono molte possibilità riguardo hosting che offra tale servizio. Inoltre è naturalmente più costoso, aspetto da tenere in considerazione nel momento in cui stiamo selezionando la tecnologia da utilizzare. [...]

      Written by: The house of blog


      Instalar Tomcat 5.5 como módulo de Apache2 en Debian 4 Etch
      Siguiendo con la instalación del servidor Debian 4 en un Compaq Proliant DL 360 que empezamos en el anterior artículo, esta vez toca instalar un Tomcat para que acepte las conexiones desde un Apache. Para ello debemos tener instalado un Apache (ver el anterior artículo) y realizar los pasos que se describen aquí, que consiste en instalar el JDK de Java, instalar Tomcat 5.5 e instalar el módulo conector mod_jk. Instalar Java JDK 1.- Bajar JDK 6 Update 3 - Ir a http://java.sun.com/javase/downloads/index.jsp - Pinchar en JDK 6 Update 3 - Pinchar en Linux Platform > Linux self-extracting file (jdk-6u3-linux-i586.bin) Guardamos el archivo bajado en en /root/tmp/ 2.- Crear directorio para java $ mkdir /usr/java 3.- Mover JDK al directorio creado $ mv /root/tmp/*.bin /usr/java 4.- Establecer derechos de ejecución $ chmod a+x /usr/java/*.bin 5.- Ejecutarlo $ /usr/java/jdk-6u3-linux-i586.bin Aceptar licencia? yes A continuación él mismo desempaqueta e instala 6.- Añadir variables de e

      Written by: Syntax Error


      Instalar Tomcat 5.5 como módulo de Apache2 en Debian 4 Etch
      Siguiendo con la instalación del servidor Debian 4 en un Compaq Proliant DL 360 que empezamos en el anterior artículo, esta vez toca instalar un Tomcat para que acepte las conexiones desde un Apache. Para ello debemos tener instalado un Apache (ver el anterior artículo) y realizar los pasos que se describen aquí, que consiste en instalar el JDK de Java, instalar Tomcat 5.5 e instalar el módulo conector mod_jk. Instalar Java JDK 1.- Bajar JDK 6 Update 3 - Ir a http://java.sun.com/javase/downloads/index.jsp - Pinchar en JDK 6 Update 3 - Pinchar en Linux Platform > Linux self-extracting file (jdk-6u3-linux-i586.bin) Guardamos el archivo bajado en en /root/tmp/ 2.- Crear directorio para java $ mkdir /usr/java 3.- Mover JDK al directorio creado $ mv /root/tmp/*.bin /usr/java 4.- Establecer derechos de ejecución $ chmod a+x /usr/java/*.bin 5.- Ejecutarlo $ /usr/java/jdk-6u3-linux-i586.bin Aceptar licencia? yes A continuación él mismo desempaqueta e instala 6.- Añadir variables de e

      Written by: Syntax Error


      Tomcat: The Definitive Guide
      Jakarta Tomcat is not only the most commonly used open source servlet engine today, it's become the de facto standard by which other servlet engines are measured. Powerful and flexible, it can be used as a stand-alone web server or in conjunction with another server, like Apache or IIS, to run servlets or JSPs. But mastery of Tomcat is not easy: because it's as complex as it is complete. Tomcat: The Definitive Guide answers vexing questions that users, administrators, and developers alike have been asking. This concise guide provides much needed information to help harness Tomcat's power and wealth of features. Tomcat: The Definitive Guide offers something for everyone who uses Tomcat. System and network administrators will find detailed instructions on installation, configuration, and maintenance. For users, it supplies insightful information on how to deploy Tomcat. And seasoned enterprise Java developers will have a complete reference to setting up, running, and using this powerf

      Written by: Free eBooks & Magazines


      Beretta 3032 Tomcat
      Quality Pocket Pistols. The same dedication to advanced design, uncompromising quality and strict quality control that make the 92FS, Cougar and Cheetah such international standouts is found in all Beretta small caliber, pocket-size pistols. Simplicity, safety and practical use are their best qualities. Practical and Simple. The exclusive tip-up barrel allows the user to easily load a round [...]

      Written by: Firearms and ammunition


      Jar not loaded warning/error in Google Web Toolkit (GWT) deployment to tomcat
      When a Google Web Toolkit (GWT) web application is deployed to Tomcat web server, you may encounter a warning message as follows.org.apache.catalina.loader.WebappClassLoader validateJarFileINFO: validateJarFile(WEB-INFlibgwt-user.jar) - jar not loaded.See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.classNo need to worry too much about this warning message. This raises just because WebappClassLoader has loaded the servlet.jar already. The gwt-user.jar already contain the content of the servlet.jar file. Even though this message can be ignored, this warning message can be avoided just by replacing the gwt-user.jar file with gwt-servlet.jar (which comes with Google Web Toolkit (GWT) download).Following image shows the content of the gwt-user.jar, and the content of the servlet.jar is highlighted. gwt-servlet.jar has been created by removing the content of the servlet.jar from the gwt-user.jar, so this change will not have any impact on your project.

      Written by: Computerized World


      Running Tomcat as a 64-bit Windows Service
      A few days back, I had a struggle getting Tomcat up and running as a Windows service. I had no problems on my local machine, but I could not get it to run on my web host nor was I receiving any helpful error messages. The most puzzling part was Tomcat would work fine when using the startup.bat script provided, but I wanted this installed as a service so that I didn't have to remain permanently

      Written by: The Data Jelly Blog


      Adding SSL to Tomcat
      I recently had an enjoyable experience trying to figure out how to configure SSL support within Tomcat. I figured it would be pretty easy, but I bumped into some troubles along the way so it ended up taking a couple hours. The key issue is that there isn't a way to use Java's keytool to import a private key for an SSL certificate. Now that I have a handle on things and SSL is working, I figured I

      Written by: The Data Jelly Blog


      Pro Apache Tomcat 6 (Pro)
      Book Description Pro Apache Tomcat 6 is ideal for Tomcat administrators and others who want to configure Tomcat. It covers only Tomcat 6 and doesn''t get bogged down trying to overexplain tasks from each older version of the server. The book examines the entire installation, including file system, database, and web server, and provides you with security and performance tips. Author Matthew

      Written by: I-BIBLIOPHILE LIBRARY


eXTReMe Tracker