Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
23 views

Any known performance issue and workout for Jboss

Currently I'm using Jboss behind Apache HTTP Server. I wanted to know if there are any security/performance concerns that I may need to face if I remove Apache HTTPd. I also wanted to remove the ...
0
votes
0answers
34 views

Blazeds with Jboss Clustering ( Mod_JK with SSL )

We are running our flex application in jboss clustering environment with the help of Apache mod_jk(Apache Web server as front end with mod_ssl enabled). We are using the SecureAMFChannel as we deploy ...
0
votes
0answers
43 views

JBOSS EAP 5.1.1 error after installation

After installing JBOSS EAP 5.1.1 on my Linux Server, I am getting following error when I run JBOSS with command run.sh JBoss Bootstrap Environment JBOSS_HOME: /usr/lib/jboss-eap-5.1/jboss-as JAVA: ...
0
votes
1answer
85 views

How to configure JBoss AS 7 to log to syslog?

How do i configure jboss to log to syslog?
0
votes
1answer
36 views

Reverse Proxy and Java Application Server Security

Is it possible to have the reverse proxy (Apache HTTP 2.2) handle authentication (HTTP Basic) and then still use the container managed security of the Java application server (GlassFish 3.1 or JBoss ...
0
votes
1answer
37 views

Running JBoss 6 with Runit / daemontools or other process supervision framework

I'm tying to use runit to daemonize JBoss. I use the /opt/jboss-6.1.0.Final/bin/run.sh script to start the server. When I do so from the comandline, JBoss does not detach (which is what we want), ...
0
votes
0answers
19 views

Streaming Media Content from Lighttpd and static Content from JBoss

I have my web application based on JSF running on JBOSS server on Linux OS.. My web application demands significant media content on the website.. As such I am hoping to use lighttpd to server media ...
0
votes
0answers
127 views

Setting up AJP with JBoss 7

I have two different versions of JBoss on a server, JBoss 6.0 Final and JBoss 7.0.2. I can one run or the other by switching a couple of sym links and issuing a "service jboss start" command. I am, by ...
0
votes
1answer
35 views

JBossAS 6 & Riftsaw: “No context found for request” when loading WSDL

I'm evaluating the use of Riftsaw and have been following the Getting Started guide: http://docs.jboss.org/riftsaw/releases/2.3.0.Final/gettingstartedguide/html/examples.html#d0e240 I've installed ...
0
votes
0answers
24 views

Getting email on exception in any web application (Jboss)

We are using Jboss 6 Final as our application server. We have a requirement that on any exception on production server the application should send emails to mentioned email address . I have tried ...
0
votes
1answer
21 views

How do I investigate new transaction behaviour between Mysql 5 and JBoss 4.02 inside OpenVZ?

I have moved a production server over to OpenVZ, something that I've done many times before, only this time it has impacted the transaction behaviour of certain operations. All my tables are innoDB. ...
0
votes
0answers
59 views

JBoss Tomcat Status “Error count” meaning

I can't find anywhere what does the "Error count" metric mean in the "Tomcat Status" console in a JBoss 5.1. I'm getting a high lecture there, so I'm a bit worried. The only reference is "Number of ...
1
vote
2answers
73 views

JBoss basic access

I have JBoss 5 deployed on Solaris 10 - the servers connection has unrestricted high ports (>1023) open to the internet. I can access the box via ssh & FTP from a second server on the same subnet ...
1
vote
2answers
48 views

apache and jboss load balancing setup

In a normal load balancing setup with apache(mod_jk) and jboss what part of the total processing is done by apache and what part of it is done by jboss. If apache only balances the load then, in ...
1
vote
0answers
69 views

How to use twiddle to get all the attributes name=HttpRequest1,type=RequestProcessor,worker=http-<ip>-8080

How to use twiddle utility in JBoss to get all the attributes of any Request Processor for ex: name=HttpRequest1,type=RequestProcessor,worker=http-ip>-8080 where ip is the ipaddress of the ...
1
vote
1answer
93 views

Using apache Mod_proxy_loadbalancer with JBoss

We are using Apache mod_proxy_loadbalancer with 4 backend JBoss, here are the configuration in backend server: <Proxy balancer://www> Allow from all ...
2
votes
0answers
502 views

JBoss AS 4.0.x attacked

I have an application running on JBoss Applicatoin server (version 4.0.2) and its binded to a public address. Recently I found out some weird files and folders in one of my application folder. The ...
0
votes
1answer
89 views

how can I monitor Jboss threads to see the response times and waiting times in real time

We are facing a problem of slowness in performance when the requests are being served from JBoss. We had a web server routing requests to application server and we could see the problem with JBoss's ...
1
vote
1answer
98 views

What to do: Arjuna RecoveryManager startup failing: SocketProcessId.getpid could not get unique port

When starting up a fresh instance of JBoss 6.1, I get the following error from Arjuna Recovery Manager, which I believe is part of the jboss-ts transaction service package. This error blocks the web ...
1
vote
1answer
35 views

How do I set the jmx to listen in a specific IP

I am trying to configure jboss to allow monitoring with a jmx tool (I am looking at a few so no need to give). Looking at the properties in java jmx docs it does not seem to have a property to set ...
0
votes
0answers
28 views

Are there any equivalent of ProxyPassReverse/ProxyPass for Jboss

Are there any equivalent of Apache ProxyPassReverse/ProxyPass for JBOSS?
0
votes
0answers
93 views

vfs-nested.tmp on JBoss 5.1.0 in production

I am having a problem in JBoss 5.1.0 with the vfs-nested.tmp folder filling up with copies of the same jar files. I know that other people have had this problem before, but I am unsure as to what my ...
0
votes
1answer
64 views

log the Jboss connection pool count

I have a jboss-4.2.3.GA installation where I suspect the thread pool may be incrising over time due to threads not being properly released. I am not getting any messages when maxthreads is reached, ...
0
votes
3answers
349 views

Access to Service from Remote and Local JBoss 7

I have two different servers (i.e. a tomcat on port 8082 and a jboss on port 9080) on a Suse Linux machine. The first one has been installed some time ago and the second one I just installed recently. ...
1
vote
1answer
221 views

How do you set up the crossdomain.xml for site whose URL is the machine name?

I'm working on a Silverlight app hosted on IIS 6 (Windows Server 2003), which talks to a web service on a JBoss app server (JBoss 4.2.2 also on Windows Server 2003). The Silverlight app is only used ...
0
votes
0answers
29 views

WSDL documentation in JBoss

I wrote a web-service in a documentation-first approach, meaning I wrote a WSDl + XSD spec, and generated Java sources from it. The WSDL also contains documentation in form of ...
1
vote
1answer
77 views

multiple loadbalancers in modjk configuration in Apache Webserver for JBoss Instance Load-balancing

In most of the cases, we will have 1)only one worker defined of type 'lb' (Loadbalancer) 2)we will have multiple member workers (target application server instances defined) 3)We will map those target ...
0
votes
1answer
81 views

Does JBoss (or tomcat) log 503 errors to the access log

I've enabled the access log in JBoss. I see that it logs 404's, but will it log 503 errors as well? Thanks!
0
votes
1answer
53 views

How to redirect domain.com/company to domain.com?name=company?

I have a web application running in JBoss on www.domain.com:8080/webapp. I want users to be able to use the URL www.domain.com/company and have that redirected to ...
1
vote
1answer
84 views

JBoss 5.1.0 on JDK 1.6 - do I need to tweak the configuration to get it to work?

I am in the process of installing JBoss 5.1.0 on machines running JDK 1.6.0u21. In the 5.1.0 release notes there is the following paragraph in the section titled "Compatibility Issues from 5.0.0.GA": ...
0
votes
2answers
112 views

how to connect to mysql running remotely from the jboss

i am facing problem in connecting to mysql running on remote machine from the jboss, Environment setup: 1. Linux machines (Jboss) node1:192.168.1.12 (mysql) node2:172.18.0.1 i have ...
1
vote
0answers
139 views

JBoss twiddle errors

First attempt to use JBoss's twiddle command line tool. Both these commands: /local/apps/jboss-as/bin $ ./twiddle.sh -H serverinfo /local/apps/jboss-as/bin $ ./twiddle.sh -H get Error to stdout: ...
-1
votes
3answers
284 views

Linux tmpfs having no effect on performance!

In order to speed up JBoss startup and use, I copied the contents of my <jboss-home> dir to a big enough tmpfs 'disk'. With this, I was expecting significant speedup. However, to my surprise, ...
1
vote
2answers
614 views

Load Balancing JBoss App Server with Apache using mod_jk

I am trying to set up a JBoss Cluster with Apache Load Balancing. But when I type localhost in my browser it should get redirected (proxied?) to port 8080 (JBoss) but it is not getting redirected. ...
4
votes
1answer
155 views

What are the advantages/disadvantages of using cgroups?

I administer several Linux-based servers and we are looking at migrating several JBoss apps as well as a couple of websites running on Apache from a RHEL 5.5 (64-bit) server with 4 cores to a RHEL 6 ...
0
votes
0answers
192 views

Apache and JBoss ESB with slow response time

I'm having some sort of configurtion issue bettwen my apache and a web-service in a JBoss ESB. I have a apache with ssl, this apache redirects using ajp 1.3 to a JBoss ESB that provide the ...
0
votes
0answers
150 views

Disable EJB Timer Services in JBOSS

I am using JBOSS5.0GA as application server. For our application we are using EJB3.0 and JPA2.0 as persistence layer for communicating with database. I want to disable Timer Services of EJB which ...
0
votes
0answers
126 views

How to configure jBoss to accept incoming JMS requests and send outgoing JMS responses through another machine? (such as a Firewall,NAT,etc)

I have 3 machines with the following IP addresses : - Machine 1 (windows) : - 10.10.10.20 Machine 2 (linux) :- 10.10.10.21 Machine 3 (windows) : - 10.10.10.22 I am working on an application ...
0
votes
0answers
78 views

JBoss 5.1.0.GA as a service shutdown while being launched at startup

Configuration is - JBoss 5.1.0 - Linux SuSE 10.2 Goal: running JBoss as a service at startup JBoss distribution provides a template script to run JBoss as a service on Linux (jboss_init_suse.sh), ...
0
votes
0answers
72 views

Trouble Installing Jtrac On Jboss

I am trying to install Jtrac 2.1.0 on Jboss 5.1. It appears that Jtrac was compiled with Java 5, so it makes sense to me that it would work with the 5.1 version of Jboss. However, when I deploy the ...
0
votes
2answers
276 views

How to use iptables to forward requests to a jBoss server running on a different machine?

I have 3 machines with the following IP addresses : - Machine 1 : - 10.10.10.20 Machine 2 :- 10.10.10.21 Machine 3 : - 10.10.10.22 The jBoss server is started on Machine 1 and Machine 3 is client. ...
1
vote
1answer
118 views

JBoss 5.1.0 GA with Apache Load Balancer

I've followed the tutorial here: http://community.jboss.org/wiki/UsingModjk12WithJBoss All my files as configured as it says there but then I try to access http://localhost/jmx-console I get Proxy ...
0
votes
1answer
102 views

Cannot access firewalled jboss server from Internet Explorer

I've produced a website for a client One Single Menu using JBoss and hosted it on Rackspace Cloud Servers running Ubuntu's Maverick Meerkat. Following advice, I esablished some iptables rule to ...
0
votes
1answer
117 views

JBoss 4.2 Autodiscovery Failure (NoClassDefFoundError)

I am experimenting with Hyperic for the first time. I have a basic server & agent setup and working on a Redhat Linux box. But when the autodiscoverer is running for JBoss 4.2 I get the exceptions ...
0
votes
0answers
48 views

Please help me to find out some good application session analyzer

Jboss application server is running in my live application and am facing some issue with user sessions. There could be some tools that can help me find all the sessions present on the server. ...
1
vote
2answers
448 views

JBOSS Vulnerability [PCI Scan]

This morning i received from the auditors a scanner result for our jboss server and we need to solve three important issues, but honestly i was googling for a while and nothing found. if any one know ...
0
votes
1answer
71 views

Installing jems-installer on headless server, error

I'm trying to install JBoss on one of our virtual servers. I downloaded the jems-installer to install JBoss, but it's expecting to run in a GUI. This is the error I get. [root@S3WEB tmp]# java -jar ...
0
votes
1answer
111 views

Configure separate port for Jboss Admin Console

We want to configure our jboss server behind a firewall. We want to allow access only to our web application. Is there any way to configure separate port for jboss admin-console, jmx-console?
2
votes
1answer
79 views

Deploying XML resources to JBoss using Twiddle

We are moving to JBoss 5.1.0 with autodeployment disabled. Therefore, we need to use twiddle to do our deployments. The only place I have got stuck is deploying .xml files. These files are ...
2
votes
1answer
391 views

How does Apache mod_proxy_ajp work when Jboss runs as a cluster with AJP on 2 different ports?

I am trying to get an Apache webserver to load balance to a JBoss cluster, but unfortunately, I dont understand how mod_proxy_ajp works through the load balanced scenerio, since each of the 2 ...

1 2 3 4