Re: [JBoss-user] Jboss 3.0.1 error XidFactory and EmbeddedCatalinaSX

2002-08-27 Thread Raúl Mateos
And also, the Catalina Engine works: 11:08:18,242 INFO  [EmbeddedCatalinaServiceSX] Starting 11:08:18,242 INFO  [MainDeployer] Adding deployer: org.jboss.web.catalina.EmbeddedCatalinaServiceSX@5660d6 11:08:19,038 INFO  [STDOUT] Apache Tomcat/4.0.4 11:08:19,054 INFO  [Engine] Ajp13Connector[8009]

Re: [JBoss-user] Jboss 3.0.1 error XidFactory and EmbeddedCatalinaSX

2002-08-27 Thread David Jencks
8083 != 8082 != 8080 8083 is a web server for serving classes. You will never get a viewable page from it. 8082 is where the jmxri html viewer is in the normal jboss config. 8080/jmx-console is the new servlet-based jboss jmx viewer. It requires a servlet engine to be running. david jencks On

Re: [JBoss-user] Jboss 3.0.1 error XidFactory and EmbeddedCatalinaSX

2002-08-27 Thread Werner Ramaekers
the jmx-console is at http://localhost:8080/jmx-console Werner Raúl Mateos wrote: > Thanks, but I tried to use the console, > http://localhost:8083/jmx-console and a blank page appears. No error > on the log nor in the page. Viewing source code: > > > >

Re: [JBoss-user] Jboss 3.0.1 error XidFactory and EmbeddedCatalinaSX

2002-08-27 Thread Raúl Mateos
Thanks, but I tried to use the console, http://localhost:8083/jmx-console and a blank page appears. No error on the log nor in the page. Viewing source code: The configuration on the jboss-service.xml file:     name="jboss:service=Webserver">     8083         true   Any idea? Thanks in adva

Re: [JBoss-user] Jboss 3.0.1 error XidFactory and EmbeddedCatalinaSX

2002-08-27 Thread David Jencks
On 2002.08.27 06:38:49 -0400 Raúl Mateos wrote: > Hello! > > We need to change the Deplyment Scanner from > jboss.deployment.scanner.URLDeployScanner to > jboss.deployment.scanner.URLDirectoryScanner because we need to use > several deploy directories. > > Our configuration (jboss-service.xml):

[JBoss-user] Jboss 3.0.1 error XidFactory and EmbeddedCatalinaSX

2002-08-27 Thread Raúl Mateos
Hello! We need to change the Deplyment Scanner from jboss.deployment.scanner.URLDeployScanner to jboss.deployment.scanner.URLDirectoryScanner because we need to use several deploy directories. Our configuration (jboss-service.xml): jboss.system:service=MainDeployer org.jboss.deploym