Hi Yasir! The jboss2.1 zip has some problems with file permissions under un*x/linux. First, check that run.sh has the proper line feed format. It might be that it has DOS line feeds in it. That's a bad thing. Then check that all directories of the distribution have the x flag set. Otherwise you won't be able to cd into them. For starting the server go to dist/bin/ and issue bin/sh run.sh This should work then. If all fails, consider to use cvs to checkout the development version. If all works correctly building the server is as easy as starting it ;-). Just have a look in src/build/ ... 2.1 is a "beta", but the content (java) is much more better than the packaging :-). Ciao, Tobias > Yasir schrieb: > > Hi, im a newbie to jboss, i downloaded it and tried running it with > java -jar run.jar but didn't work. checked the lists and it said i > should use the run script. the run script gives me a permission denied > error when i do: ./run.sh > > I am the root of the machine and if i do a chmod 755 on run.sh and > then try it, it says no such file or directory. > > what am i missing here? i downloaded jboss2.1 and did an unzip on the > files. > > YSK _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user
