[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Apache workers.properties help please.

2006-09-06 Thread AndrewBoyd
Thanks to Bstansberry for pointing out I missed step #3. I put the Document Root back to what it was and I followed the advice of golanbln and removed the node1 from worker.node1.host=node1 And I can now get to the web-console. Thanks everyone! Andrew View the original post : http://www.

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Apache workers.properties help please.

2006-09-06 Thread AndrewBoyd
Thanks Bstansberry! Its not totaly working but missing Step #3 (the smallest step) seems to be what my road block was. Now I'm getting "The server encountered an internal error or misconfiguration and was unable to complete your request." thanks again, Andrew View the original post : http:

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Apache workers.properties help please.

2006-09-06 Thread [EMAIL PROTECTED]
Did you do Step #3 from http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss ? The "File does not exist" log sounds like it's not picking up that web-console is handled by mod_jk. Your uriworkersmap.properties looks OK, as does the mod-jk.conf, so I wonder if it's just Step #3 miss

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Apache workers.properties help please.

2006-09-06 Thread AndrewBoyd
Ok I checked out the Apache error.log and saw: File does not exist: /var/www/html/web-console The /var/www/html is set as my document root. I just tried to set my JBOSS_HOME/server/myServer/deploy as DocumentRoot. It did not work. But I think we're getting closer. The error log says: File d

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Apache workers.properties help please.

2006-09-06 Thread AndrewBoyd
Thanks for the reply golanbln. I tried your suggestion but still no luck. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969804#3969804 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969804

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Apache workers.properties help please.

2006-09-06 Thread golanbln
change this line | | worker.node1.host=node1.howibecameaninternetmillionaire.com | | to | | worker.node1.host=howibecameaninternetmillionaire.com | | i am not sure but before 2 weeks i make the same configuration and it works View the original post : http://www.jboss

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Apache workers.properties help please.

2006-09-06 Thread AndrewBoyd
I was looking at my mod-jk.conf: | # Load mod_jk module | # Specify the filename of the mod_jk lib | LoadModule jk_module modules/mod_jk.so | | # Where to find workers.properties | JkWorkersFile conf/workers.properties | | # Where to put jk logs | JkLogFile logs/mod_jk.log |

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Apache workers.properties help please.

2006-09-06 Thread AndrewBoyd
Its still not working but a little bit of sleep has helped me see at least one mistake. I did not have the loadbalancer in my worker.list but I referenced it in my uirworkermap.properties so now my workers.properties looks like: | worker.list=loadbalancer,status | | | # Define Nod