Re: Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-22 Thread Andreas Schneider
Andreas: where are the files actually? Why do you use inconsistent paths in the config? The files are int the temp and in the webapp dir. Tomcat extracts the war file into webapps and on startup tomcat also extracts it to the temp dir. For me it is a little bit strange to add a directory in

Re: Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-21 Thread Rainer Jung
Christopher Schultz schrieb: Rainer, Rainer Jung wrote: | Although that's a good hint, I would expect the original error messages | | client denied by server configuration: | E:/server/apache-tomcat-6.0/temp/0-sw-builder/images/blank.gif, ... | | client denied by server configuration: | E:/serve

Re: Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, Rainer Jung wrote: | Although that's a good hint, I would expect the original error messages | | client denied by server configuration: | E:/server/apache-tomcat-6.0/temp/0-sw-builder/images/blank.gif, ... | | client denied by server configur

Re: Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-21 Thread Rainer Jung
Christopher Schultz schrieb: Andreas, Andreas Schneider wrote: | I am trying to use my tomcat 6 over Apache 2.2 [using mod_jk]. Your problem is more likely the addition of ";jsessionid=..." to the URLs on your login page (because the server doesn't yet know if the client supports cookies). You

Re: Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas, Andreas Schneider wrote: | I am trying to use my tomcat 6 over Apache 2.2 [using mod_jk]. Your problem is more likely the addition of ";jsessionid=..." to the URLs on your login page (because the server doesn't yet know if the client suppor

Re: Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-21 Thread Mark Thomas
Andreas Schneider wrote: Hi, I am trying to use my tomcat 6 over Apache 2.2. I have deployed a war called sw-builder.war into the webapps folder of the tomcat instance. Since you are using Apache 2.2 I'd use mod_proxy_ajp. Configuration is as simple as: 1. Make sure AJP connector is enable

Re: Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-21 Thread Andreas Schneider
The other thing why the auto generated mod_jk.conf is using the extracted webapp in the temp folder. If I would configure it by myself, why I shouldn't use the folder in catalina_home/webapps/sw-builder? - To start a new topic

Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-20 Thread Andreas Schneider
Hi, I am trying to use my tomcat 6 over Apache 2.2. I have deployed a war called sw-builder.war into the webapps folder of the tomcat instance. After restarting tomcat and apache Tomcat extracts the war into the webapps folder and into the temp folder (temp/0-sw-builder). The directory structur