Removing sessionId generation in JBoss AS7Hi, 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...
Thread JBoss http thread block reading in SPECjEnterprise2010
JBoss http thread block reading in SPECjEnterprise2010I 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(...
Global web.xml configurationIn 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,...
JBoss 7.1.1 Session TimeoutsHi, 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...
Exception in jboss.security.SubjectInfoHi, 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...
Http Keep-alive in JBoss 7.1.1.FinalOn 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...
Thread JSP Compiler : cannot be resolved to a type
JSP Compiler : cannot be resolved to a typeSince 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...
JBOSS 5.1.0.GA JBOSS Web VulunerabilityRecently 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...
JspC for JBoss 6 M4Hi, 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...
Case insensitive URLs in AS 7Hi, 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
Thread JBoss AS 7.1.1 - File access - Make JBoss case insensitive
JBoss AS 7.1.1 - File access - Make JBoss case insensitiveJBoss 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...
Context Parameter Override - AS 7.1Hi, 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...
Status Servlet in JBoss7Hi 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 ...
Thread How to redirect requests to HTTPS & use custom error pages?
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 ...
Thread How to configure a custom errorReportValveClass in JBoss 7.1.1
How to configure a custom errorReportValveClass in JBoss 7.1.1In 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...
HttpOnly cookies in JBossWeb 2.0.1Hi, 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 ...
Thread Jboss 7.1 final and Session Cookie Path configuration
Jboss 7.1 final and Session Cookie Path configurationWe 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...
Thread Disable cookies on server side in JBoss AS 7.1
Disable cookies on server side in JBoss AS 7.1Hi 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...