Log in to follow, share, and participate in this community.
Thread drools application on the web
drools application on the webHi guys, i'm pretty new in drools, and maybe it's a dummy question for you, but, i would like to run a project of drools on the web, and i don't know how to export/import my it, and how configure my web server to be ...
acceptNonWarDirs questionsThe management interface of AbstractWebContainer contains a JMX attribute AcceptNonWarDirs that when positionned to true accept any deployable containing a /WEB-INF/web.xml resource. 1/ the migration of this MBean to...
Jboss BMP problempublic interface HelloWorldHome extends javax.ejb.EJBHome{ public void create() throws java.rmi.RemoteException, com.MyException; } --This is a BMP-- public class HelloWorldBean implements EntityBean{ ----implement...
Does JBoss support NIO connector?Hi All, I tried to config connector supported NIO, but failed. Would you like to tell me how to config connector with NIO? My configuration of server.xml as: <Connector p...
JBossWeb. Where did it all started?Hi, I am currently in the process of playing with Tomcat and JBossWeb especially in the performance area. I think you have done a great job since the results have shown that (using my real life example application) JB...
jbosssvc.exe on Windows 7Hello, I experiencing a problem of registering JBoss AS on Windows 7 machine as a service. This command runs fine: service.bat install However the service does not appear in the service list. jbosssvc.exe does not ret...
Selenium TestI am having problems selenium testing the datascroller we use on our dataTable....it is defined as such: <f:facet name="footer"> <rich:datascroller id="#{ids.dataScroller}" for="dataTable/> </f:facet&g...
HTTPOnlyHi All, Im new to Jboss and need help from you experts please. Does anyone know if Jboss support HTTPOnly cookie attribute? If so, on what versions? and how to you enable it? Hope im not asking too much Many thanks
how to run CGI scripts under JBOSSHi , I am new to JBOSS APPLICATION SERVER. Could you pls provide me some useful info to run CGI FILES UNDER JBOSS APPLICATION SERVER. I downloaded jboss-4.2.0.GA. AND ALSO JBOSSWEB. Regards Ongole
No META-INF/application.xml foundHi, I'm working with JBoss 4.0.4 GA and jdk 1.5.0_14 with Eclipse 3.3.2 Europe. I'm working for a big project developed from many companies. The main company often send us some libreries (.jar) updates. All worked fin...
DB connection problem on JBoss/LinuxHi Folks, I'm having problems in connecting to a mySql DB through JDBC on JBoss. I'm using the following code. try
{
String userName = "admin";
String password = "m9ad3e";
String url = "jdbc:mysql://hh-linux1/...
web.xml + jsp deployment problem on JbossHi people, I have an eclipse project that has 1 servlet and 1 jsp page. I'm having problem in deployment on Jboss. The servlet works fine but jsp is not accessible. The structure of my web.xml file is as follows: &...
Thread HttpOnly session cookie flag for JBoss servlets
HttpOnly session cookie flag for JBoss servletsHello. Are there any plans to support the HttpOnly cookie flag in the session cookie (JSESSIONID) of JBoss? Tomcat is on route to support this security flag. As a side note, the HttpOnly cookie flag blocks JavaScript...
Thread JSP Pages are not compiling in JBoss5.1.0GA
JSP Pages are not compiling in JBoss5.1.0GAHi Folks, We have developed an webapplication and we deployed in JBoss4.0.1sp1 application is running fine. One week back we downloaded JBoss5.1.0GA and we deployed the same application in JBoss5.1.0GA, but we are g...
Thread The body of the request is lost when you send the POST metho
The body of the request is lost when you send the POST methoHello! I have a critical issue, most likely associated with JBossWeb-2.0.1.GA (Tomcat 5.5.X). ------------------------------ My environment: OS: RHEL 5 x86 or x86-64; JVM: sun-jdk-1.6.0.16 or jrockit-R27.5.0-jdk1.6.0...
Thread Exploding Deployment contents in AbstractWarDeployer
Exploding Deployment contents in AbstractWarDeployerWhen using a vfsmemory:// archive as my deployment root, I'm finding that the full contents aren't copied into the un-jarred root used by AbstractWarDeployer. This means that any in-memory resources are missing from t...
How to create a web share in jbossHi everyone, I need to expose a folder as a web shared folder in jboss so that a user can add that folder, for example, in his "My network places" under windows xp. Is this possible with the out of the box JBoss or d...