[JBoss-user] jmx-console show nothing

2003-07-16 Thread Carfield Yim
After update from 3.0.x (don't remember the minor) to 3.2.1 , I find that the jmx-console don't show anything, anyone experience this? How to solve? -- \\\|/// \\- - -// ( @ @ ) ---oOOo-(_)-oOOo Visit

RE: [JBoss-user] jmx-console/Security/Linux service

2003-01-28 Thread Keysers, Wonne
Title: RE: [JBoss-user] jmx-console/Security/Linux service Note that the following VM properties need to be set when an http proxy is required: -DproxySet=true -DproxyHost=hostname -DproxyPort=portnumber Wonne -Original Message- From: Scott M Stark To: [EMAIL PROTECTED] Sent

Re: [JBoss-user] jmx-console/Security/Linux service

2003-01-24 Thread Scott M Stark
- Original Message - From: Victor Batista To: [EMAIL PROTECTED] Sent: Thursday, January 23, 2003 3:58 AM Subject: [JBoss-user] jmx-console/Security/Linux service Hello!     I am running Jboss 3.0.4 with bundled Tomcat 4.0.6 on a Linux Box

[JBoss-user] jmx-console/Security/Linux service

2003-01-23 Thread Victor Batista
Hello!     I am running Jboss 3.0.4 with bundled Tomcat 4.0.6 on a Linux Box (RedHat 7.2). I have the service enabled, because I need to start JBoss automatically when the machine starts.     My problem is related with jmx-console. The service script, which is under /etc/r

Re: [JBoss-user] jmx-console

2002-12-19 Thread Joey Gibson
On Wed, 18 Dec 2002 15:28:53 -0600, "Callies, Peter" <[EMAIL PROTECTED]> wrote: ||| Plus you'll need the JDK, not just the JRE. Exactly. If you are on a Windows box and don't set JAVA_HOME to explicity point to your JDK directory, you'll be using java.exe from \Winnt\System32, which is a JRE vers

RE: [JBoss-user] jmx-console

2002-12-18 Thread Callies, Peter
Plus you'll need the JDK, not just the JRE. Peter Callies McKesson Information Solutions Transaction Solutions Hub -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 3:00 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] jmx-co

Re: [JBoss-user] jmx-console

2002-12-18 Thread rsequeira
[EMAIL PROTECTED] Subject: [JBoss-user] jmx-console

[JBoss-user] jmx-console

2002-12-18 Thread jK.MkIII
Hi, Read through posts and noticed that jmx-console is not in http://localhost:8082 anymore, but in http://localhost:8080/jmx-console , I am running Jboss 3.0.4. But now when tried it got error what browser showed: HTTP ERROR: 500 sun/tools/javac/Main RequestURI=/jmx-console And in serv

Re: [JBoss-user] jmx-console & remote queue creation

2002-08-25 Thread G.L. Grobe
> I suspect that the mbeans and operations > you need to do have changed between 2.4.4 and 3.0.1. Have you investigated > and resolved this? I just got my stuff working this morning w/ the html adaptor using. For anyone interested (http adaptor args) ... http://127.0.0.1:8080/jmx-console/HtmlAd

Re: [JBoss-user] jmx-console & remote queue creation

2002-08-25 Thread David Jencks
On 2002.08.25 02:46:25 -0400 G.L. Grobe wrote: > > > > If you want to dynamically create your queus during runtime > > > > then you should read the documentation about how to use the > > > > right MBean to create them. > > > Creating queues should be much simpler since you only have > > one mbean

Re: [JBoss-user] jmx-console & remote queue creation

2002-08-24 Thread G.L. Grobe
> > > If you want to dynamically create your queus during runtime > > > then you should read the documentation about how to use the > > > right MBean to create them. > Creating queues should be much simpler since you only have > one mbean to create, not 3. Basically you create the mbean, configu

Re: [JBoss-user] jmx-console & remote queue creation

2002-08-21 Thread Scott M Stark
2002 12:37 PM Subject: [JBoss-user] jmx-console & remote queue creation I've posted this a few times in the past but still looking for an answer. So how does one create queues remotely using the host:8080/jmx-console in 3.0.1 ... whereas before I used the following code on host:8082 (in 2.4.

Re: [JBoss-user] jmx-console & remote queue creation

2002-08-21 Thread David Jencks
I don't have time to extensively investigate how to create the queues, but you might find looking at the example of how to create a datasource via jmx calls useful: it's in testsuite/src/main/org/jboss/test/jmx/test/DeployConnectionManagerUnitTestCase.java as I recall. Creating queues should be

Re: [JBoss-user] jmx-console & remote queue creation

2002-08-21 Thread Gary Grobe
> What you are doing is definitely not the right > way. In 2.4.4 it was the right way because it's mentioned in the docs. So I'm looking for the equivelant in 3.0.1. > Why don't you create the queus in the jboss.jcml? I can't put them in the jboss.jcml because 1) this file is not in 3.0.1

Re: [JBoss-user] jmx-console & remote queue creation

2002-08-21 Thread Andreas Mecky
gt; Sent: Wednesday, August 21, 2002 6:37 PM Subject: [JBoss-user] jmx-console & remote queue creation I've posted this a few times in the past but still looking for an answer. So how does one create queues remotely using the host:8080/jmx-console in 3.0.1 ... whereas before I used the f

[JBoss-user] jmx-console & remote queue creation

2002-08-21 Thread Gary Grobe
I've posted this a few times in the past but still looking for an answer. So how does one create queues remotely using the host:8080/jmx-console in 3.0.1 ... whereas before I used the following code on host:8082 (in 2.4.4) to do dynamic queue creation remotely and of course now get 'Connection