• About WWW-Authenticate Response Header

    Hi all,   Is there any way I can stop JBoss from returning 'WWW-Authenticate' Response Header upon 401 Status ?   Primary motivation is to stop the browser from diaplying a browser specific dialog box for ...
    Profile Photo
    last modified by mandarbk
  • multi-level context

    With tomcat you can use a # in the war name to have a multi-level context. for instance myapp#v2.war the root context would be /myapp/v2 I'm looking how to do this in JBoss.   Thank you.
    Profile Photo
    last modified by piedmont01
  • HttpSessions not cleaned out, server grinds to a halt(?)

    Hi,   I'm sitting here with a memdump from a 7.1.1 (Win 64 Java 7) that, from what it appears, has ground to a halt. Well, it consumes so much memory (xmx2g) that the GC chews up the CPU Attached are some scree...
    Profile Photo
    last modified by nickarls
  • JBoss AS 7.1: determining current request activity (a la old /status page in 4.2.2)

    Hi,   I'm interested in knowing the current activity in terms of HTTP requests.   In particular: 1) How many requests are currently executing (ideally grouped into "waiting for request to complete" versus...
    Profile Photo
    last modified by taras.tielkes
  • Question regarding Tomcat 5.5 within Jboss 5

    I want to add the following to our jboss instance.   http://remcojansen.posterous.com/2009/11/how-to-send-tomcats-access-log-to.html#comment   I got this to work as described in Tomcat but would like to ap...
    Profile Photo
    last modified by rbreault73
  • Is this a problem while I build JBoss Web

    I checkouted the source code from JBoss Web SVN repository URL: http://anonsvn.jboss.org/repos/jbossweb/tags/JBOSSWEB_2_1_12_GA. When I builded the source by ant download ,the below error appeared.   jbossweb-d...
    Profile Photo
    last modified by zhouqikun
  • NullPointerException on a call to request.getParameter on JBoss EAP 4.3

    I'm making a simple call to get a parameter from the request. The underlying impl of Tomcat is throwing an NPE. A partial dump of the stacktrace is below.   I can't find the matchin source, but from what I can ...
    Profile Photo
    last modified by frank1russo
  • JBoss AS 7.1.1 - Symbolic Links within deployed war

    I have a symbolic link in my web application deployed on JBoss AS 71.1 on CentOS 5. I have also enabled linking in jboss-web.xml file:   <jboss-web>           ...
    Profile Photo
    last modified by arkhalil
  • Session Id no longer Alphanumeric

    HI all,   I have just integrated a Web App I had on JBOSS 6 to JBOSS 7.1.1 I have noticed that the SessionId is no longer alphanumeric it has  + and -  signs. As this application is currently acting as...
    Profile Photo
    last modified by tolafad
  • How to change Server Banner in HttpResponse header

    For some security reasons in out project the normal server  banner header Server : Apache-Coyote/1.1 Needs to be changed, I have tried adding  following in the standalone.xml system properties   ...
    Profile Photo
    last modified by sunilgiri
  • JBoss AS 7: How to modify the server banner

    I have a web app running in the following two setups: 1) JBoss running on Windows7 and 2) JBoss running with an apache httpd reverse proxy on CentOS.   I downloaded and added jbossWebService.jar to the WEB-INF/l...
    Profile Photo
    last modified by b_prajesh
  • JSESSIONID pitfalls

    I want to rename JSESSIONID within jboss as 7 container and has two possible ways: 1. Way: -Dorg.apache.catalina.SESSION_COOKIE_NAME=MYID -Dorg.apache.catalina.SESSION_PARAMETER_NAME=myid 2. Way: -Dorg.apache.catalina...
    Profile Photo
    last modified by nimo22
  • jboss 7 rename jsessionid for security issues

    I want to hide information about the using technology at the webclient for security issues.   So I want to rename JSESSIONID to anything else.   Can I rename the "JSESSIONID" within web.xml ?   For...
    Profile Photo
    last modified by nimo22
  • JBoss 4.2.3 PCI Vulnerabilities

    Qualys scan resulted in the following vulnerabilities:   1. Slow HTTP Headers Vulnerability 2. Slow HTTP POST Vulnerability   I searched the internet but nowhere found a solution to fix these issues. I ne...
    Profile Photo
    created by sreechan
  • Missing native libs for Solaris 10 in JBoss 7.1.1

    Hi all.   In my 7.1.1 box, I've seen that there are no native libraries bundled for Solaris x64.   -bash-3.2$  ls /app/jboss/modules/org/jboss/as/web/main/lib/ linux-i686     ...
    Profile Photo
    last modified by makkoca
  • Tracking of web login state in JBoss AS 7.1.1

    Hi there,   We are using javax.servlet.http.HttpServletRequest#login(java.lang.String, java.lang.String) to authenticate users in JBoss AS 7.1.1, and found that unless we prefix the login call with   {cod...
    Profile Photo
    last modified by sfcoy
  • Null is passed into doFilter() as the request parameter when the form's enctype="multipart/formdata"

    Hi!   I encountered the following problem:   I created a filter to wrap multipart requests. It's aim is to help override getParameter-like methods in order to translate parts-like parameters to "ordinary" ...
    Profile Photo
    last modified by pablo53
  • Migration From Jboss 4.2.1 to Jboss 7.1.1

    Hi,   i have a java application running on a linux server with mysql database using Jboss 4.2.1 and now my company needs to migrate to Jboss 7.1.1. here is what I have done so far: I dowloaded Jboss 7.1.1 and s...
    Profile Photo
    last modified by alisissa
  • Error with WebSocket connection

    What up folks! I'm Getting multiple errors when connecting from 2 separate tabs within the same (chrome) web browser.   14:04:52,892 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/].[c...
    Profile Photo
    last modified by wesleyhales
  • Authentication between different web server

    I have to web application running on different web server.. when a user login to the first application in first web server , after that when he click on the link of the other application he has to again login. how can...
    Profile Photo
    last modified by prince7211