[Beginners Corner] - Re: How to reliably count active sessions (re-post)
by mrgordonz
Hi Kees,
I wish I could upgrade the JDK. I use this JDK because it is the version that is supported by the vendor of the web application - if I use something else then the software is technically not supported.
You say...
anonymous wrote : JBoss is built on top of JMX and that shows. Good thing is that what you want to monitor is there. It's just a matter of isolating it in the barrage of mbeans and attributes.
Unfortunately I have no idea what to look for - I wouldn't know what to look for even if I got jconsole working. What I can tell you is that the information I want is viewable via the Management Console using the following click path:
Monitoring > Web Status > Full Status > under the Application List I click the link for the application > localhost/Saba
It jumps to the point on the page where it shows the info I want. Of all the attributes listed, the one I most need is "Active Sessions"; followed by "Average session alive time". The others I don't really need. The actual application is deployed as saba.ear, and in the ear file is saba.war. Does that help you to identify the object name/attribute of an MBean? If I know what those details are, perhaps someone else on this forum can help me to figure out how to use twiddle.
Cheers,
Paul
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171906#4171906
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171906
17 years, 10 months
Delivery Failure
by Postmaster
---------------------------------------------------------------------------------
The message you sent to herkesdinlesin.com/herkesdinlesin.com was rejected because the quota for the mailbox has been exceeded.
The subject of the message follows:
Subject: =?windows-1251?B?yO307vDs4Pbo/yDuIMHl6+7pIOfg8O/r4PLlINHu4uvg5OXr/PbzIA==?=
---------------------------------------------------------------------------------
17 years, 10 months
[JNDI/Naming/Network] - Re: SQL query missinterperted in JBOSS. How can I correct it
by badam571
Hi PeterJ
Here is the sql statment passed in the parameter called sqlcommand
SELECT convert(varchar(12), pdl_site.last_updt_tmsp, 101) + " " + convert(varchar(8), pdl_site.last_updt_tmsp, 108) + ":" + right("00" + datename(ms,pdl_site.last_updt_tmsp), 3) last_updt_tmsp, pdl_site.last_updt_usr, pdl_site.appl_version, pdl_site.default_archive_days, pdl_site.default_fund_type, pdl_site.email_protocol, pdl_site.general_info, pdl_site.license_key, pdl_site.id, pdl_site.password_expir_days, pdl_site.reg_instr, pdl_site.smtp_account, pdl_site.smtp_host, pdl_site.site_ip_addr, pdl_site.pd_version FROM pdl_site
this sql statment working for long time with the pervious sliverstream server as is, now we are trying to migrate to JBOSS, it is no longer working.
You can see that, there are ":", "", "00" in the parameter names. The error generated is the following:
Invalid column name ' '.
Invalid column name ':'.
Invalid column name '00'.
On the server console, the connection is open, data-source is fine, but the above execute(sqlcommand) is returning false.
Best Regards
badam571
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171891#4171891
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171891
17 years, 10 months
[Tomcat, HTTPD, Servlets & JSP] - Apache as DNS
by Metal Jboss
Hi , Itôs me again, First Iôll tell the story, I already found how to configure the mod_jk of apache to forward the request to my server application (JBOSS), I did all with the workers.properties, uriworkers.properties, etc. my workers.properties I defined a node1 like this.
worker.node1.port=8009
worker.node1.host=10.34.180.46
worker.node1.type=ajp13
worker.node1.lbfactor=1
# worker.node1.connection_pool_size=10 (1)
The host is the IP of my server, well, I enter to http://localhost/web-console, that means, I dont use the port 8080 to access JBOSS because the module mod_kj.so helps me to forward it, but I have a question, Where do I have to change or which file has to be changed in order that Apache respons with a DNS name?, for example ..... http://rocky.webpage/web-consle, and in that URL it displays me the Web Console of Jboss, thanks by the way
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171887#4171887
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171887
17 years, 10 months