SSL error & certificate question

2009-08-18 Thread BJ Selman
First of all, is there a specific extension required for SSL certificates on an Apache/Tomcat server? i.e. Does it have to be a "crt" or a "cert" or ? Seems like I read that it needs to be "PEM-encoded" - that's about all I could find. Also, my error log is showing the below... Where should I

RE: tomcat server hacked

2009-08-18 Thread BJ Selman
What does your tomcat-users.xml look like? (sans the p/w of course) -Original Message- From: Nick Knol [mailto:nickk...@gmail.com] Sent: Tuesday, August 18, 2009 8:45 AM To: users@tomcat.apache.org Subject: tomcat server hacked First post, sorry if I'm breaking protocol. I could really

Apache HTTPS doesn't work - redirects back to HTTP

2009-06-22 Thread BJ Selman
I have tried to follow the myriad of procedures outlined on this, but I am just not seasoned enough. I have created a self-signed certificate on a test server (2k8std-a) with a CN of 2k8std-a. Should the CN be 172.17.2.238 since that is what my host name is "named" ? Whenever I browse to

Odd Tomcat setup - graphics not displaying

2009-04-08 Thread BJ Selman
s dir structure is not the same on both servers, but as its only a forum, it doesn't need to replicate I don't guess? (I'm not in charge of where webapp folders go and the person who is isn't a web admin either). Any suggestions? Can post config files if need be... Thanks so much! BJ

Odd Tomcat setup - graphics not displaying

2009-04-08 Thread BJ Selman
s dir structure is not the same on both servers, but as its only a forum, it doesn't need to replicate I don't guess? (I'm not in charge of where webapp folders go and the person who is isn't a web admin either). Any suggestions? Can post config files if need be... Thanks so much! BJ

Re: Disable HTTP TRACE and DELETE methods

2007-10-08 Thread Bj
if you use virtual hosts, you should add in each one : RewriteEngine on RewriteOptions inherit Because rewrite rules are not inherited by default. -- Bj On 10/5/07, David Delbecq <[EMAIL PROTECTED]> wrote: Hi, > > This is a mailing list about tomcat J2EE server, not about apache

Re: Tomcat status

2007-09-18 Thread Bj
if you're using apache httpd and mod_jk in front of your tomcats, you have a status page with a lot of information. Also bundled with tomcat, you have the manager webapp which has a status page. -- Bj On 9/18/07, Andrew Hole <[EMAIL PROTECTED]> wrote: > > Is there a func