> You should be able to run this as any user, just by executing the
> startup.bat or startup.sh scripts in the bin directory. I never had to
> compile any additional components under this setup, it works straight
> out of the box for any user on either platform.
>
>   
OK

Thanks, Micha, you're right: there's something that got me confused in 
the tomcat documentation; things and not so complicated, after all.

However, my problem was in fact not in jsvc: the problem was that as I 
always connect to the server with ssh -X, the environment variable 
DISPLAY was set, and this caused an X11 error when base tried to draw 
something without being root (at least for my configuration).

The solution was just to REMOVE this environment variable before 
starting tomcat. So I added the following line to the startup script:

export -n DISPLAY

Easy, but it's better when you know the trick...

-- 
Emmanuel COURCELLE                [EMAIL PROTECTED]
L.I.P.M. (UMR CNRS-INRA 2594/441) tel (33) 5-61-28-54-50
B.P.52627 - 31326 CASTANET TOLOSAN Cedex - FRANCE
------



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
The BASE general discussion mailing list
basedb-users@lists.sourceforge.net
unsubscribe: send a mail with subject "unsubscribe" to
[EMAIL PROTECTED]

Reply via email to