Symbolic link for welcome file???

2006-07-19 Thread Mann, Bradley
I'm experiencing some strange behavior when setting a symbolic link as a welcome file. In my document root, my index.html is a symbolic link to another file. This link changes depending on the status of our server. When I access the file directly through the browser URL, it functions normally.

Tomcat Symbolic Links

2006-07-11 Thread Mann, Bradley
How do I instruct Tomcat to follow symbolic links within the file system? For instance, I need to have index.html be a symbolic link to another file. Thanks, Brad Mann Software Engineer - Information Access Services HARRIS Corporation / GCSD (321) 984-6292

RE: Tomcat Symbolic Links

2006-07-11 Thread Mann, Bradley
: dirk ooms [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 3:52 PM To: Tomcat Users List Subject: Re: Tomcat Symbolic Links in your server.xml or context description Context .. allowLinking=true On Tuesday 11 July 2006 21:32, Mann, Bradley wrote: How do I instruct Tomcat to follow

RE: Getting Tomcat to display a web page hosted by HTTPD

2006-06-16 Thread Mann, Bradley
redirecting to http://localhost/Dir1/serverMessage.html Filip Mann, Bradley wrote: Hello, I have Tomcat running a web application behind HTTPD using the Jakarta connector. Here is my scenario: I navigate to http://localhost/Dir1/ This is essentially a login page for my web application

RE: Getting Tomcat to display a web page hosted by HTTPD

2006-06-16 Thread Mann, Bradley
, 2006 6:42 AM To: Tomcat Users List Subject: Re: Getting Tomcat to display a web page hosted by HTTPD Mann, Bradley schrieb: The problem I am having is getting my web application to display a web page that is located in a folder in the document_root of HTTPD, namely http://localhost/Dir1

Getting Tomcat to display a web page hosted by HTTPD

2006-06-15 Thread Mann, Bradley
Hello, I have Tomcat running a web application behind HTTPD using the Jakarta connector. Here is my scenario: I navigate to http://localhost/Dir1/ This is essentially a login page for my web application. The login link directs to http://localhost/webapps/MyApp/servlet/Login?Tool=X And HTTPD

Where is mod_jk.so?

2006-06-13 Thread Mann, Bradley
After running: # ./configure --with-apache=/usr/apache # make # make install I have 3 files that are placed in apache/modules/jk/. They are config.m4, lib_jk.a, and lib_jk.la. All of the documentation I have read online states that after building the connector I should be left with a file

AJP vs. JNI

2006-06-12 Thread Mann, Bradley
Hello, I am trying to discover the differences between these two protocols (AJP and JNI) when using the Jakarta Connector with Apache HTTPD and Tomcat. Any information on the difference between these two and what scenarios work best with each is greatly appreciated. Thanks, Brad Mann Software

Mod_jk binary Solaris 10 compatible?

2006-06-07 Thread Mann, Bradley
Hello, I am having extreme difficulty building the mod_jk.so binary on Solaris 10. I was wondering if the mod_jk binary provided by Apache is Solaris 10 compatible, since in the file name it specifically references Solaris 8. Thanks, Brad Mann Software Engineer - Information Access Services

java.lang.NoClassDefFoundError

2006-06-05 Thread Mann, Bradley
Hello, I am using Solaris 10 and Tomcat 5.5. I have deployed a web application using the Tomcat manager, but when I try to access the servlet, I am receiving a class not found error. This class is in my CLASSPATH environment variable. Where do I add this class so that my servlet can see it?

RE: java.lang.NoClassDefFoundError

2006-06-05 Thread Mann, Bradley
send the Tomcat log and the Servlet code ?? -Mensaje original- De: Mann, Bradley [mailto:[EMAIL PROTECTED] Enviado el: lunes, 05 de junio de 2006 16:57 Para: users@tomcat.apache.org Asunto: java.lang.NoClassDefFoundError Hello, I am using Solaris 10 and Tomcat 5.5. I have deployed

RE: java.lang.NoClassDefFoundError

2006-06-05 Thread Mann, Bradley
the Tomcat log and the Servlet code ?? -Mensaje original- De: Mann, Bradley [mailto:[EMAIL PROTECTED] Enviado el: lunes, 05 de junio de 2006 16:57 Para: users@tomcat.apache.org Asunto: java.lang.NoClassDefFoundError Hello, I am using Solaris 10 and Tomcat 5.5. I have

403 Error

2006-05-31 Thread Mann, Bradley
I have recently installed Tomcat, and am having difficulty accessing the Manager web application. I have added the role manager to the tomcat-users.xml file under the user both but when I put in these credentials at the password challenge, I am shown an http 403 error (access denied). Any ideas