directory « JBoss « Java Enterprise Q&A





1. Using JBoss Cache as directory for Apache Lucene    stackoverflow.com

Has anyone tried to store Lucene index in JBoss Cache? Are there any good implementations of Lucene Directory for it? I found sources only for this one but I ...

2. install war file at server deploy directory    stackoverflow.com

I'm want to have the war file deployed in the server deploy directory (or any directory of my choice) along with the one deployed in the repository. Also, can I control ...

3. Deploying a war outside of a deploy directory in jboss    stackoverflow.com

Hello: I am trying to deploy a war file outside of a deploy folder in jboss. I changed the context.xml with the following content:

<Context docBase="C:\Apps\foo.war" reloadable="true" privileged="true" antiResourceLocking="false" path="/"></Context>
The context file ...

4. How to get JBoss log directory    stackoverflow.com

We need to display JBoss log files from within our web application. Is it possible to achieve this without using ServerConfigLocator ? The application must be able to run also with ...

5. To clean or not to clean $JBOSS_HOME/server/web/tmp directory?    stackoverflow.com

We have script that restarts JBoss.
Should we clean following directories in this script:

$JBOSS_HOME/server/web/tmp
$JBOSS_HOME/server/web/work
$JBOSS_HOME/server/web/data
Or JBoss should clean all old files in these directories automatically? ...

6. Different lib directories of JBoss    stackoverflow.com

There is a number of different lib directories JBoss (5.1.0) uses: I can find jboss/lib, jboss/lib/endorsed, jboss/common/lib, jboss/server/default/lib and of course the jboss/server/default/deploy/myapp/WEB-INF/lib (am I missing something ?). From the above, I ...

7. Huge amount of JAR files in jboss/server/web/tmp/vfs-nested.tmp directory    stackoverflow.com

Sometimes we have huge amount of JAR files in jboss/server/web/tmp/vfs-nested.tmp directory.
For example today this directory contained over 350k jar files.
But on other hosts there are only 2 jar files ...

8. JBoss Custom lib directory    stackoverflow.com

I have this third party framework which comes with a huge set of dependent libraries, which by the way, have not yet been indexed in any Maven repository. I want to ...

9. Changing the file in tmp directory does not pick up the changes automatically in JBoss 5    stackoverflow.com

I used to change jsp, xml, xsl files in the tmp directory and Jboss 4 used to pick up these changes automatically w/o any build and restart. Refreshing the required page ...





10. When running JBoss as a windows service, the path changes to wraper executable directory folder so relative path references in the code does not work    stackoverflow.com

I am running JBoss as a windows service using Tanuki software. When running as a windows service, the path changes to a directory where wrapper.exe is present. The relative path used ...

11. Why JBoss does not allow to use multiple endorsed directories?    stackoverflow.com

The system property java.endorsed.dirs specifies one or more directories that the Java runtime environment will search for such JAR files.
Why does JBoss allow to use only one endorsed directory?
There ...

12. jboss 6 virtual directory    stackoverflow.com

I cannot find a proper way to add a directory to my app context on jboss 6. I'll use this mapping for static content. Can someone give me a hand on ...

13. Deploy directory Jboss Tools    stackoverflow.com

I have a problem with my jboss tools and the deploy directory. I migrated my application from jboss 4 to jboss 5.1. So in my eclipse, I update jboss tools to the ...

14. Setting up virtual directories in jboss    forums.oracle.com