This must be common knowledge by now but since no-one has mentioned it ... after you install the Developer Tools, the generic *nix distribution of Tomcat (an environment for working with Java Server Pages) works fine on MOSX.
The one you want is in this directory on the Jakarta Tomcat site, and the particular file you want is jakarta-tomcat-3.2.1.tar.gz. The 'Mac-ported' .sea & .hqx versions seem to have a classpath issue & look as if they are actually running in MRJ, not under OSX (sorry, I haven't had a really good look yet).
The version above runs exactly like on Linux - ie. started & stopped with the command-line, so you get to see errors & messages. One problem, with http on MOSX generally though, I simply can't access localhost from browsers running under Classic!
I recently got OSX and immediatly started to setup an FTP, using the built in FTP sharing in the system preferences. Everything works great, and the server is running, but the only problem is... every user has access to anything. I can't restrict access to folders (I dont know how anyways...) I would like a setup many different users who can only access their own folders, not my ENTIRE HD. Any help would be appreciated.
Apple thoughtfully gave us command-H to hide the active app, but didn't provide a shortcut for hiding other apps. Jacco R. wrote in with a way to modify the Finder to provide such a shortcut.
Warning - Make sure you have a backup before you start hacking the system files! Also, this hack only works in the Finder, not any other applications. Finally, I have not tried this myself, but Jacco included a screenshot, and stated that it definitely worked in the Finder.
If you'd like to hack your finder to provide a Hide Others keyboard shortcut, read the rest of the article...
This may be an obvious one for the power users, but still:
If you only plan to use OSX you can just do this, otherwise you may want to have a separate OS9 install for classic and one for booting into natively.
Don't install 9.1 taking the defaults. Choose a custom installation and rmove all the extras (text to speech, IE/Outlook, etc) basically only installing "Base" and the default networking. You may also want Quicktime and the standard fonts. Beyond that you don' t need the rest of OS9 to run apps under OSX, as OS X does much of the work for OS 9.
By removing all the extra I've reduced my Classic launch time from a minute and twenty seconds to twenty-two seconds.
I discovered that you can jump to file names - sort of - in the Finder. You just have to hold down the shift key to do it. Unfortunately, as far as I can tell, it doesn't recognize multiple keystrokes - so you can only jump to the first file starting with a specific letter.
If you want the transition between classic and Mac OS X to be less visible you can install a theme (appearance) in Classic. The ultimate theme must be Liquid or another one called Aqua Theme. This makes classic look like OS X Aqua style.
Themes can be found on my iDisk in the public folder, the user name is jaws.
[Editor's note: Themes can really help make Classic feel more 'correct', but Apple has come down hard on those distributing Aqua themes, so they may be hard to find. I know of one other, called Aqua III, which has also been seen around the net. According to this poster, you can find some themes on his/her iDisk. I'm not sure how long I would expect them to remain there...]
As you get more adventurous in terminal mode, you may wish to explore UNIX commands to get your work done. There's a command called "apropos" that searches all the man(ual) pages for keywords, and voila, a list of appropriate commands appear.
BUT - OS X's "apropos" doesn't work until you establish a "whatis" database. How? Simple:
1) Start a terminal session and get into su mode (root).
2) Type the follow line exactly:
/usr/libexec/makewhatis
3) Wait several seconds for the root prompt to appear, and quit the terminal session.
Now, you can start a terminal session as yourself, and the "apropos" command will work. For more information about apropos, type "man apropos".
[Editor's note: I published a related tip quite a while back, but I'm sure not everyone has dug through all the pages, so I thought this was a good chance to bring it up again. Note that the makewhatis will also run if you leave your machine on regularly; it's part of a scheduled task that runs (if I recall correctly) weekly.]
As many of you know well, PostgreSQL is a yet another open source SQL DBMS [Editor: ala mySQL, but a bit more robust, from what I've read]. Although they claimed compatibility of the database with OS X as of v7.1 and certainly it compiled, a few regression tests had always failed up until recently.
But, not any more. I grabbed the RC-4 source and it compiled just out of the box. Now, you have another choice for your database solutions.
Now, if I could only get its perl interface working...