I have configure the tomcat + apache2 + mod_jk2 but i have find one great
problem (error?) and is this:

if i have this web structure:
/
|-index.jsp
|-images/
|             |-image.gif
|             |-otherimage.gif
|-js/
|     |-file.js
|-otherdirectory/
|                       |-file1.htm
|                       |-file2.png
|-WEB-INF

there is one great problem if one jsp page has images or other files that
are into (inside) one directory.
if i not map the directories into the workers2.properties file the sistem
doesn't show well the page.
if i not writte into the workers2.properties file:
[uri:www.domain.com/*.jsp]
worker_ajp:localhost:8009
[uri:www.domain.com/images/*]
worker_ajp:localhost:8009
[uri:www.doamin.com/js/*]
worker_ajp:localhost:8009
......

this has one great problem an dis that if one use, using ftp, creates one
dir and files, the system'll not show well the pages.

How can i solve this great (form me) problem?

thanks



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to