• async Servlet 3.0 with JBOSS6.1.0.Final : invalid async context for servlet ...

    Hi all. I have implemented a web-app which contains an async servlet using Servlet 3.0 API and JBOSS6.1.0.Final version. Via longpolling/server-push, the client (jsp) is informed about changes on the server. Someti...
    Profile Photo
    last modified by anouqrat
  • Asynchronous HTTP Request Processing

    Hello I have to implement Asynchronous HTTP Request Processing, from this example with resteasy "http://docs.jboss.org/resteasy/docs/1.1.GA/userguide/html/Asynchronous_HTTP_Request_Processing.html".   The client...
    Profile Photo
    last modified by cyberdaddex
  • Porting a simple JSP/Servlet web app from Websphere 7.1 to JBoss AS 7.1.1

    I have a Web application that uses JSP & Servlets. This is currently running on Websphere 7.1. We are trying to port to JBoss AS 7.1.1 in standalone mode to start with and am having issues. The WAR deployed succe...
    Profile Photo
    created by pgunda
  • jboss - Ldap integration and pwd encryption

    i am new to jboss 5.1.0.GA and jboss 4.2.0.GA   i need to know how to integrate JBOSS to LDAP and password Encryption.   what are the steps to follow..the procedure...   can anyone explain in detail...?
    Profile Photo
    created by sarala_k
  • AJP connector fix for JBoss 4.3

    Hi, I encountered a problem with AJP connector under JBoss 4.3. Sometimes the ajp sessions are not closed and are still in status that is not "Ready" to process new requests. When I tested it on JBoss 5.1 everythin...
    Profile Photo
    last modified by jspeed
  • getSession returns null if jsessionid part of path params

    Greetings.   We are using JBoss AS 6.1.0, and having difficulty supporting a browser with cookies disabled.  When we call encodeRedirectURL() on the response, it correctly adds jsessionid to the query path ...
    Profile Photo
    last modified by gshannon169
  • .NET applications in JBoss AS 5 / 6

    My question is simple, is there recent progress on the development of of way to run .NET (ASP.NET, or whatever you call it) from a JBoss-AS > 5. All I could found is some early development for JBoss 3.   I gu...
    Profile Photo
    created by willemnoorduin
  • jboss 3.2.5 valve realm problem

    Hi, I'm writing my own valve to authenticate http requests, I'm getting the realm from catalina context and invoking the authenticate method(String, String). The realm used is by jboss is JBossSecurityMgrRealm (the ...
    Profile Photo
    last modified by sago
  • Digging under the servlet api - howto help

    Hello! Just new to JBoss, and loving it, especially RichFaces, which is really tops. We have a related project, and I'd like to host this app in JBoss as well, but wondering about how to implement. There is a device...
    Profile Photo
    created by parki
  • UseJBossWebLoader=false causes JSF to fail

    Setting UseJBossWebLoader to false (a recent change in 4.0.2) makes jboss-faces.war useless. I now have to copy all the JSF JARs to my WEB-INF/lib directory to work. Before this change, I only needed to copy myfaces-i...
    Profile Photo
    last modified by norman.richards
  • no ejb  link ,use jndi-name in jboss-web.xml

    hi i am trying a delpoy a application ... it shows an error no -ejb link ?? wat should i do ..i dont find Jboss-web.xml in my application .. wat is exactly the error. should i set any class path or any refrence name...
    Profile Photo
    created by parveennisha
  • DO NOT POST HERE!

    If you are asking for help, use the user forums http://www.jboss.org/index.html?module=bb&op=viewforum&f=50 If you want to discuss Tomcat integration development issues go here: http://www.jboss.org/index.htm...
    Profile Photo
    created by adrian.brock
  • How to restart Tomcat 5.5

    I having trouble figuring out how to just restart Tomcat without restarting JBoss. Don't know if this is useful, just couldn't find the button.
    Profile Photo
    last modified by garbett
  • Tomcat 5.5 Deployer using JDK 5 Annotations

    Has there been any discussion about having the Tomcat deployer use annotations in POJOs? We (and many others I am sure) currently use XDoclet to generate the deployment descriptors. It would be nice to see Tomcat go t...
    Profile Photo
    created by schulty
  • Tomcat 5.5 in JBoss

    Is there any kind of timeline of when we can expect some kind of preliminary Tomcat 5.5 support in JBoss? Assuming integration is planned will we see it in 3.2.x and 4.x or will it only be available in 4.x? Thanks, Mike
    Profile Photo
    last modified by youngm
  • Deployment of War files on Jboss

    I have a serious problem when deploying war files on JBoss. As JBoss doesnot explode the war files on deployment I am not able to read the XML file stored inside the war file, from my program. The servlet throws excep...
    Profile Photo
    last modified by grn
  • Classloader Issue

    Hi, I am facing few issues with Class loading in JBoss. Though i gone through some of the documents on the net and they talk about how we can isolate the class loading for each application, so based upon that, i trie...
    Profile Photo
    last modified by dheerajchugh
  • ROOT.war location

    Dug around on the JBossWeb (this) forum (searching for ROOT.war) but didn't find anything more detailed. What's the rational with putting ROOT.war in the jbossweb-*.sar exploded SAR? From a packaging point of view I ...
    Profile Photo
    last modified by ericmolitor
  • JBoss Integration with Apache 2.0

    Hi, Any body having any idea on JBoss integration with apache ? As i want to configure Jboss with Apache 2.0 so all content display by apache and jboss working as a application server. Any idea on this.. If you ha...
    Profile Photo
    last modified by chetu_75
  • Classloading prevents processing of TLD

    I am using different class loaders for logfile separation. Everything works fine when disabling the isolation in the ear-deployer.xml. When setting the Isolation attribut to TRUE the following error occurs: 2004-09-...
    Profile Photo
    created by tkrug0210