Thread Jboss AS 7.1.3 - Unable to access Web Context
Jboss AS 7.1.3 - Unable to access Web ContextI am in the process of doing Migration from Jboss 4.3.GA to Jboss AS 7.1.3. Below is the log snippets and the deployment descriptors. I dont find any error in the server logs. But unable to access the web applic...
Exception in JBoss with SSOHi, Below mentioned is a stack trace of the exception which i am getting while accessing a particular JSP page through a SSO(Single Sign On) enabled server. Surprisingle it works completely fine when i s...
Thread Unable to access the web portal using the context root
Unable to access the web portal using the context rootWe are in the process of migrating our applications from jboss 4.3.GA to jboss 6.0.1 EAP 7.1.3 final Attached are the jboss-web.xml and application.xml containing the context roots defined for Jboss 4.3. Thoug...
Thread ArrayELResolver's handling of primitive arrays
ArrayELResolver's handling of primitive arraysI'm trying to understand whether the implementation of javax.el.ArrayELResolver or my application's (indirect) use of it is causing me problems. I'm basing my analysis on the source available at https://source...
Thread NioEndpoint processing of channels already in list.
NioEndpoint processing of channels already in list.Hi, I have come across what I think is an issue in the NioEndpoint.Acceptor class. The NioEndpoint.Acceptor.run (line 625) method checks the condition of several methods. Depending on those all being true i...
Thread error when using WebSockets with Netty 3.2.7 & Jetty 8.1
error when using WebSockets with Netty 3.2.7 & Jetty 8.1Hi, I have encountered some issues while trying to create the server side webSockets(I know that the client side works becase when i redirect it to a tomcat server everything is good) I am recieving the following er...
multiple file uploadI am using JBoss AS 7.1.1. and the multipart implementation in HttpServletRequest is not working as I expected. Is the implementation of getParts() : Collection<Part> and getPart(name) : Part in HttpServletReque...
Deplyoing application runtime giving JSP Compilation Error only on JBOSS EAP 6, _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit
Velocity issue with JBOSS EAPHi, When I am deploying my applicaiton in JBOSS EAP I am facing following strange issue. ERROR struts.ContextLoaderPlugIn: Context initialization failed 16:51:58,741 INFO [stdout] (MSC servic...
Thread Do the server push works on Load balancer (clustered environment.)
Do the server push works on Load balancer (clustered environment.)Hi I had implemented server push on jboss 5.1.0.GA. my production server is having the load balancer. i want to know whether the server push works on the clustered environment. If not what i have to do...
Thread Async IO not working with HTTPEventServlet on Jboss 5.1
Async IO not working with HTTPEventServlet on Jboss 5.1We are trying to use HTTPEventServlet for a event push to clients Async IO not working with HTTPEventServlet on Jboss 5.1. We have added following connector tag in server.xml of jbossweb.sar <Conne...
Thread Problem: Arabic Name of a file in a Virtual Directory
Problem: Arabic Name of a file in a Virtual DirectoryHi I have created successfully a virtual directory in JBoss 4.2 and I can retrieve through a web browser any file from the virtual directory if the file name is written in English. But, if the file name is...
Thread Are bug fixes in Tomcat Code automatically picked up in Jboss Web?
Are bug fixes in Tomcat Code automatically picked up in Jboss Web?I believe I ran into a bug (using JBoss Version 7.1.1) that was possibly (according to this comment https://issues.apache.org/bugzilla/show_bug.cgi?id=53677#c1) fixed in Tomcat 7.0.x: https://issues.apache.org/...
Need a Small assistance on JBossHello All, I have 2 Identity managment Server. And using JBoss as load Blancer. And got into small Issue. Users open Identity Management through WebPage. Which Jboss load balance. However If I make ch...
Thread Jboss server instance automatic termination
Jboss server instance automatic terminationDear Team, We are facing some issues with one of the instance running in jboss-4.0.3 application server. We are running 3 instances in same application server out of which 2 instances are running fine and faci...
Thread restrictedUserAgents attribute setting in JBoss AS 7.1.1
restrictedUserAgents attribute setting in JBoss AS 7.1.1I am migrating from JBoss 5.1.0 to JBoss AS 7.1.1. I have a .NET client communicating with Java Web Services. I used to have a restrictedUserAgents attribute defined in my connector to fix the problem of .NET not impl...
JBoss 7.1 identity assertionHi. I have to implement identity assertion in web application. Basically JBoss server will have handshake with Apache server - which will authenticate against Active Directory and thanks to that wil...