How to set min thread pool?Im trying to set the min threads for http in /deploy/jbossweb.sar/server.xml <Connector protocol="HTTP/1.1" port="8080" address="${jboss.bind.address}" ...
Help with downloadI have the following code that returns me the address of a temporary object. I need to open the browser window to select the location and name of the download. I am working with JSF 2.0 and Rich Faces. I have not fo...
Thread basic question about getting console on webpage
basic question about getting console on webpageHi, This is very basic question from newbie. I installed jboss on linux server. We are 4 developers in our team and each one wants to see server messages displayed on console. Is there any way to get t...
Thread Purpose of jboss-webservice.xml only for jndi based services?
Purpose of jboss-webservice.xml only for jndi based services?Hi All, I have a web application to which I want to limit the number of concurrent requests. For this. I did the MaximumPoolSize and MaximumQueueSize configurations and have set the BlockingMode to "abort" in ...
Thread CDI cannot retrieve servlet responde using @Context annotation
CDI cannot retrieve servlet responde using @Context annotationI have a jax-rs web service returning json, and I'd like to add cors headers to it. so I Have the following class: [...] import javax.enterprise.context.RequestScoped; import javax.servlet.http.HttpServletResponse; im...
Thread how to access images from one war to another war file in Jboss 5.1
how to access images from one war to another war file in Jboss 5.1Hi Frnds, I want to put all the images, css, js ..etc files into one war called common.war. i want to use these images in another war files.Is there any solution? Please help me if you know the solut...
Logs for rejected http post requestsHi All, I have a Webservice which is deployed as a web-application in Jboss 5.1. I have to limit the number of requests that can be processed by my application. I have set the maxPoolSize to "1" in jb...
Thread Sharing session across web application .war
Sharing session across web application .warI have two wars , that need to be deployed separatly. Since single user will use both the applications at same time, so we need to have common session across applications. Is this possible in Jboss.
Thread Deploy the JBoss Native Connectors to JBoss Maven Repository
Deploy the JBoss Native Connectors to JBoss Maven RepositoryI am wondering if you guys would mind deploying all the JBoss Native Connectors to the JBoss Maven Repository? I am currently using Maven to download JBoss distributions from the repository as part of our build proces...
Increasing JBoss memoryHi all, I'm currently working on a Windows server 2008(64bit) with 32GB of ram and totally dedicated to our JBoss server. We use JBoss5.1 and JDK and my problem is that I can't set up the xms and xmx in jboss/...
Thread problem occurs in jboss when two wars are deployed
problem occurs in jboss when two wars are deployedI have two wars deployed in jboss, A.war and B.war ,there is a threadpool in A.war,it can gernerates 45 threads when A.war has been deployed,and then it will be stated.and right now ,B.war cannot be accessed through I...
Virtual hosts?I have to ask because I can't get this straight in my head In the file jboss-web.xml, the value you enter in the <virtual-host> tags is it suppose to be some sort of temporary hosts-file that's created?...
JBoss Web Application and SSOHello, i'm new in this jboss world and i'm wondering if an application developed for example with seam is able to integrate with some SSO solution ??? i have been working with Oracle products and there you can integra...