> Thank you so much for your reply. However, I heard that mod_proxy is > slower that Mod JK, so I made a switch just a little while ago :) >
Oh sorry, somehow missed you are using mod_jk. Never really used it but then I guess you are missing some configuration needed on your production system. Maybe the statement here does not take port 8080 into consideration ? -> > "DocumentRoot "/opt/tomcat/webapps/*Index*" > Maybe I should try get rid of this same line within http vhost config file? I think you should have a workers.properties file which is used to tell apache / mod_jk how to access the worker you have named "ajp13_worker". It should have host and port config values. But I guess if these values would be wrong you would get a HTTP 5xx status code and not a 4xx one. Maybe change mod_jk logging to debug to get more information. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
