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
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
-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
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
-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
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
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
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