| Author |
Running tomcat on macos x with netbeans
|
Henrique Ordine
Ranch Hand
Joined: Sep 03, 2004
Posts: 127
|
|
Dear everyone, I installed tomcat 6 on my macbook and added it to my netbeans servers. When I try to start it from netbeans I get the error: check whether the /Applications/apache-tomcat/bin/catalina.sh startup script is executable does anyone know which file I should use to start tomcat on mac os?
|
J2EE Architect/Developer
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56199
|
|
|
Does the file /Applications/apache-tomcat/bin/catalina.sh exist? Is it executable?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Dee Brown
Ranch Hand
Joined: Jun 14, 2008
Posts: 94
|
|
|
I believe multiple files in the associated folder needed the setting, so I navigated to the folder and executed: chmod 755 *.sh
|
 |
 |
|
|
subject: Running tomcat on macos x with netbeans
|
|
|