Re: [OT] mod_jk - no permission to access index file

2007-10-13 Thread Albert Greinoecker
exactly, that was it. thanks a lot! albert > >> Is there anything interesting in httpd's error.log file? > > Symbolic link not allowed: /usr/share/tomcat6 > > There you go. You have "Options FollowSymLinks" listed for > /usr/share/tomcat6/webapps/my_app, but not for either "/" or > "/usr/share"

Re: [OT] mod_jk - no permission to access index file

2007-10-12 Thread Albert Greinoecker
thanks for the answer. > What are the permissions on each of: > /usr > /usr/share > /usr/share/tomcat6 > /usr/share/tomcat6/webapps > /usr/share/tomcat6/webapps/ all have the following permission drwxr-xr-x 12 root root tomcat and apache2 are run as root (I know they should'nt, shame on me :/)

mod_jk - no permission to access index file

2007-10-11 Thread Albert Greinoecker
Hi, I'm currently running a tomcat application within apache2. To do so, I added the following lines to jk.conf... Alias / "/usr/share/tomcat6/webapps/" "> Options Indexes FollowSymLinks DirectoryIndex index.html allow from all When I now try to access the appli

Re: Classloader - WEB-INF/lib

2007-10-10 Thread Albert Greinoecker
> package and name you are trying to load, any relevant stack traces in > the logs, etc., ... > > --David > > Albert Greinoecker wrote: > > >Hi, > > > >I have a problem concerning the classloader tomcat is using, When I try > >to load a class dyna

Classloader - WEB-INF/lib

2007-10-10 Thread Albert Greinoecker
Hi, I have a problem concerning the classloader tomcat is using, When I try to load a class dynamically, which is located witihn a jar-archive under /WEB-INF/lib with class.forName(), an exception is thrown. If the class is located at WEB-INF/classes, everything works fine. As classloader I am us