In JBoss documentation there is possibility to declare <no-tx-datasource> which开发者_如何学C states:
I\'m running JBoss 5. I see that memory keep is increasing as time pass. The开发者_如何学C number of active threads are increasing. The following stacktrace is taken from an active thread which is on
Just in the last week I have been having issues with accessing a JBoss (v 4.2.2) web application.When I go to the home page, I get a java.lang.NullPointerException error page.After looking at the JBos
Does anyone know how to programmatically obtain the server version number under JBossAS 5.1? JBossAS 4.2 had org.jboss.Version, with getMajor() and getMinor() metho开发者_Python百科ds, but this doesn
I\'m running more instances of JBoss on one machine. This instances is created with own address binding parameter -b and runs on different configurations by -c parameter.
My web application uses a native dll for part of its functionality (the location of which is provided in PATH). Everything works until I make a change to the WAR and JBoss hot deploys this WAR. At thi
I have a three-part question related to JBoss 5 Authentication (in the Web/EJB containers): Is there a way to propogate an
I succesfully created a project using seam credentials for authentication, but right now some requirements has change (as 开发者_JAVA百科usual) and i need authenticate the user automatic. See example
What I am going to describe is a bit of legacy code. So there开发者_如何转开发 is a lot of stuff I cannot touch/change.
I have a Dynamic Web Project having a flat file (or say text file). I have created a servlet in which I need to use this file.