Version 0.9 New features : - Restore restart button. - support of Tomcat 3.3 (see Tomcat preference Window) - Set java projects to be added in Tomcat classpath (see Tomcat preference Window) - Set Tomcat JVM parameters, classpath and bootclasspath (see Tomcat preference Window) Eclipse seems to have a bug regarding bootclasspath (http://dev.eclipse.org/bugs/show_bug.cgi?id=8576) If you want to set bootclasspath you should include rt.jar, unfortunately eclipse will remove it before launching a JVM. The workaround is to copy and rename rt.jar. Add the renamed file to Tomcat bootclasspath - Add a new type of Project : Tomcat Project - new wizard to create a Tomcat Project. (In packages view, open popup menu, select new Project, Tomcat project) - It can be used to import an existing WAR structure or creating a new one. This wizard will : - Import or create WEB-INF/src and set it as a source folder - Import or create WEB-INF/classes and set it as output folder - Import or Create WEB-INF/lib and add all jar files in this folder to project build path. - Create work folder for JSP and set is as a source folder - Add Tomcat jar files to project build path (servlet.jar and jasper) - If you allowed it on the second panel of this wizard, Tomcat server.xml file will be updated. (Server.xml is backuped twice : server.xml.backup is created first time you use the plugin, server.xml.old is updated each time plugin will write in server.xml) Known bug : Wizard progress bar can disapeared during import WARNING : Even if I add no problem importing several Struts projects you should make a backup of your WAR structure before importing it - You can add Tomcat nature to any Java project : open project properties, select Tomcat, check is Tomcat project Popup menu on Tomcat Project has a new section 'Tomcat project' ------------------------- Version 0.7 Problem Fixed : - Plugin can't registered tomcat process to eclipse debugger when workspace contains closed projects New features : - Error messages sent to Eclipse .log file - Tomcat icons in toolbar (Java and Debug perspectives) - Removal of information dialogs ("Starting Tomcat", "Stopping Tomcat") - Internationalization (English, German and French included) ------------------------- Sysdeo Eclipse Tomcat Launcher Plugin (c) Sysdeo SA - 2002 - http://www.sysdeo.com/eclipse/tomcatPlugin.html Thanks to the following people for their contribution : - Werner Keil - Jim Franklin - Michael Kilgore - Aleksandar Dimitrov