RE: [JBoss-user] [Advanced Documentation] - Unable to start the Jboss service over init scripts.

2005-03-10 Thread Joost Kraaijeveld
Hi Team, I'm unable to start the Jboss on init. I'm using Fedora Core 3 with JAVA 1.5. I copied the jboss_init_redhat.sh. when I Does the user jboss exist and does this user have the permissions to run JBoss? Groeten Joost --- SF email

[JBoss-user] Executing a shell command throught an EJB

2004-02-18 Thread Joost Kraaijeveld
Hi all, Is it possible to execute a shell command throught a EJB? E.g. executing a adduser command with appropriate arguments as root? If so is there an example available anywhere? TIA Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024

RE: [JBoss-user] Maybe it is me

2003-02-18 Thread Joost Kraaijeveld
If you need examples of various Hello world samples without any magic xdoclets you can look here: http://www.gogis.nl/en/tutorial/docs/index.html and browse around... Joost Kraaijeveld Gogis Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 email: [EMAIL

RE: [JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-18 Thread Joost Kraaijeveld
You can also use the scripts we described on www.gogis.nl/en/public_documentation/jboss/index.html and than go to the Linux configuration. This links als o contains a description of how we managed to put JBoss behind a firewall and add additional datasources (DB2 and PostgreSQL) to JBoss Joost

[JBoss-user] RMI over HTTP with a Java client

2002-12-03 Thread Joost Kraaijeveld
help me with getting this CMP with a Java clent working? Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 email: [EMAIL PROTECTED] web: www.askesis.nl --- This SF.net email

[JBoss-user] RMI over HTTP

2002-11-25 Thread Joost Kraaijeveld
have to do to get RMI over HTTP? TIA Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 email: [EMAIL PROTECTED] web: www.askesis.nl --- This sf.net email is sponsored

[JBoss-user] JNDI over HTTP problem

2002-11-22 Thread Joost Kraaijeveld
Hi all, When I use the code below while using the code that is commented out, everything works. If I use the code that uses JNDI over HTTP I get the exception below. I use a stock JBoss 3.0.4 / Jetty running on a remote host (Laudanum). If I use a localhost it works. Can anyone shine a light on

[JBoss-user] Using examples and docs of embedded Tomcat

2002-11-20 Thread Joost Kraaijeveld
Hi all, What do I have to do to use the examples the docs of the embedded Tomcat that comes with JBoss? Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 email: [EMAIL PROTECTED] web: www.askesis.nl

[JBoss-user] Two applications, same bean name, different behaviour

2002-11-19 Thread Joost Kraaijeveld
(the first one) is actually deployed. Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 email: [EMAIL PROTECTED] web: www.askesis.nl --- This sf.net email is sponsored

[JBoss-user] 2 ear files with the same component names deployment question

2002-08-16 Thread Joost Kraaijeveld
I have these two ear file, one.ear and two.ear (different names). They both contain: 1. A servlet with the same name but different functionality 2. An EJB with the same name but different functionality Is it possible to deploy them both by rewriting the deployment files only? Joost