So this might be a stupid question but...
I want to package a specific WSDL file in with an EJB project within eclipse. What would be the best way to refer to ...
Basically, I installed the JBoss plugin, then moved my JBoss install directory and changed my Windows environment variable to the new, correct path. However, Eclipse seems to still have the old ...
So I'm having a Web App project. I referenced all projects I need in this web app in the Deployment Assembly configuration (the thing they earlier used to call J2EE Module ...
We're deploying multiple ColdFusion 9 instances (one per virtual host) on a JBoss server and I'm having trouble getting the correct path back from ColdFusion's internal functions. Specifically, the context seems ...
In one of my libraries (say abc.jar), I have a class MyClass.class. As I need to understand at run-time which directory the abc.jar file is present in, the following logic has ...
I worked around that problem by creating a directory (if it doesn't automatically exist) at the servlet's start up. A "filePointer.mkdirs()" seemed to take care of that just fine. The same ...