Hi,
Thanks for the fast reply :)
I have just tried the below command in terminal from within the bin directory.
host46:bin Chris$ ./run.sh
-bash: ./run.sh: Permission denied
host46:bin Chris$ su ./run.sh
Password:
su: Sorry
Then tried the below from within the server directory.
host46:server Chris$ ./start.sh
-bash: ./start.sh: Permission denied
host46:server Chris$ su ./start.sh
Password:
su: Sorry
None seam to work, I assume su ./start.sh would run the application as a superuser as the
./start.sh replies with Permission denied
Any clues?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122755#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...