[Management, JMX/JBoss] - jboss.tomcat.connectors.started JMX Notification Gone?
by jbrow
Sorry for the repeat posting. The first one's title got screwed up when I place double-quotes around "jboss.tomcat.connectors.started".
I've been trying to figure out why my Tomcat connector barrier doesn't work in JBoss 5.0.0. Looking through the JBoss source code, it appears that TOMCAT_CONNECTORS_STARTED is the static variable containing the message. That variable seems to only be referenced in org.jboss.web.tomcat.service.deployers.TomcatService.java in a comment within the method startConnectors():
| /*
| * TODO: // Notify listeners that connectors have started processing requests sendNotification(new
| * Notification(TOMCAT_CONNECTORS_STARTED, this, getNextNotificationSequenceNumber()));
| */
|
Has this JMX notification gone away? Is there another way to make MBeans dependent upon Tomcat being able to service connectors?
TIA for any help.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209680#4209680
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209680
17 years, 4 months
[Beginners Corner] - Re: Fail ti install time4u on Jboss
by outstretched
Hi...
the build.properties files i'm using is this one:
| # JBoss home directory
| jboss.home=../jboss-4.2.3.GA
|
| # JBoss configuration
| jboss.config=time4u
|
| # Database engine
| db.engine=mysql
|
| db.host=localhost
| db.name=two
| db.user=root
| db.password=123456
|
and the start of the console shows something like this:
| JBoss Bootstrap Environment
|
| JBOSS_HOME: C:\Archivos de programa\jboss-4.2.3.GA
|
| JAVA: C:\Archivos de programa\Java\jdk1.5.0_06\bin\java
|
| JAVA_OPTS: -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
|
| CLASSPATH: C:\Archivos de programa\Java\jdk1.5.0_06\lib\tools.jar;C:\Archivos de programa\jboss-4.2.3.GA\bin\run.jar
|
| ==================================================
| 11:49:42,609 INFO [Server] Starting JBoss (MX MicroKernel)...
| 11:49:42,609 INFO [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)
| 11:49:42,609 INFO [Server] Home Dir: C:\Archivos de programa\jboss-4.2.3.GA
| 11:49:42,609 INFO [Server] Home URL: file:/C:/Archivos de programa/jboss-4.2.3.GA/
| 11:49:42,609 INFO [Server] Patch URL: null
| 11:49:42,609 INFO [Server] Server Name: time4u
| 11:49:42,609 INFO [Server] Server Home Dir: C:\Archivos de programa\jboss-4.2.3.GA\server\time4u
| 11:49:42,609 INFO [Server] Server Home URL: file:/C:/Archivos de programa/jboss-4.2.3.GA/server/time4u/
| 11:49:42,609 INFO [Server] Server Log Dir: C:\Archivos de programa\jboss-4.2.3.GA\server\time4u\log
| 11:49:42,609 INFO [Server] Server Temp Dir: C:\Archivos de programa\jboss-4.2.3.GA\server\time4u\tmp
| 11:49:42,609 INFO [Server] Root Deployment Filename: jboss-service.xml
| 11:49:42,875 INFO [ServerInfo] Java version: 1.5.0_06,Sun Microsystems Inc.
| 11:49:42,875 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_06-b05,Sun Microsystems Inc.
| 11:49:42,875 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
| 11:49:43,343 INFO [Server] Core system initialized
|
i really appreciate your help
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209672#4209672
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209672
17 years, 4 months
[Clustering/JBoss] - clustering achieved ?
by jbosstcs
I have an apache web server in front of some jboss server instances ( running on different m/cs )... i have configured mod_jk to route requests to the app servers... in this respect i have some queries : -
when the server instances on the different nodes are started , they automatically detect each other... also requests are routed from one to another as in if i shutdown an instance after a request has gone to it, the request is served by another instance...
1. ) can i then claim to have achieved clustering amongst the servers ? or have i missed something... i.e. do i need to do changes in some configuration files or something like that ?
2.) is there a concept of vertical clustering in jboss like in websphere or 2 instances of jboss on the same m/c are completely independent ?
thanks
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209671#4209671
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209671
17 years, 4 months
[Beginners Corner] - Generating XML documents
by bdalgleish
I am currently evaluating JBoss/Seam. I am comfortable with the front end (user facing) portion of the system. What I cannot find out so far is how to generate XML documents that would go into our publishing chain.
Once our application constructs the database entries, I want to then produce a number of reports, each of which is generated from a DocBook-formatted file to eventually produce HTML, XHTML, XML, PDF, RTF and other documents. Other publishing chains including producing XML documents in various schemas.
While we can certainly have Java write out the requisite XML the old-fashioned way, I was hoping to be able to use the high-leverage capabilities of JSF/Seam to allow rapid development of new report formats. The other alternative I am exploring is generating raw XML from the database and XSLT to massage it into the desired format.
Does anybody have experience generating XML, more particularly DocBook, and sending it to a publishing chain? At least writing it to a file where it can be picked up and published.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209667#4209667
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209667
17 years, 4 months