RE: [JBoss-user] Creating jboss user in linux

2002-06-05 Thread JD Brennan
Title: RE: [JBoss-user] Creating jboss user in linux Any output to the screen before it exits? Anything in the server/default/log/server.log file? Is the jboss tree owned (or at least writable) by the jboss user account? JD -Original Message- From: [EMAIL PROTECTED] [mailto

Re: [JBoss-user] Creating jboss user in linux

2002-06-05 Thread Dan Christopherson
Make sure that the jboss user can write to the log directory and the server.log file. Also, If you're using port 80/443 for the web container, it would have to run as root. The best thing to do in that case is to use apache to accept the connect (and do ssl) and use the ProxyPass module to for

Re: [JBoss-user] Creating jboss user in linux

2002-06-05 Thread Jules Gosnell
Have you reconfigured the web container to listen on port 80 ? Jules How about posting the log, so we can have a look at it [EMAIL PROTECTED] wrote: > Could someone explain how to create appropriate user on linux under which > jboss could run? > When I try to run jboss under user jboss it

[JBoss-user] Creating jboss user in linux

2002-06-05 Thread Miroslav . Chowaniok
Could someone explain how to create appropriate user on linux under which jboss could run? When I try to run jboss under user jboss it starts up and then quits, when I execute jboss under root user it starts up correctly. Thanks. ___