configuration « JBoss « Java Enterprise Q&A





1. JBoss 4.0.5 MDB Configuration    stackoverflow.com

This one is beating me, and I have not been able to figure it out ... So here it goes. I want to add a Message Drive Bean to my app which ...

2. Jboss configuration on Eclipse 3.4 : stopping issue    stackoverflow.com

I have a problem with my jboss configuration on eclipse ide :
I had to change the Jboss configuration in jboss-service.xml because the default port used was already in use (1099 ...

3. JBoss Configuration    stackoverflow.com

I have been tasked with setting up a server for running JBoss presumably the latest version. I was wondering if anyone had any recommendations for setting up the disk partitions ...

4. JBOSS MDB - What is the use of Configuration Property Annotation: maxMessages    stackoverflow.com

Possible Duplicate:
Configuring an MDB in JBOSS
Hi, What is the use of maxMessages property and how this will affect performance. Thanks, Rod

5. What configuration of JBoss should we used - web, standard, default?    stackoverflow.com

We develop web application and we are going to deploy it on JBoss. Now we use JSF, Facelets, Webflow, JMX, Spring. We are going to use JMS(ActiveMQ). Maybe in the future we ...

6. Custom configuration for JBoss applications?    stackoverflow.com

I've built a simple alert monitor to display the health of various applications. This is configured by XML, as each monitor instance needs to show different metrics. An example configuration may ...

7. Jboss Configuration... Slow Page loads on application    stackoverflow.com

I am deploying a custom java application to my jboss server... I am getting really really slow page loads (like 15 min) between pages. Does anyone have any Jboss tips? ...

8. Configuring different auth-methods for different "folders" in a single .war    stackoverflow.com

I would like to create a single .war that contains both a web based FORM login for a web GUI AND BASIC authentication (in this case, for a web service interface.)

 ...

9. How to create custom configuration for JBoss 5.1.0?    stackoverflow.com

I need to create my own JBoss configuration. It will be a little changed "web" configuration. Is there any documentation or tutorials - how to do it? What I need in new configuration:
1. ...





10. Configuring multiple instances of Jboss 5.1 AS in a single machine    stackoverflow.com

Developers sometimes have to work on different versions of their product and usually tend to configure / run multiple instances of JBoss application server on the same machine. In order to ...

11. Configuring mod_rewrite and mod_jk for Apache 2.2 and JBoss 4.2.3    stackoverflow.com

My problem is as follows: I have JBoss 4.2.3 application server with AJP 1.3 connector running on one host under Windows (192.168.1.2 for my test environment) and Apache 2.2.14 running on ...

12. jBoss Response Header Configuration    stackoverflow.com

Can URL-encoded response header sent by web server be stored in sessionStorage area on client side as per new feature of HTML 5 introduced in IE8??

13. Configuring JBoss and Apache for remote debugging    stackoverflow.com

I need you help to configure JBoss and Apache for remote debuging from mu IDE (Intelleji). The JBoss and Apache are installed on remote machine . Please supply me steps how can ...

14. AJP configuration in JBoss 4.2.2 is not binding to the correct port    stackoverflow.com

I am looking into a strange problem where a JBoss 4.2.2 server is not binding to the correct AJP port. We have configured it to bind to 8009, but it is ...

15. How to deploy EAR into web configuration in JBoss?    stackoverflow.com

We use "web" configuration of JBoss.
Now we deploy war files only.
But we are going to deploy ear to JBoss.
As far as I can see it is impossible to deploy ear on ...

16. What is the difference between MaxPermSize and MaxPermGen in Jboss configuration?    stackoverflow.com

There are two attributes that I figured out. I guess some of the Jboss versions support MaxPermGen and some other versions support MaxPermSize. Thats my guess only. What is the exact difference ...





17. How to access a configuration element from jboss-web.xml?    stackoverflow.com

I need to access the virtual-host element, but I don't know how to access the contents of this file programatically.

18. Customized JBoss Configuration or Deployment Folder    stackoverflow.com

I want to create a separate configuration in JBoss Application Server . Adding to this I want to add a folder which will be project folder of web application created through ...

19. very strange jboss tools configuration problem    stackoverflow.com

I have installed Jboss Tools for my Eclipse Galileo. I have enabled JSF capabilities for my project but I am still not able to navigate in my jsp pages like I can ...

20. Minimal configuration for jboss with dotcms    stackoverflow.com

I am currently developing a portal for a client, and as a part of the delivery, i have to give them minimal configuration of jboss 4.2.3GA I want to ask You, if ...

21. deploy.last in JBoss 5.1 in web configuration?    stackoverflow.com

We have ear that depends on war file.
We use web configuration.
I put war file to <jboss_home>/server/web/deploy directory.
And I put ear file to <jboss_home>/server/web/deploy/deploy.last directory.
But ear starts prior to war.
Why?

22. How to do Application specific Configuration for a Framwork    stackoverflow.com

i want to write a Java EE framework for a generic type of applications. I'm looking for a way to handle application specific config values in my framework. To give an example: A component ...

23. Java JBoss configuration    stackoverflow.com

While configuring JBoss in eclipse, i am unable to save any file in eclipse it shows "Save Failed java.lang.NullPointerException".. How to configure JBoss Server for java ?

24. How to configure a configuration file path for my web app in JBoss 5.1    stackoverflow.com

I have a web app that is running on JBoss. It needs to load some configuration files for use with some libraries I am using, how can I add a ...

25. Put authentication/login configuration inside PROJECT    stackoverflow.com

I implemented a custom login module I want to use with the JBoss AS 6. I followed some tutorial guidelines on the internet, namely http://x-techteam.blogspot.com/2007/04/jboss-custom-login-module-simple.html. They write about configuring ${JBOSS_HOME}/server/default/conf/login-config.xml ...

26. JBoss 5.1.0 minimal - problem with TransactionManager configuration    stackoverflow.com

I have a problem with minimal JBoss 5.1.0 installation. I get the following error and I don't know how to fix this. I tried to add default transaction configuration but it ...

27. Unable to locate a login configuration    stackoverflow.com

Exception in thread "main" java.lang.SecurityException: Unable to locate a login configuration at com.sun.security.auth.login.ConfigFile.(Unknown Source) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ...

28. Combining jboss configuration files    stackoverflow.com

I have 3 ESB projects and each project has its own jboss_esb.xml file. Is it possible to merger or import 3 jboss_esb.xml file into one jboss_esb.xml file and put it in ...

29. Configuring the Application in JBOSS for Production Mode    stackoverflow.com

I am using JBOSS 6 server . We would be moving our Application to Production within 2 weeks , meanwhile we would like to set the Replica of our Application as of ...

30. Configuring Virtual Hosts Apache    stackoverflow.com

I have been trying to configure my apache server to support virtual hosts, these hosts, would then redirect any request made at port 80 to different applications hosted in a Jboss ...

31. configuring two instances in Single JBoss 5.1.0    stackoverflow.com

Can anybody guide me how to implement two instances in single JBoss5.1.0. To be clear I have the war file name some core.war instance in default/deploy in JBoss, and I need ...

32. Making maxSession property configurable for a specific MDB in JBoss EAP 5.1    stackoverflow.com

How to make maxSession value for an MDB user-configurable? There is an MDB that listens for a message from a specific queue. It is defined as an annotation. @ActivationConfigProperty(propertyName = "maxSession", propertyValue = ...

33. Error while configuring Sunone 6.1 WebServer to JBoss    stackoverflow.com

i am trying to forward the request of SunOne 6.1 webserver to Jboss, for that, i modified magnus.conf,obj.conf and created workers.properties. and i have also placed nsapi_redirector.so file in SunOne WebServer's ...

34. JBossWeb RewriteRule RewriteMap configuration?    stackoverflow.com

I have followed the instructions as per: http://www.jboss.org/jbossweb/modules/rewrite.html however it loads correctly (once I fixed my typo int he rewrite.properties file). I added logging to my implementation of org.jboss.web.rewrite.RewriteMap ...

35. New JBoss generation and configuration on Eclipse    stackoverflow.com

Eclipse Version: Indigo Service Release 1 Build id: 20110916-0149 JBoss 6.1.Final I have a workspace which have several projects, and i used to have a working server which i generate and configure with support of ...

36. Switch the default configuration in JBoss AS    stackoverflow.com

I am new to JBoss Application Server. I am using version 5. I created a copy of the default dir and renamed it to say xxx and deleted all the contents ...

37. Error while configuring JBoss 6 with Netbeans 7    forums.netbeans.org

Hi, I am trying to add JBoss 6 server on netbeans 7. However, JBoss gives me the following error when I start it in netbeans : Unable to read the logging configuration from 'file:logging.properties' (java.io.FileNotFoundException: logging.properties (The system cannot find the file specified)) The server is starting up absolutely fine when I start it externally.. Any help on the issue would ...

38. cannot create a new jboss configuration in Eclipse    java-forums.org

Hi, I am trying to create a very simple EJB project which requires me to create a new jboss configuration in Eclipse. I keep getting the error message "An error has occurred. See error log for more details". Same for all versions of JBoss. I couldn't find what causes the error. Any help would be much appreciated. My installation is: JDK ...

39. configuring jboss application server with eclipse    java-forums.org

Hello Saniya, Got to Run->External Tools->Open External Dialog in Eclipse. Click on Program and click "New Launch Configuration" button above that panel. In the right side give the name as JBoss and fill the location text by using button "Browse File System...". Click on Apply and Run. Your jboss will run for you.. :) Next time to run Jboss you can ...

40. jboss in eclise configuration problem ?    forums.oracle.com

iam unable to configure jboss in eclipse IDE. please tell me the process how to do that... iam not getting server option when i go like File -> New -> Other -> Server -> in eclipse... Edited by: avula on Jun 18, 2008 4:28 PM Edited by: avula on Jun 18, 2008 4:29 PM

41. Creating SSL certificate and configuring it with JBOSS 4.0.1    forums.oracle.com

I have to post some data to a secured site from my application. For this, I am creating connection to that site using URLConnection and to send data I create OutputStream using the connection. But, while creating the stream it is showing SSLException and message is No trusted certificate found. For this, I need to create SSL certificate (mostly using keytool ...

42. Jboss Portal configuration    forums.oracle.com

Can any body send installation steps of Jboss portal. I am getting following exception 16:12:47,107 INFO [ServiceConfigurator] Problem configuring service portal:mapper=CMSObject org.jboss.util.NestedRuntimeException: Error creating MBeanProxy: portal:mapper=PrefixDelegating; - nested throwable: (javax.management.InstanceNotFoundException: portal:mapper=PrefixDelegating is not registered.) at org.jboss.mx.util.MBeanProxyExt.(MBeanProxyExt.java:78) at org.jboss.mx.util.MBeanProxyExt.create(MBeanProxyExt.java:342) at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:319) at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:164) at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:118) at org.jboss.system.ServiceController.install(ServiceController.java:202) at sun.reflect.GeneratedMethodAccessor47.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80) at org.jboss.mx.server.Invocation.invoke(Invocation.java:72) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249) ...