• jboss as7 deploy multiple wars at web root each with different context_root

    I'm working on setting up a server where there will be multiple wars deployed at the root level like so (paths aren't acutal):   /vars/www/app1.war - http://www.mysite.com/app1 /vars/www/app2.war - http://www.m...
    Profile Photo
    created by rshake
  • Removing sessionId generation in JBoss AS7

    Hi,   I have multi layered architecture (web <--> application service <--> data service) with multiple servers and the user sessionId is generated from a different server (data service). So I want to...
    Profile Photo
    last modified by cjayaprakash
  • JBoss http thread block reading in SPECjEnterprise2010

    I got a problem when benching SPECjEnterprise2010. The http threads in the thread pool all waiting for http input. tack trace: java.net.SocketInputStream.socketRead0(Native Method) java.net.SocketInputStream.read(...
    Profile Photo
    last modified by hypheng
  • Global web.xml configuration

    In JBoss 4.2.3 we could configure items in   [jboss_server]/deploy/jboss-web.deployer/conf/web.xml   which would be adopted by all applications deployed.  We've used this to configure context params,...
    Profile Photo
    last modified by lambeths
  • JBoss 7.1.1 Session Timeouts

    Hi,     We are trying to configure the session timeouts of our JSF application. I have added the following to the web.xml of my project {code:xml}   <session-config>     <se...
    Profile Photo
    created by gboro54
  • Exception in jboss.security.SubjectInfo

    Hi,   In my application I added jboss-security-spi.jar file. while executing the script, I got an exception as Exception in thread "main" java.lang.NoSuchMethodError: org.jboss.security.SubjectInfo.getAuthent...
    Profile Photo
    last modified by soma3080
  • Http Keep-alive in JBoss 7.1.1.Final

    On this page http://docs.jboss.org/jbossweb/7.0.x/config/ssl.html it says   The Connector also supports HTTP/1.0 keep-alive.   But how can I set it up?     I tried to do this: https://issues.j...
    Profile Photo
    last modified by lukascz
  • JSP Compiler : cannot be resolved to a type

    Since upgrading form Jboss 4.2.3 to 5.1 I am no longer able to access the JSP pages   In the header.jsp included via prelude in web.xml I am inluding the menu jsp fragment:   <%@page contentType="text/ht...
    Profile Photo
    last modified by ejb3workshop
  • How to Add the 'HttpOnly' attribute to all session cookies in web applications running in jboss-4.0.3SP1

    Dear Team,   We recently undergone one security audit and it was mentioned as ' Missing HttpOnly Attribute in Session Cookie' and mentioned as 'Add the 'HttpOnly' attribute to all session cookies' We are runnii...
    Profile Photo
    last modified by srinu_ammina
  • JBOSS 5.1.0.GA JBOSS Web Vulunerability

    Recently we did a security scan and found the following vulunerability:-   The remote Apache Tomcat service is vulnerable to information disclosure or a denial of service attack due to a mishandling of  inv...
    Profile Photo
    last modified by edlam_2000
  • JspC for JBoss 6 M4

    Hi,    Just want to ask if there is a replacement class for org.apache.jasper.JspC in JBoss 6 M4.   For JBoss 5 it is included in the jbossweb.jar, but for JBoss6 it seems it does not exist in an...
    Profile Photo
    last modified by roqs
  • Case insensitive URLs in AS 7

    Hi,   If I would want to enable case insensitive urls in AS 7 from the ROOT, how can I do that?   Read about allowLinking parameter. How can I configure it?   Thanks
    Profile Photo
    last modified by dprakash
  • JBoss AS 7.1.1 - File access - Make JBoss case insensitive

    JBoss AS7.1.1, Windows 7 - I have WEB.pdf in my JBoss and in JSP an anchor tag refers that pdf as 'web.pdf'.   When I click the link, the pdf not getting displayed, due to case difference. If I change the anchor...
    Profile Photo
    last modified by syau
  • Context Parameter Override - AS 7.1

    Hi,   I've got a web application that gets deployed many times (once per customer).  The only difference between each deployment are things like JDBC datasource names, etc, which I store in a properties fil...
    Profile Photo
    last modified by avedal
  • Status Servlet in JBoss7

    Hi all,   In JBoss5 we had a Status Servlet bu which we could see the status of the JBoss task. Detailed information in this link:   https://community.jboss.org/wiki/MonitoringTomcatEmbeddedInJboss  ...
    Profile Photo
    last modified by rakeshsagar
  • How to redirect requests to HTTPS & use custom error pages?

    Hi. I am using GlassFish 3 and thinking about migrating to JBoss AS 7.1.1 Final. Currently I have the following problems when setting up JBoss:   1. How to redirect HTTP requests to HTTPS? I have read the JBoss ...
    Profile Photo
    last modified by alxtsg
  • How to configure a custom errorReportValveClass in JBoss 7.1.1

    In previous JBoss versions one can configure a custom errorReportValveClass in server.xml at the host element level (<Host name="localhost" errorReportValveClass="com.amdm.catalina.valves.ErrorReportValve">). I...
    Profile Photo
    last modified by vmath
  • HttpOnly cookies in JBossWeb 2.0.1

    Hi,   according to https://community.jboss.org/wiki/VersionOfTomcatInJBossAS, JBoss 4.2.3 ships with JBossWeb 2.0.1 which implements the Servlet 2.4 specification. However, the HttpOnly attribute for cookies is ...
    Profile Photo
    last modified by sbaum
  • Jboss 7.1 final and Session Cookie Path configuration

    We have come across an issue using Jboss 7 where we cannot get the reverse proxy set up to work using Apache in front and Jboss in the back to process the requests. Basically, the server is resetting the session every...
    Profile Photo
    last modified by lakeo
  • Disable cookies on server side in JBoss AS 7.1

    Hi   We have the problem, that we want to disable cookies on the server side in the JBoss configuration. In JBoss 5 we were abel to do this by changing the context.xml of the tomcat configuration:   <?x...
    Profile Photo
    last modified by chrkoelle