RE: Symbolic link for welcome file???

2006-07-19 Thread Mann, Bradley
Nevermind...it was a cache issue. IE sucks! Brad Mann Software Engineer - Information Access Services HARRIS Corporation / GCSD (321) 984-6292 -Original Message- From: Mann, Bradley Sent: Wednesday, July 19, 2006 7:14 PM To: users@tomcat.apache.org Subject: Symbolic link for welcome

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. Howe

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 On Tuesday 11 July 2006 21:32, Mann, Bradley wrote: > How do I instruct Tomcat to follow symbolic links within the f

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: 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://lo

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

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 us

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 mod_jk.

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 En

RE: HTTPD with Tomcat

2006-06-07 Thread Mann, Bradley
] Sent: Wednesday, June 07, 2006 4:45 PM To: Tomcat Users List Subject: Re: HTTPD with Tomcat you can also make your own life very easy, by switching to mod_proxy, and voila, everything works :) Filip Mann, Bradley wrote: > Hello, > > I am attempting to setup a scenario in which Tomcat i

HTTPD with Tomcat

2006-06-07 Thread Mann, Bradley
Hello, I am attempting to setup a scenario in which Tomcat is hosting a web application behind HTTPD using the Jakarta Connector. I have installed the following on Solaris 10: Apache HTTPD 2.0.58 Apache Tomcat 4.1.31 Apache Jakarta Tomcat Connector 1.2.15 I am able to access HTTPD's document roo

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 HARR

RE: java.lang.NoClassDefFoundError

2006-06-05 Thread Mann, Bradley
gt; Can you 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, >

RE: java.lang.NoClassDefFoundError

2006-06-05 Thread Mann, Bradley
riginal- 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 a web application using the Tomcat manager, but when I try to access

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? Thank

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