Some additions:

Before i call some webapp the container is running, i get this output
from netstat:

tcp6       0      0 ::ffff:127.0.0.1:8005   :::*
LISTEN     3495/java
tcp6       0      0 ::ffff:127.0.0.1:8009   :::*
LISTEN     3495/java
tcp6       0      0 ::ffff:127.0.0.1:8080   :::*
LISTEN     3495/java

That what i am exspected.

After the call i get additionally this:


tcp6       0      0 :::54109                :::*
LISTEN     3495/java


The same process id is now waiting for requests at port 54109.
I've set development and fork paramteter to false, didnt help.

Any tipps what the reason maybe for that? Any specific debug options i
can set to log something which let me find some information for this
problem?

kind regards


Torsten

Am Mittwoch, den 01.03.2006, 19:02 +0100 schrieb Torsten Krah:
> Tomcat version 4.1.31-LE-jdk14.
> OS: Linux 2.6.8 
> 
> java version "1.4.2-02" 
> Java(TM) 2 Runtime Environment, Standard Edition (build
> Blackdown-1.4.2-02)
> Java HotSpot(TM) 64-Bit Server VM (build Blackdown-1.4.2-02, mixed mode)
> 
> No, i didnt make a LD_ASSUME_KERNEL setting.
> 
> No, the apps dont spawn another jvm. Theres no cron job or similiar, i
> have to start it manually.
> 
> The fork parameter isnt set, so its left at its default.
> 
> kind regards
> 
> Torsten
> 
> 
> Am Mittwoch, den 01.03.2006, 11:46 -0600 schrieb Caldarale, Charles R:
> > > From: Torsten Krah [mailto:[EMAIL PROTECTED] 
> > > Subject: RE: Bootstrap class - Interface bind - Problem there again.
> > > 
> > > Problem is there again - after few minutes in working state, a new
> > > process shows up with following call:
> > 
> > What Tomcat level?  What OS?  If Linux, do you have an LD_ASSUME_KERNEL
> > setting?
> > 
> > What's the value of the fork parameter for the jsp servlet (in
> > conf/web.xml)?
> > 
> > Do any of your apps spawn another JVM?  Do you have any cron or similar
> > jobs automatically starting another Tomcat instance?
> > 
> >  - Chuck
> > 
> > 
> > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> > MATERIAL and is thus for use only by the intended recipient. If you
> > received this in error, please contact the sender and delete the e-mail
> > and its attachments from all computers.
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to