You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by host unknown <li...@hotmail.com> on 2003/04/24 17:57:01 UTC

secure logging

Hi all,

I have a problem with logging the activity going through the secure portion 
(port 8443) of my tomcat server.  The problem is not lack of logging, infact 
quite the opposite...I'm getting Gb's of logs....example:


0140: 04 1A 14 17 6D 61 64 69   73 6F 6A 20 6E 65 77 73  ....madison news
0150: 70 54 70 65 72 7F 20 69   6E 63 2E 31 14 30 12 06  papers inc.1.0..

Every character is being logged....

here is the connector info (debug is set to 0)
<Connector className="org.apache.catalina.connector.http.HttpConnector"
               port="8443" minProcessors="5" maxProcessors="75"
               enableLookups="true"
               acceptCount="10" debug="0" scheme="https" secure="true">
      <Factory className="org.apache.catalina.net.SSLServerSocketFactory" 
clientAuth="false" protocol="TLS" keystoreFile="xxx" keystorePass="xxx"/>
    </Connector>

Assistance....much appreciated.

Dominic
madison.com





_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: secure logging

Posted by Jon Wingfield <jo...@mkodo.com>.
Make sure you haven't got SSL debugging on. The JVM parameters required 
to toggle this are described here:

http://java.sun.com/j2se/1.4.1/docs/guide/security/jsse/JSSERefGuide.html#Debug

HTH,

Jon

host unknown wrote:
> Hi all,
> 
> I have a problem with logging the activity going through the secure 
> portion (port 8443) of my tomcat server.  The problem is not lack of 
> logging, infact quite the opposite...I'm getting Gb's of logs....example:
> 
> 
> 0140: 04 1A 14 17 6D 61 64 69   73 6F 6A 20 6E 65 77 73  ....madison news
> 0150: 70 54 70 65 72 7F 20 69   6E 63 2E 31 14 30 12 06  papers inc.1.0..
> 
> Every character is being logged....
> 
> here is the connector info (debug is set to 0)
> <Connector className="org.apache.catalina.connector.http.HttpConnector"
>               port="8443" minProcessors="5" maxProcessors="75"
>               enableLookups="true"
>               acceptCount="10" debug="0" scheme="https" secure="true">
>      <Factory className="org.apache.catalina.net.SSLServerSocketFactory" 
> clientAuth="false" protocol="TLS" keystoreFile="xxx" keystorePass="xxx"/>
>    </Connector>
> 
> Assistance....much appreciated.
> 
> Dominic
> madison.com




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Linux crashes after shutting down web application

Posted by John Turner <to...@johnturner.com>.
I find it incredibly difficult to believe that Tomcat or Apache could 
"crash" or "hang" a properly configured Linux system.

As far as shutdown/start procedure:

To start, assuming both Apache and Tomcat are down:

1) start Tomcat
2) WAIT until Tomcat is ready
3) start Apache

To stop, assuming both Apache and Tomcat are running:

1) stop Apache
2) stop Tomcat

When shutting down, you don't want to stop Tomcat first, because Apache 
might still receive requests that it will try to send to Tomcat in the 
meantime.

If you ask me, there is something else going on with your Linux system 
besides a problem with Apache or Tomcat.

John

On Mon, 28 Apr 2003 21:12:54 -0700 (PDT), Prashanth P. 
<pr...@yahoo.com> wrote:

> Hi,
>
> I have a web application running on Apache 1.3.23 -->
> tomcat 4.1.24 on Red Hat Linux 7.3. I downloaded the
> .so from the jakarta website mod_jk-1.3-eapi.so and
> configured the connector. Everything works fine when I
> run the application. But, a few minutes after I shut
> down tomcat and Apache, the Linux installation hangs
> and I am forced to restart. I am looking for possible
> explanations as to why this happens and a possible
> fix. Can anyone suggest possible reasons for this
> happening? Is there a specific way in which a web
> application should be shutdown (apache first then
> tomcat or vice-versa? I think not!). I tried looking
> of any indications from the logs but nothing came up.
> There is no reference to the crash! Could it be
> because of the connector? Do I need to recompile?
>
> Thanks in advance
> Prashanth
>
>
>
>
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Search - Faster. Easier. Bingo.
> http://search.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>



-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Linux crashes after shutting down web application

Posted by "Prashanth P." <pr...@yahoo.com>.
Hi,

I have a web application running on Apache 1.3.23 -->
tomcat 4.1.24 on Red Hat Linux 7.3. I downloaded the
.so from the jakarta website mod_jk-1.3-eapi.so and
configured the connector. Everything works fine when I
run the application. But, a few minutes after I shut
down tomcat and Apache, the Linux installation hangs
and I am forced to restart. I am looking for possible
explanations as to why this happens and a possible
fix. Can anyone suggest possible reasons for this
happening? Is there a specific way in which a web
application should be shutdown (apache first then
tomcat or vice-versa? I think not!). I tried looking
of any indications from the logs but nothing came up.
There is no reference to the crash! Could it be
because of the connector? Do I need to recompile?

Thanks in advance
Prashanth




__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org