1. a3ba08c [312920] The "Serve Modules Without Publishing" option should support web fragments projects for Tomcat 7 by lisaacs · 14 years ago
  2. 1ccbdda [311079] Tomcat's "Serve Modules Without Publishing" option should support "META-INF/resources" in dependent projects for Tomcat 7 by lisaacs · 14 years ago
  3. 2d6e433 [310856] Update Tomcat to request a temporary directory that doesn't recycle. by lisaacs · 14 years ago
  4. fc6be32 [308916] Improve Tomcat version detection to use JarFile instead of URLClassloader, which is much more garbage collection friendly by lisaacs · 14 years ago
  5. 384aeb2 [306732] Update Tomcat publishing to honor customized names for binary child modules by lisaacs · 14 years ago
  6. c51e320 [306732] Update Tomcat publishing to handle dependency removal when the deploy path included a customized file name. by lisaacs · 14 years ago
  7. 4aa1eb4 [306732] For child modules of a web module in Tomcat publishing, honor the child module's deployPath URI instead of hard coding "WEB-INF/lib" as the location within the web module. Also handle child jar modules in addition to child project modules, just to be safe. by lisaacs · 14 years ago
  8. ce4afe8 [308916] Add Tomcat 7 support by lisaacs · 14 years ago
  9. c73f42a [288046] Ensure "allow-java-encodings" feature for Xerces parsers is enabled. by lisaacs · 14 years ago
  10. 2ec0650 [285722] Update "Serve Modules Without Publishing" to support multiple web content directories by lisaacs · 14 years ago
  11. 5612b92 [274861] Ping the configured Tomcat host name instead of hard coded "localhost" by lisaacs · 15 years ago
  12. 363ef91 [282362] Avoid leaving Tomcat server in "starting" state if VM fails to start in debug mode. Also bump plug-in version. by lisaacs · 15 years ago
  13. 7d50a27 [259779] Improve whitespace handing so VM argument merging does not inadvertently duplicate arguments by lisaacs · 15 years ago
  14. 024765f [149980] Problem with closed server projects by deboer · 16 years ago
  15. 0b8cce0 [242476] Fix handling of classpath attributes so "non.dependency" is not ignored. Affects Maven plug-ins. by lisaacs · 16 years ago
  16. 5bfbcee [237700] Editor fixes for null runtime by deboer · 16 years ago
  17. b990863 [Bug 230939] Add some NPE checks and trace output for "Serve modules without publishing" option by lisaacs · 16 years ago
  18. 6fd080b Forgot to update some copyrights by lisaacs · 16 years ago
  19. cb7fadb [228574] Eliminate hard coded "localhost" returned by TomcatServer.getModuleRootURL() by lisaacs · 16 years ago
  20. 8832d44 [228570] Update clean tomcat work directory job to work with new server start and stop jobs by lisaacs · 16 years ago
  21. 02396db [222620] Try to create a valid launch configuration when runtime location is relative by lisaacs · 16 years ago
  22. ca4ac24 [214175] Fix handling of java.endorsed.dirs VM runtime argument so Tomcat 6.0 has the correct value. by lisaacs · 16 years ago
  23. 5898a03 Update copyrights by lisaacs · 16 years ago
  24. e195c56 [217131] Fix NPE that can occur when publishing to Tomcat installation with "Serve modules without publishing" enabled by lisaacs · 16 years ago
  25. 10d488c [216899] Fix problem finding debug source in the root of a java utility project by lisaacs · 16 years ago
  26. 45108a2 [210025] Update Tomcat publish to use PublishHelper and temp directory local to the server by lisaacs · 16 years ago
  27. 1fdafb5 [120466] Move context fix to new publisher framework by deboer · 16 years ago
  28. 58b2065 [213195] Ensure classes that will appear in WEB-INF/classes are listed before those that will appear in WEB-INF/lib by lisaacs · 16 years ago
  29. 6ea9c1c [216183]: Import conf/context.xml for Tomcat 5.5 and 6.0 servers by lisaacs · 16 years ago
  30. 5b290b8 [214629] Increase launch timeout by deboer · 16 years ago
  31. 22357a2 [213195] Add initial support for class folders when serving modules without publishing by lisaacs · 16 years ago
  32. 9b5229d [211660] Don't always build utility jars when publishing to Tomcat installation by lisaacs · 17 years ago
  33. 8be8d24 [125002] Publish when starting server by deboer · 17 years ago
  34. c82fb0c [198743] Tomcat cleanup for new launch API by deboer · 17 years ago
  35. 3e69550 [203533] Fix NPE when custom deploy path is an absolute path by lisaacs · 17 years ago
  36. c620c9e [195599] Fix behavior when protocol handler class is specified as the connector protocol. by lisaacs · 17 years ago
  37. 9058ae6 [127884] Add IJavaRuntimeWorkingCopy by deboer · 17 years ago
  38. ee724c6 [196054] Cleanup by deboer · 17 years ago
  39. 3e6be19 [189007 ] Ensure absolute path is generated for workspace jar classpath dependencies by lisaacs · 17 years ago
  40. b221f69 [Bug 188163] Add support for classpath dependencies and fix handling of jars added via J2EE Module Dependencies by lisaacs · 17 years ago
  41. 79ef497 [180931] For completeness, compare tag names of elements. Behavior shouldn't change because odds are high that something else would not match. by lisaacs · 17 years ago
  42. 6f58573 [186295] Avoid copying server configuration files that aren't changing. Copying conf/web.xml causes Tomcat 6.0 to reload all contexts. by lisaacs · 17 years ago
  43. 319b17b [180931] When using separate context XML files and server is running, avoid overwriting the context XML file if they are equivalent. by lisaacs · 17 years ago
  44. 9a181bb [182353] Restore behavior that addressed a Tomcat 5.0.x quirk that got lost when the saving to separate context files feature was added. by lisaacs · 17 years ago
  45. 07a1fe2 [184717] Avoid assigning ports in the server instance the same id by using the correct index variable. Also a minor update to the connector naming for Tomcat 4.0.x. by lisaacs · 17 years ago
  46. 2a37fe1 [185240] Update copyrights by lisaacs · 17 years ago
  47. d32f646 [137628] Treat a context-root of "/" as an alias for "". Also check for multiple contexts with the same path. by lisaacs · 17 years ago
  48. 8b973c8 [179091] Extended profiling support for TPTP by deboer · 17 years ago
  49. a9b6a3b [124914] Include runtime jars needed by this feature and fix one missed system property name change by lisaacs · 17 years ago
  50. f3e63a1 [124914] Implement remaining portion of experimental Tomcat plug-in by saving contexts to separate XML files by lisaacs · 17 years ago
  51. 4844b09 [124914] Remove added dependency on o.e.jst.j2ee. Set standard version range for org.eclipse.emf.common. by lisaacs · 17 years ago
  52. 98773f8 [179091] Profiling fails with exception if no profilers installed by deboer · 17 years ago
  53. 04ef94c [124914] Implement main portion of experimental Tomcat plug-in to serve modules without publishing. Does not save contexts to separate XML files. The "loader" jars are also simple Java projects that can be rebuilt by specifying a classpath variable that points to an appropriate Tomcat installation, by lisaacs · 17 years ago
  54. 07fc668 [142100] Dynamic server profiler support by deboer · 17 years ago
  55. c5aaa3e [145834] Since deploy directory is configurable, add a system property that identifies the location. It will be useful in catalina.policy file. by lisaacs · 17 years ago
  56. 78d6d2f [107722] Implement user settable runtime base location for the server. Updated server editor to support modification using a new section. Moved deploy directory field to this new section. Refactored runtime base directory handling. by lisaacs · 17 years ago
  57. 70850f0 [167723] Add jst.web 2.5 to the list of supported facets. Also some minor code cleanup. by lisaacs · 17 years ago
  58. 03e136e [145834] If not in test mode, don't override installation's default webapp. Also update deploy dir editor field after browse and some other minor fixes. by lisaacs · 17 years ago
  59. 2468c41 [145834] Implement settable deploy directory that defaults to something other than "webapps". This avoids problems with default web applications. by lisaacs · 17 years ago
  60. a5b6979 [171559] Make trace constants final by deboer · 17 years ago
  61. b43f77e [161363] Dirty flags not updated correctly by deboer · 17 years ago
  62. 6d01705 [106709] Add UI commands to support cleaning server or module work directory on Tomcat server. Bumped tomcat.ui minor version due to new UI. by lisaacs · 17 years ago
  63. 428fbcf [167723] Initial Tomcat 6.0 implementation. Doesn't declare support for servlet 2.5 since it is not yet available. by lisaacs · 17 years ago
  64. 7b9da51 [106709] Delete work directory for removed projects. Includes refactoring to use ServerInstance and other code consolidation. Add missing ROOT webapp for Tomcat 3.2 runtime directory preparation. by lisaacs · 17 years ago
  65. eae408e [167708] Some updates to consolidate server.xml handling and improve its ability to find an appropriate Service, Engine, and Host for Tomcat 4.x and later. Can compute work directory locations as well. by lisaacs · 17 years ago
  66. a685c84 [102978] Include catalina.properties file in Tomcat 5.0 and Tomcat 5.5 configurations. Allows some configurability about how server/lib is handled. Also includes some refactoring to share code across multiple Tomcat versions. by lisaacs · 17 years ago
  67. 9e4aa0c [157222] Filter JMX system properties from launch configuration for stopping Tomcat. Allows JMX to be used until separate start and stop arguments are supported (bug 153680) by lisaacs · 18 years ago
  68. 619b266 [108482] Update mergeArguments to handle keeping the action, like "start" or "stop", last. Also provide for removing specified arguments from the returned string. Fix problem with debug option. by lisaacs · 18 years ago
  69. 8b1cf24 [110715] Improve verification of Tomcat installation directory. Support alternate file names to pick up packaged installs of Tomcat on Linux. Also improve error message to identify why a directory is not considered valid. by lisaacs · 18 years ago
  70. c7a1cb1 [163580] Initial 2.0 changes by deboer · 18 years ago
  71. 6280b84 [153181] Support auto-debug when breakpoints in workspace by deboer · 18 years ago
  72. 123b625 [132661] Error during clean build by deboer · 18 years ago
  73. 5d64527 [153373] Tomcat doesn't support workspace default JRE correctly by deboer · 18 years ago
  74. 9fdac30 [151993] Unlimited timeout option by deboer · 18 years ago
  75. dc05624 [151904] Classpath provider should have access to the project by deboer · 18 years ago
  76. 879f8eb [148314] Unbound classpath container doesn't update by deboer · 18 years ago
  77. 3381582 [121069] Publish synchronization and failure fixes by deboer · 18 years ago
  78. b01e2d3 [151232] Minor fixes by deboer · 18 years ago
  79. da46b61 [150090] Server timeout preference doesn't work by deboer · 18 years ago
  80. fa68b10 [145531] Add facet dependancy by deboer · 18 years ago
  81. 3a58bdd [145394] Profiling check uses == instead of equals() by deboer · 18 years ago
  82. 02a05e9 [143618] Check facets & versions by deboer · 18 years ago
  83. 0414539 [142094] Add support for environment variables by deboer · 18 years ago
  84. b7103ad [142094] Add support for environment variables by deboer · 18 years ago
  85. 5a21f19 [141851] Fix the protocol default to be HTTP by lisaacs · 18 years ago
  86. 273b185 [141590] Tools.jar not required on Tomcat 5.5 by deboer · 18 years ago
  87. 15af6ef [132310] Publish jar failure by deboer · 18 years ago
  88. e74f6b1 [140471] Start server creates zombi job by deboer · 18 years ago
  89. c87b2e3 [138119] Cleanup by deboer · 18 years ago
  90. 75bc7e7 [137110] Unused ID by deboer · 18 years ago
  91. 436c497 [136003] Applied patch from Eugene Chan to fix TPTP Profiling problem. by ryman · 18 years ago
  92. f8c94e2 [126594] Tomcat profiling extension by deboer · 18 years ago
  93. 357b288 [132941] Fix file encoding by deboer · 18 years ago
  94. 989b7c9 [129871] No error when can't import server configuration by deboer · 18 years ago
  95. 9f9b52e [131425] Incomplete source path when debugging Tomcat by deboer · 18 years ago
  96. 81b35dd [125020] Link failure when changing runtime inside server editor by deboer · 18 years ago
  97. f1661f7 [122098] Correct javadoc on module state by deboer · 18 years ago
  98. f508e65 [124189] Cache module resources during publish by deboer · 18 years ago
  99. 0cdf162 [117939] Reset runtime classpath container when runtime changes by deboer · 18 years ago
  100. b940c54 [124166] NPE in Tomcat runtime wizard by deboer · 18 years ago