[JBoss-user] [Installation, Configuration Deployment] - limit of Service Binding Management

2005-09-07 Thread BDV
For some time we're using Service Binding management. For each application we have a test, an accept and a production-environment. So that makes 3 instances of JBoss per application. That makes that we're having servers running to up to 9 jboss instances simultaniously. There seems to be no

[JBoss-user] [Management, JMX/JBoss] - Update: Error open jmx-console on 3.2.3

2004-10-26 Thread BDV
Win2000 server jboss3.2.3 fresh installation--jmx-console working fine deployment of an ear -- jmx-console giving following error http://my_server/jmx-console/index.jsp gives HTTP Status 500 - type Exception

[JBoss-user] [Installation Configuration] - exporting statistics from web-console

2004-08-10 Thread BDV
Looking for an easy way for exporting statistics from web-console. (on a daily basis for example) JBoss 3.2.3 Anyone can help??? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3844640#3844640 Reply to the post :

[JBoss-user] [Installation Configuration] - Smtp appender in Log4J multiple emailaddresses???????

2004-07-02 Thread BDV
Hi, I configured a smtpappender and it works fine!!! Now I want to add a second emailaddress, so those mails are sended to multiple emailaddresses. (Using JBoss3.2.3) Is there anybody who knows the solution? View the original post :

[JBoss-user] [Management, JMX/JBoss] - accessing single MBean

2004-04-20 Thread BDV
We've created an MBean and everything works fine. Now I want only a specific group of users to have access to this MBean. I mean visualize it in a browser. Something like the JMX-console with that difference that those users may not acces the jmx-console but only a visualisation of that

[JBoss-user] [Installation Configuration] - Re: ssl on multiple JBossinstances

2004-04-15 Thread BDV
anyone? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3830886#3830886 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830886 --- This SF.Net email is sponsored by: IBM

[JBoss-user] [Installation Configuration] - Re: ssl on multiple JBossinstances

2004-04-13 Thread BDV
sorry forgot something. In the deploydirectory I found a jbossweb-tomcat41.sar. So now you know the version of tomcat too. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3830257#3830257 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: ssl on multiple JBossinstances

2004-04-12 Thread BDV
jboss 3.2.3 i added following line to the XSLT-config part: xsl:variable name=portSSL select=$port + 363/ and a bit further I added following lines to de xsl choose xsl:when test=(name() = 'port' and . = '8443') xsl:attribute name=portxsl:vakue-of select=$portSSL / /xsl:attribute /xsl:when Is

[JBoss-user] [Installation Configuration] - Re: ssl on multiple JBossinstances

2004-04-08 Thread BDV
probably noone View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829900#3829900 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3829900 --- This SF.Net email is sponsored by:

[JBoss-user] [Installation Configuration] - Re: multiple instances of jboss in the same machine

2004-04-05 Thread BDV
I also configured multiple servers like this(jboss0, jboss1,...). The only problem I still encounter is that I can't seem to get the configuration right for the SSL connector. When I start up a server (e.G. jboss0) without the binding manager, it works fine, but once I start it up using the

[JBoss-user] [Installation Configuration] - Re: running 2 jboss on the same machine

2004-03-15 Thread BDV
I'm using 3.2.3 and those multiple instances of jboss works fine. The only problem I encounter is the SSL connection. I can't seem to make a connection to the SSL port once I run the instances simultaniously. An Application without binding works fine on SSL, once binded it doesn't work

[JBoss-user] [Installation Configuration] - ssl on multiple JBossinstances

2004-03-15 Thread BDV
Hi, I've got application and SSL/TLS Connector using the SSL domain keystore is working fine on port 443. (certificate is shown, ...) Once I configure Jboss for multiple instance, using the sample-bindings.xml from the examples, the secured https connection won't work. Anybody knows what I

[JBoss-user] [EJB/JBoss] - Hotdeployable

2004-02-25 Thread BDV
Been searching this problem on this forum but haven't found any solution. Startup JBoss3.2.3 and everything goes well. First hot deployment of our ear file goes well. After changing our application we do an redeploy of our ear file and here the problem begins: 14:14:50,233 INFO [EARDeployer]