Re: Symbolic links in docroot?

2004-03-16 Thread gSOAP acct
Hi Chris, Thanks for your reply. I file is being served by Tomcat. Gsoap Acct --- Christopher Schultz <[EMAIL PROTECTED]> wrote: > Hello, > > > cd SUNWappserver/domain/domain1/docroot > > ln -s /usr/home/BB/public_html BB > > > > but when I try and access > > http://localhost:8080/BB/index.ht

Re: Symbolic links in docroot?

2004-03-16 Thread Christopher Schultz
Hello, cd SUNWappserver/domain/domain1/docroot ln -s /usr/home/BB/public_html BB but when I try and access http://localhost:8080/BB/index.html I get 404 errors? Is this file being served by Apache or by Tomcat? (The error page should make this obvious). If it's Apache, then Apache is likely unab

Symbolic links in docroot?

2004-03-16 Thread gSOAP acct
How can I get my J2EE 1.4 Application Server( which uses Tomcat I believe) to allow users to see files in a symbolic link in the docroot directory? I did this ... cd SUNWappserver/domain/domain1/docroot ln -s /usr/home/BB/public_html BB but when I try and access http://localhost:8080/BB/index.ht