I have following situation of deployment: application_one.war application_two.war application_three.war When I deploy it in Jboss, I get three url contexts:
How to use External Directory to Store Images. And how i access that images thru my Web application ? I am using Jboss as an application Server.
2010-01-30 03:25:27,598 INFO[org.apache.catalina.core.ContainerBase] Closing WebApplicationContext of Spring FrameworkServlet \'expertx\'
I try to define environment entries in JBoss 5.1 and added following to the server/default/deploy/jbossweb.sar/context.xml file:
I m new to Jboss, but I have multiple web applications each using spring-hibernate and other open source libraries and portlets, so basically now each war file includes those jar files. How do I move
How does timeout in jboss works? How does a web-app knows when to re-direct to a login page? Just to clarify!
I\'m developing an application tha uses seven datasources (ds) for MySql databases. I\'m pretty satisfied with the result when it is working. However i\'m getting are datasource related problems when
I\'ve deployed jbpm-console on jboss-web successfully, but now I\'m getting the following error: **2010-01-26 20:59:21,969 嚴重的[facelets.compiler] (http-127.0.0.1-8080-1) Error Loading Library: vf
Closed connections still in the connection pool - why? servlet- public class Index extends HttpServlet {
I want access to a storage folder but its actual loca开发者_运维技巧tion can vary with environments. Could I store properties into JNDI or do something similar to a datasource in JBOSS? How would I go