TracerouteWrapperServlet 0.5.2 TracerouteWrapperServlet is a webfrontend to a commandline executable like traceroute. quick installation notes: - Install JRE 1.3.1 or Java 2 SDK 1.3.1 or higher. You can download it from http://java.sun.com/j2se/1.3.1/jre/ resp. http://java.sun.com/j2se/1.3.1/ - Install a servlet runner like Apache Tomcat. Get it from http://jakarta.apache.org/tomcat/index.html - Copy the files included in this distribution to a location of your choice. Use the same directory structure as in the zipped file unless it seems unsuitable for you. - Edit the properties file yourInstallDir/TracerouteWrapperServlet/WEB-INF/classes/inifile.properties to fit your environment. You need to give the path to the traceroute executable on your server. This executable is part of your OS, it's NOT included in this distribution. - Configure your ServletRunner to have a context for TracerouteWrapperServlet - Edit the HTML template file yourInstallDir\TracerouteWrapperServlet\index.html You need to replace the location in the
tag with the URL pointing to your installation of TracerouteWrapperServlet. license: GNU General Public License Copyright (c) 2001 by Information Kinematics TracerouteWrapperServlet comes with ABSOLUTELY NO WARRANTY. This program is free software; you can redistribute it and/ or modify it under the terms of GNU General Public License as published by the Free Software Foundation; either version 2 of the license or (at your option) any later version. This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambrigde, MA, 02139, USA. This software is not fully tested and not claimed to work properly. You take the full responsability of any hazard, wanted or unwanted result this software may produce. By executing the first bit or more of TracerouteWrapperServlet you accept this license and get liable to the full extend of what ever follows! Download: Download the software from: ftp://ente.limmat.ch/pub/software/servlets/TracerouteWrapperServlet/ Demo: See the servlet in action at: http://ente.limmat.ch:8080/traceroute/ Enjoy! Adrian Zaugg