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"
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 :/)
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
> 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
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