source: main/trunk/gli/src/org/greenstone/gatherer/Gatherer.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36229   23 months kjdon I find it annoying when switching between gs2 and 3 that the gli …
(edit) @36110   2 years kjdon need to work out servlet_path and site_name in the local (not remote) …
(edit) @36105   2 years kjdon some commits around handling servlet path - if teh gliserver url is …
(edit) @36094   2 years kjdon pass servlet_path to Configuration
(edit) @35663   2 years davidb Some tidy up to print statements, and Vendor test expanded to be …
(edit) @34544   3 years ak19 The UTF-8 locale warning when starting GLI just after a successful GS …
(edit) @34113   4 years ak19 1. tomcat.port no longer exists in build.properties after https also …
(edit) @32926   5 years ak19 Only the older Java versions we use to build nightlies seemed to trip …
(edit) @32925   5 years ak19 All methods creating and displaying WarningDialogs in Gatherer are now …
(edit) @32924   5 years ak19 What seemed like the key change in the previous commit was …
(edit) @32923   5 years ak19 Changes to reinstate SwingUtilities.invokeLater() calls added for GUI …
(edit) @32695   5 years ak19 Simplifying setNamesRecursively and its usage. And printComponentNames …
(edit) @32689   5 years ak19 If not testing, don't need GLI's GUI components to be assigned names. …
(edit) @32686   5 years ak19 For GUI testing, it's far and away easier if only GUI components had …
(edit) @32050   6 years ak19 Related to previous commit, revision 32049. Now tested successfully on …
(edit) @32049   6 years ak19 User on mailing list found it frustrating that GLI stops the GS3 …
(edit) @31884   7 years ak19 Much simpler. If proxy env vars were already set upon GLI launch, they …
(edit) @31883   7 years ak19 Previous commit was incomplete.
(edit) @31882   7 years ak19 GLI now does storing, overriding and restoring of original proxy …
(edit) @31880   7 years ak19 All the changes that were required to set up multiple proxy servers, …
(edit) @31814   7 years ak19 Combining the shutdown hooks for GS2 and GS3
(edit) @31813   7 years ak19 Adding shutdownhook for GS2 to ensure the GS2 server is stopped on …
(edit) @31718   7 years ak19 Two more instances in GLI's Gatherer.java were using Java's Process …
(edit) @31670   7 years ak19 Changing the EventListeners list in GShell over to be …
(edit) @31644   7 years ak19 Learnt about shutdown hooks in Java. Adding one to GLI (Gatherer) to …
(edit) @31636   7 years ak19 First phase of shifting gli code to use SafeProcess instead of Java …
(edit) @31583   7 years ak19 GS3ServerThread now uses SafeProcess. And moved the code in Gatherer …
(edit) @30765   8 years davidb More forgiving test for java vendor
(edit) @29711   9 years ak19 Moving from using the solr jetty server to solr using the GS3 tomcat …
(edit) @29514   9 years ak19 Now the collectdir flag passed to gli.sh works (tested with GS3). It …
(edit) @29361   10 years ak19 Fix to recent commit that made GS3ServerThread.java do a …
(edit) @29356   10 years ak19 Non-crucial commit, but I believe it may still be better to waitFor() …
(edit) @29238   10 years ak19 Correcting detection of pdfbox extension for GS3. For GS3, it's not …
(edit) @29222   10 years ak19 SOLR related. TEMPORARY changes for the GS3 workshop. Owing to the …
(edit) @26331   12 years ak19 If local GS3 with a fedora installed as a webapp in GS3's tomcat …
(edit) @26206   12 years ak19 Fixes to get Remote Greenstone 3 working with client-gli: 1. …
(edit) @24905   12 years ak19 Now that quotes are necessary around collecthome in gsdlsite.cfg if …
(edit) @24904   12 years ak19 Need quotes around collecthome in gsdlsite.cfg to handle spaces and …
(edit) @24875   12 years ak19 Fourth set of commits to do with the migration of cgi-bin into …
(edit) @24811   12 years ak19 The message that gets displayed on GLI startup if the PDFBox extension …
(edit) @24604   13 years ak19 GS3 default start and stop ports are 8383 and 8304
(edit) @24600   13 years ak19 Added gs-magick.pl script which will set the environment for …
(edit) @24388   13 years ak19 Fixed bug in starting and stopping GS3 server on Windows.
(edit) @24358   13 years ak19 Improvement to previous commit (also process first command parameter, …
(edit) @24357   13 years ak19 Now can put the %1 in file associations menu inside single or double …
(edit) @24356   13 years ak19 Dr Bainbridge improved the display of multiple commands used to launch …
(edit) @24333   13 years ak19 1. Sam had already update GLI for GS3 to issue ant start calls on …
(edit) @24296   13 years ak19 Improvement to code committed previously: If the user has a …
(edit) @24294   13 years ak19 If the user has a non-standard collecthome (collecthome is not in the …
(edit) @24288   13 years ak19 If the PDFBox extension is not installed, GLI will now display a …
(edit) @24238   13 years sjm84 Fixed a few problems with Tomcat auto-starting when GLI starts on Linux
(edit) @24232   13 years sjm84 Starting gli will now run an "ant start" to start Tomcat
(edit) @23662   13 years ak19 Renamed warning message and title for for NoEncodingSupport
(edit) @23433   13 years ak19 GLI now has a gs.FilenameEncoding metadata field which appears like …
(edit) @23143   14 years ak19 More changes to making collectdir movable: 1. When not working with a …
(edit) @23031   14 years ak19 More changes to 2. Gatherer.java to allow empty string into config.xml …
(edit) @23015   14 years ak19 Again for ticket 152 (moveable collectdir). If the default GS …
(edit) @22911   14 years ak19 gsdlsite.cfg which gets updated when collectdir is changed may not …
(edit) @22831   14 years ak19 For ticket 152 (moveable collectdir): busy cursor when changing a …
(edit) @22806   14 years ak19 Further changes to ticket 152 (movable collectdir). Need to deal with …
(edit) @22771   14 years ak19 More changes for ticket 152: making the collectdir moveable. When …
(edit) @22691   14 years ak19 Cleaner exit when the client tries to a remote greenstone server that …
(edit) @22661   14 years ak19 Next set of changes for ticket 152: moveable collectdir (so that …
(edit) @22605   14 years ak19 Ticket #152: Allowing different paths to collect dir so that GLI can …
(edit) @21965   14 years ak19 Made changes to GLI and gs2-server.bat to allow GLI to deal with …
(copy) @21001   14 years oranfry restructuring the repository
copied from gli/trunk/src/org/greenstone/gatherer/Gatherer.java
(edit) @19862   15 years ak19 Getting the preview button working again for GS3.
Note: See TracRevisionLog for help on using the revision log.