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