wtp « Tomcat « JSP-Servlet Q&A





1. How to tell Eclipse 3.4 WTP to not restart tomcat on JSP save?    stackoverflow.com

Whenever I save a JSP file in my WTP project, Eclipse restarts its Tomcat instance. This is sorta driving me nuts. I don't want to disable auto reload completely, ...

2. Servlet files context in Eclipce WDT    stackoverflow.com

My task is to build a network sniffer that translates the captured IPs to their GeoLocations. I used the MaxMind GeoIP API and their database (GeoIP.dat) to do so and it work ...

3. java.lang.NoSuchFieldError exeption while the field is defined    stackoverflow.com

I'm working on a web application for Apache Tomcat. I'm using a class called Location in which i defined a field called ipAddresses. Here it is:

package com.maxmind.geoip;
import java.util.HashSet;
import ...