[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to start the JBoss Server on Mac OS X.
PeterJ
do-not-reply at jboss.com
Wed Jan 23 13:58:26 EST 2008
You have to first change the permissions on run.sh to make it executable. Try this (from the bin directory):
chmod a+x *.sh
Then try running it again:
./run.sh
By the way, su is the 'switch user' command used to switch to any user. In your case, you asked to switch to the user whose name is "./run.sh" and the system asked you for the password for that user. Not what you intended. To run something as 'root', you could enter:
su
(enter the password for root)
./run.sh
or do the following:
sudo ./run/sh
(enter your password)
Of course, to use sudo you have to first configure it (Ubuntu does this automatically, not sure if OS/X does)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122764#4122764
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122764
More information about the jboss-user
mailing list