Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Similar to Eclipse, Tomcat also is also packaged without an installer. For windows we download the x86 .zip and for Linux or Unix download the .tar.gz file. Following the Bonsai Framework standards, decompress to the following folder,

  • C:\apps\eclipse-servers\apache-tomcat-6.0.24
  • /home/tpham/apps/eclipse-servers/apache-tomcat-6.0.24

Launch Eclipse

...

To fix this switch to the directory where STSEclipse.app resides,

Code Block
languagebash
spctl --add --label "Eclise" STSEclipse.app

Actually, not sure if above fully worked. I tried and it did not seem to take. However, it started working after I I ended up switching to a root enabled account and disabling and enabling spctl. It may be adding below a  step to reboot,

Code Block
languagebash
sudo spctl --master-disable
sudo spctl --master-enable

Then the error message turns to,

Panel

“Eclipse.app” is an application downloaded from the Internet. Are you sure you want to open it?

Click "open". Then enabling after it seems ok,

Code Block
languagebash
sudo spctl --master-disable
sudo spctl --master-enable

I need to test on a fresh machine before saying 100%.

...