If your default browser is Netscape and you open a WebObjects application with the Netscape browser already open, the browser window comes forward (or maximizes if it was minimized). The window does not become active and the meta refresh URL for the application you opened never gets posted. You have to go into the Launch Panel of Project Builder and cut and paste the URL from there to the browser's URL field.
Solution
There are two solutions depending on how the browser window is opened.
To bring up a new window every time the application runs
2. Choose Options from the View menu.
3. Click the Files Type tab.
4. Scroll to "Netscape Hypertext Document" option, select it, and click Edit.
5. In the Actions view, double-click the "Open" action.
6. In the window that opens, unselect the "Use DDE" checkbox.
7. Close all the windows.
To reuse an open browser window every time the application runs
2. Choose Options from the View menu.
3. Click the Files Type tab.
4. Scroll to "Netscape Hypertext Document" option, select it, and click Edit.
5. In the Actions view, double-click the "Open" action.
6. In the window that opens, type"NSShell" instead of "Netscape" in the Application field of the "Use DDE" group.
7. Close all the windows.