Re: HTTPD with Tomcat

2006-06-08 Thread Marc Bächinger
Hi Steven I posted one some days ago to this list. Maybe this is helpful: --- forwarded post --- i'm everthing but an expert in this, but i got loadbalancing with ajp working with those versions you mention (2.2.2 and 5.5.17). Maybe my config below is helpful for you. The documentation on

Re: tomcat contexts for proxied content

2006-06-06 Thread Marc Bächinger
i'm everthing but an expert in this, but i got loadbalancing with ajp working with those versions you mention (2.2.2 and 5.5.17). Maybe my config below is helpful for you. The documentation on the net about configuration of the new built-in ajp support through the proxy module was rather thin.

Re: ajax response from tomcat by including JSP from a servlet - fails silently when HTML is badly formed.

2006-06-04 Thread Marc Bächinger
Am Sonntag, 4. Juni 2006 12.08 schrieb Mladen Adamovic: > Andrew Braae wrote: > > However if the JSP that produces the HTML content produces anything less > > than perfectly-formed HTML, then the response fails - worse still, it > > fails > > silently, with no output to the tomcat log files. > > Yo

Re: 403 Error

2006-06-04 Thread Marc Bächinger
Am Samstag, 3. Juni 2006 01.18 schrieb Mark Thomas: > Marc Bächinger wrote: > > hi > > > > I had the same problem and i was near to a nervous breakdown as I noticed > > that encription was requested and tomcat expected encripted passwords > > This is not the case

Re: 403 Error

2006-05-31 Thread Marc Bächinger
hi I had the same problem and i was near to a nervous breakdown as I noticed that encription was requested and tomcat expected encripted passwords Here you can read about a command linetool to encrypt it: http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html#Digested%20Passwords regards ma