[jboss-user] [Performance Tuning] - Re: AJP Connector currentThreadCount stays at maximum

2009-02-10 Thread normann
My setup has the same issue, which was introduced in the JBoss 4.2 series that upgraded from Tomcat 5.5 to Tomcat 6. I suspect this has to do with the fact that Tomcat 6 doesn't support the *SpareThreads attributes on the connectors any more. The documentation says that one must define an

[jboss-user] [Performance Tuning] - Re: AJP Connector currentThreadCount stays at maximum

2009-02-10 Thread normann
TIt seems that the forum lets me write HTML in the message. My previous message should have read: The documentation says that one must define an Executor element (which defines a thread pool) and reference it in the connector. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Wrong redirects for HTTP/1.0 clients when running through AJ

2009-01-23 Thread normann
Summary: When running JBoss 4.2 through an AJP/1.3 connector, JBoss 4.2 sends meaningless redirects to HTTP/1.0 clients if they didn't include Host header. Detailed explanation: I'm running Debian Linux etch with Sun's JDK 1.6u11, Apache2.2 + mod_jk, JBoss 4.2.3 (JDK 6 version). I've created a

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Wrong redirects for HTTP/1.0 clients when running throug

2009-01-23 Thread normann
Since this is probably a JBoss Web Server issue, I'll ask in the JBoss Web Server forum instead. My sincerest apologies for this inconvenience. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4204262#4204262 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: Remote JNDI connects locally

2008-11-28 Thread normann
I have solved our problems today. We needed to change several things to make it work. 1) Start JBoss with the option -b 0.0.0.0. Otherwise, JBoss only binds to localhost. This should usually give connection refused when doing remote JNDI through the server's real IP, but it didn't in our case,

[jboss-user] [JNDI/Naming/Network] - Re: Remote JNDI connects locally

2008-11-27 Thread normann
Let me clarify in case my original description was not clear: I am trying to do a simple job of looking an object up in a remote JNDI registry (192.168.1.10, i.e. not the machine itself). When run from the command line, the code above works perfectly by looking the object up in [EMAIL

[jboss-user] [JNDI/Naming/Network] - Remote JNDI connects locally

2008-11-26 Thread normann
I have a remote session bean running on one JBoss 4.2.3 + JDK 6 server and would like to connect to it from code running in another JBoss 4.2.3 + JDK 6 server. My suggestion to doing this is: Hashtable environment = new Hashtable(); | environment.put(Context.INITIAL_CONTEXT_FACTORY,

[jboss-user] [Advanced Documentation] - Re: When can we expect JBossAS 4.2 documentation?

2007-10-08 Thread normann
Damn, those RedHat docs are so full of errors, it seems that they need some serious proofreading. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092457#4092457 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092457

[jboss-user] [Advanced Documentation] - Re: When can we expect JBossAS 4.2 documentation?

2007-10-05 Thread normann
Thanks for the link, I wasn't aware of it. One can only wonder why the docs have not been updated for the community and put on the http://labs.jboss.com/jbossas/docs page. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092044#4092044 Reply to the post :

[jboss-user] [Advanced Documentation] - Re: When can we expect JBossAS 4.2 documentation?

2007-07-18 Thread normann
Now 4.2.1 has been released, still no 4.2 docs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065298#4065298 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4065298 ___ jboss-user

[jboss-user] [Advanced Documentation] - When can we expect JBossAS 4.2 documentation?

2007-06-14 Thread normann
The JBossAS 4.2 has been on the market for a month now, and there is still no official documentation on http://labs.jboss.com/jbossas/docs When can we expect it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054260#4054260 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Tapestry output changes from Tomcat to JBoss

2007-01-15 Thread normann
The problem seemed to be related to the file.encoding JVM system property having an unexpected value. This was related to the fact that the proper locale support wasn't present in the Linux system. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4001712#4001712

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Tapestry output changes from Tomcat to JBoss

2006-11-07 Thread normann
I'm experiencing a strange problem. When deploying my Tapestry 4 application directly in Tomcat 5.5.20, it runs perfectly, and my localized messages (rendered using ) are output as UTF-8 strings, and the HTTP response headers and HTML headers says that the content type is

[jboss-user] [EJB 3.0] - Re: EJB 3.0 RC8 Preview - FD Released

2006-07-18 Thread normann
I can't believe that the some haven't fixed these problems and updated the official EJB 3 package (RC9?) so it works. It's over a month since the first user reported missing files. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3958917#3958917 Reply to the