Re: Tomcat, webapp, SSL, and index files?

2002-04-02 Thread Gary McGowan
Guys, Looking at the tomcat-apache how to : http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-apache-howto.html Near the bottom it says: mod_ssl - getScheme() always returns HTTP! -- The protocol used by mod_jserv can't identify whether

Re: Tomcat, webapp, SSL, and index files?

2002-04-02 Thread Gary McGowan
mod_jserv vs. mod_jk. (As mod_webapp is intended as the successor of mod_jk it's a 'downgrade') -Ursprüngliche Nachricht- Von: Gary McGowan [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 3. April 2002 09:11 An: Tomcat Users List Betreff: Re: Tomcat, webapp, SSL, and index files? snip

Re: Tomcat, webapp, SSL, and index files?

2002-04-03 Thread Gary McGowan
side and to Tomcat it is nothing more than standard web serving. If you would like I can fill you in as I get going on it. Joseph Molnar http://www.codesta.com/ - Original Message - From: Gary McGowan [EMAIL PROTECTED] To: Tomcat Users List

Re: Connection Apache - Tomcat

2002-04-03 Thread Gary McGowan
Rainer I think tomcat4 uses the $CATALINA_HOME environment to get to your context What I did to get round it was to create a symbolic link in the tomcat webapps directory to point to the actual directory. So in your case: ln -s /home/wwa-m/public_html/docroot/wwa-m

Re: error page customization

2002-04-03 Thread Gary McGowan
In the web.xml file you can define error pages Example: error-page error-code404/error-code location/missing.jsp/location /error-page And so on You can also define error pages for any exceptions: (again in web.xml) Example : error-page

Tomcat 4.0.3 SSL - no yellow lock in IE6

2002-04-09 Thread Gary McGowan
Hi Guys I have TC 4.0.3 with its SSL enabled on port 443, but I cannot get the little yellow lock to display on IE6. For example - if i look at https://mydomain.com the lock doesn't appear, but if I double click where the lock should be I get the certificate information. BUT if I am browsing a

Tomcat and Thawte and the keytool utility

2002-04-17 Thread Gary McGowan
Hi Folks Has anyone successfully installed a purchased SSL certificate from Thawte using the keytool utility. If so, I would really appreciate some advice on how this was done. Ta -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with

Re: Tomcat and Thawte and the keytool utility

2002-04-17 Thread Gary McGowan
Thanks Dave - could you tell me where it is?? - Original Message - From: David Gladstone [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Gary McGowan [EMAIL PROTECTED] Sent: Wednesday, April 17, 2002 10:11 PM Subject: Re: Tomcat and Thawte and the keytool utility yes i have

Re: Stopping directory indexing

2002-04-25 Thread Gary McGowan
Allen In web.xml there will be init-param param-namelistings/param-name param-valuetrue/param-value /init-param Set the value to false and this will stop directory listing Gary - Original Message - From: Allen Harper [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: