Hi all,

I found a possible workarround...
I only have to comment-out some configuration-lines in the server.xml of
Tomcat:
<!-- disabled the listener to avoid the warning during shutdown.
<Listener className="org.apache.catalina.core.AprLifecycleListener"/>
-->

<!-- Define an AJP 1.3 Connector on port 8009
<Connector port="8009"
enableLookups="false" redirectPort="8443" protocol="AJP/1.3" />
-->
(see for more details:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10622.html)

after restarting Tomcat the content of the logfile is:

Jun 25, 2008 2:44:11 PM org.apache.coyote.http11.Http11BaseProtocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
Jun 25, 2008 2:44:12 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Jun 25, 2008 2:44:12 PM org.apache.coyote.http11.Http11BaseProtocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080
Jun 25, 2008 2:44:43 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Jun 25, 2008 2:44:43 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 469 ms
Jun 25, 2008 2:44:43 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jun 25, 2008 2:44:43 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
Jun 25, 2008 2:44:43 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled

Are there risks with this workarround?

Zaher

On Wed, Jun 25, 2008 at 1:20 PM, Zaher Srour <
[EMAIL PROTECTED]> wrote:

> The logfile when it goes ok is attachted now....
>
>
> On Wed, Jun 25, 2008 at 12:04 PM, Zaher Srour <
> [EMAIL PROTECTED]> wrote:
>
>> HI all,
>>
>> The Free Hex Editor could open the 23 GB log-file.
>> normally, after the server starts up
>> *
>> **INFO: Server startup in 891 ms*
>> *org.apache.coyote.http11.Http11BaseProtocol* *pause *
>> occures
>> then stop
>> then destroy ... init,
>> load,
>> start,
>> Server starts up again.
>>
>> But in the 23 GB logfile, this happens all the day untill the free space
>> is completely full.
>> Hope that some of you can help me with this.
>>
>> Greets
>> Zaher
>>
>>
>> On Fri, Jun 20, 2008 at 5:19 PM, Bruno Vilardo <[EMAIL PROTECTED]>
>> wrote:
>>
>>> Cris,
>>>
>>> Thanks a lot for the information. I will download the softwares and play
>>> around.
>>>
>>> Great tips are always welcome as well as great explanation..
>>>
>>> Thanks a lot,
>>> Best Regards,
>>>
>>> Bruno
>>>
>>> On Fri, Jun 20, 2008 at 12:04 PM, Christopher Schultz <
>>> [EMAIL PROTECTED]> wrote:
>>>
>>> > -----BEGIN PGP SIGNED MESSAGE-----
>>> > Hash: SHA1
>>> >
>>> > Bruno,
>>> >
>>> > Bruno Vilardo wrote:
>>> > | If it was Linux or Unix, or could use the command split to split the
>>> > file in
>>> > | small pieces so that you can read.
>>> >
>>> > 'split' is a GNU utility (part of coreutils) which is not specific to
>>> > GNU/Linux. There are windows versions of them as well:
>>> >
>>> > http://gnuwin32.sourceforge.net/packages.html
>>> > or
>>> > http://unxutils.sourceforge.net/
>>> >
>>> > That last one seems defunct, which is a shame since I've used those
>>> > utilities myself many times. :(
>>> >
>>> > - -chris
>>> > -----BEGIN PGP SIGNATURE-----
>>> > Version: GnuPG v1.4.9 (MingW32)
>>> > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>>> >
>>> > iEYEARECAAYFAkhbxxIACgkQ9CaO5/Lv0PDf6gCgvuv8q17S8AYvIwD6E+fM5p13
>>> > OnIAnR3JV2LpID6lbuvsnhHPgIeQ8k7G
>>> > =v1QE
>>> > -----END PGP SIGNATURE-----
>>> >
>>> >
>>> > ---------------------------------------------------------------------
>>> > To start a new topic, e-mail: users@tomcat.apache.org
>>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> > For additional commands, e-mail: [EMAIL PROTECTED]
>>> >
>>> >
>>>
>>
>>
>>
>> --
>> Zaher Srour
>> GIS Consultant
>>
>> Realworld OO Systems
>> Venusstraat 17
>> 4105 JH Culemborg
>> The Netherlands
>>
>> phone: +31 345 614406
>> mobile: +31 64700 4321
>> fax: +31 84 7225800
>> e-mail: [EMAIL PROTECTED]
>> web-site: www.realworld-systems.com
>>
>> Demo's:
>> ArcGIS Server: arc.realworld-systems.com/vogeleditor
>> Flamingo/ArcGIS Server: www.samenlevingsatlas.nl
>> Google Maps/ESRI: arc.realworld-systems.com/school_en_coffee
>
>
>
>
> --
> Zaher Srour
> GIS Consultant
>
> Realworld OO Systems
> Venusstraat 17
> 4105 JH Culemborg
> The Netherlands
>
> phone: +31 345 614406
> mobile: +31 64700 4321
> fax: +31 84 7225800
> e-mail: [EMAIL PROTECTED]
> web-site: www.realworld-systems.com
>
> Demo's:
> ArcGIS Server: arc.realworld-systems.com/vogeleditor
> Flamingo/ArcGIS Server: www.samenlevingsatlas.nl
> Google Maps/ESRI: arc.realworld-systems.com/school_en_coffee
>



-- 
Zaher Srour
GIS Consultant

Realworld OO Systems
Venusstraat 17
4105 JH Culemborg
The Netherlands

phone: +31 345 614406
mobile: +31 64700 4321
fax: +31 84 7225800
e-mail: [EMAIL PROTECTED]
web-site: www.realworld-systems.com

Demo's:
ArcGIS Server: arc.realworld-systems.com/vogeleditor
Flamingo/ArcGIS Server: www.samenlevingsatlas.nl
Google Maps/ESRI: arc.realworld-systems.com/school_en_coffee

Reply via email to