Log in to follow, share, and participate in this community.
Thread ClassLoading Issue during migration from 4.2.1-GA to AS 6.0.1.Final
ClassLoading Issue during migration from 4.2.1-GA to AS 6.0.1.FinalI'm trying to migrate my application from JBoss 4.2.1-GA to AS 6.0.1.Final. I initially had few jar conflicts and DTD compliance issues which were fixed. But right now, I'm blocked with this issue which i've no clue a...
Database persisted sessions for JBOSS 7.1Hi, I want to use database persisted session in JBOSS7.1 , but i am not getting any article on this. I have got an article in internet on this for server JBOSS4.0 which contain below steps. Ste...
Webservices in JBOSSHi, I am working on migration project and i need to migrate the code from Weblogic9 to jboss7.1.I have a WSDL file and which i need to use to create java artifacts , so i am trying to use the wsconsume task th...
Logging best practiceI've always heard and seen articles that says to turn off console logging in production for performance. Question is, if JBoss is started as a service, or through a script, and the log messages are not displayed on sc...
Thread Rewrite properties for servlet root context
Rewrite properties for servlet root contextDear all, Now, I am beginner for jboss rewrite properties. I have been created two jsp/servlet projects. Both of projects' context path is "/" and servlet mapping is /abc. ...
How do I view contents of jboss queues?Hello All, I'm a new jboss user. Our hospital is now using jboss as part of our infrastructure. This particular system is for medical records. I understand that Jboss uses "queues". M...
Jboss AS7 admin console not loadingHi, I have installed the Jboss application server 7 and configuring it for the first time. I am using it on Windows 2003 server. I have executed the sta...
Thread how do I see server configuration file name through cli?
how do I see server configuration file name through cli?Could somebody enlighten me how do I read current server configuration file through CLI? I see in /path all directories used by server but I can't find the place server configuration file name is being held. T...
How to connect to Mysql table in java?I am hosting a spring application on JBoss7.1AS standalone on my dev box and mysql on OpenShift. Using port forwarding, i am able to connect to mysql. The issue is when i am trying to connect to mysql in thr...
Is Quartz already cluster aware?Hello all, I had a quick search on the forum, so apologize if I didn't see a similar topic about it. I'm working on an application deployed on JBoss 5.1, and developers now need to move it in a cluster...
Article Can I Use Jboss EAP 6.1 in Production Environment?
Can I Use Jboss EAP 6.1 in Production Environment?I see at this link JBoss Application Server Downloads - JBoss Community it is possible to download Jboss EAP 6.1. Is it lawful to use this version in a producion environment, or there is some restriction about that? ...
Maven JBoss-as: standalone/deployments remains emptyHello Comunity: I have just installed Maven 3.1.1 and JBoss 7.1.1.Final. I can start the JBoss (using standalone.bat), and I could verify the Maven installation (using mvn -v). Everything OK so far. Then I ha...
Thread Communicate and url redirect between instances
Communicate and url redirect between instancesDear all, I am struggling with url redirection and communication between instances. Let's say, I have two jboss instances(node1 and node2) running with port 8091 and 8092 on same jboss serve...
The DataSource is UNKNOWN run stateHello, I'm new to JBoss ... I have installed jboss-5.1.0.GA and run it in default environment Before running it, I've put under JBOSS_HOME/server/default/libmysql-connector-java-5.1.10-bin.jar and I've taken f...
Thread How to login programmatically from inside the JBoss 7 server?
How to login programmatically from inside the JBoss 7 server?Hi guys, I have some code that needs to login programmatically. The code is running inside the application server in a thread that isn't managed by JBoss AS. It is neither a Web container thread, an EJ...