Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed bad links; deleteme query/link

This seems like an old page... Should it be a DeleteMe page?

Here are some notes on getting Java and Tomcat to run on a Max with OSX (10.3.5 as at this writing).

...

Copy the Pref Pane to Macintosh HD > Library > PreferencePanes

Go to System Preferences and click the Pane for "Environment Variables"

...

2) Another way is to use the method getResourceAsStreamget{{`Resource}}AsStream() from the ServletContext Servlet`Context class. This allows you update the file without having to reload the webapp as required by the first method. Typical code snippet, without all the try catches:

...