Tomcat

  • submit to reddit

Launching and Debugging Tomcat in Eclipse

I believe that starting Tomcat as "normal" Java application provides the best debugging experience

6 replies - 1579 views - 02/08/12 by Andreas Haufler in Articles

Hippo CMS in the Cloud, a step-by-step tutorial

Hippo CMS is a Java open source web content management system that enables a true, open and context-aware content strategy. It is targeted at medium to large organisations managing content for multi-channel distribution like, web sites and intranets. As...

0 replies - 1208 views - 02/02/12 by Judah Johns in Articles

Tomcat and MongoDB

When I started with MongoDB I wanted to use it with everybody's old favourite application server, Tomcat. There is no point reinventing the wheel so I hunted for usage examples.  I struggled to find any best practice implementation, so I decided to hack...

2 replies - 3465 views - 01/03/12 by Jan Paul Ettles in Articles

Conconcting a Versatile Application Server for the Cloud

In a large glass bowl combine one part application server, one part Java Web services server and one part ESB, mix well, bake for 45 minutes at 350 degrees and voila, you've got yourself a scalable, elastic, multi-tenant application server.  Does it run on...

0 replies - 1758 views - 11/19/11 by David Pell in Articles

I've had enough of running Scala in a terminal, let's try with a web application

I was checking out Scala as a new programming language to learn, and after remaining positively impressed I wanted to do more than making fake tests pass. Being a web developer by nature, I started trying to solve the first fundamental problem: write a web...

6 replies - 4446 views - 10/27/11 by Giorgio Sironi in Articles

Next release of ColdFusion has websockets, closures, enhanced security, REST and more

At Adobe MAX the ColdFusion team showed off some of the planned features in the next release code-named "Zeus". Highlights include:

0 replies - 3459 views - 10/25/11 by Sam Farmer in Articles

How-To install Tomcat 7 and Solr on Centos 5.5

In this how-to we are presenting the steps you have to follow in order to install Tomcat 7 and Solr on a Centos 5.5 machine.  This tutorial was originally posted on TechSpry.com and the author is Gerasimos Athanasopoulos.

2 replies - 4023 views - 10/24/11 by Mitchell Pronsc... in Articles

Excelsior ships new version of its Ahead-Of-Time Java compiler ahead of time

Originally scheduled for October, Excelsior JET 7.6 is an interim release delivering improvements in application performance, scalability, and stability, and adding support for the latest versions of Java SE 6, Eclipse RCP, and Apache Tomcat.Learn what's new...

0 replies - 711 views - 09/20/11 by Dmitry Leskov in Announcements

SSL your Tomcat 7

One thing I’m doing very often and always searching on the Internet is how to obtain a self-signed SSL certificate and install it in both my client browsers and my local Tomcat. Sure enough there are enough resources available online, but since it’s a...

10 replies - 7720 views - 07/03/11 by Nicolas Frankel in Articles

Solr, Tomcat and HTTP/1.1 505 HTTP Version Not Supported

During today’s hacking aboot I came across the above error from our Solr query library. The error indicates that some part of Tomcat was unable to parse the “GET / HTTP/1.1″ string – where it is unable to determine the “HTTP/1.1″ part. A...

0 replies - 4842 views - 06/15/11 by Mats Lindh in News

Execute Selenium tests as unit test in Eclipse IDE

One more time I'm here talking about Selenium

0 replies - 2336 views - 05/07/11 by Valdemar Júnior in Articles

Functional Tests with Selenium 2.0 and cargo-maven-plugin

The Selenium and Webdriver projects are merged to create a powerful, open source framework for functional tests based in Javascript for testing web applications and sites.

10 replies - 7887 views - 03/07/11 by Valdemar Júnior in Articles

Thinking In Reverse - Not Taking Orders From Your Boss in Realtime

Today I was talking to my crazy, crazy-smart and great friend Mike Marshall, the creator of Massh about how difficult it is for some people to adapt to new things. We were also talking about Realtime Webapps, wondering how many wasteful pull-style apps we...

4 replies - 5938 views - 02/21/11 by Felipe Oliveira in Articles

Daily Dose - Tomcat 7 Servlet Container Declared Stable

Apache Tomcat has full support for Java EE 6 specs this week, including Servlet 3.0, JSP 2.2, and JSP EL.  The developers just announced that the new release of Tomcat 7.0.6 is the first stable release in the 7.x branch.  The other new features in this...

0 replies - 12897 views - 01/17/11 by Mitchell Pronsc... in Daily Dose

Understanding Tomcat Configuration

Case #1: When the Tomcat config is this:<Host name="localhost" appBase="C:/apps/apache-tomcat/null" unpackWARs="true" autoDeploy="true" xmlValidation="false"...

2 replies - 4066 views - 12/25/10 by Venkatt Guhesan in News