Title: ºùÇÏ
Hi!
Kind tomcat-user .
 
I use Apache/1.3.12  + Tomcat3.2 + Linux_JDK_1.2.2 + Orale8.1.5
 
Server.xml is
.......................................
----- add -------------
        <Context path="/jsp"
                 docBase="webapps/jsp"
                 crossContext="false"
                 debug="0"
                 reloadable="false" >
        </Context>
 
        <Context path="/jsp2"
                 docBase="webapps/order"
                 crossContext="false"
                 debug="0"
                 reloadable="false" >
        </Context>
.......................................
 
      ex) 
          http://aaaaaa.com/jsp/Not_Exist-Jsp-File  ==> Work OK  : "404 Error" happens.
Everything is OK..... 
But   
          http://aaaaaa.com/Not_Exist_Folder/Not_Exist-Jsp-File    ==> makes processor which is not killed
          http://aaaaaa.com/Not_Exist-Jsp-File                              ==> makes processor which is not killed
 
Then  Server is
%> top
125 processes: 116 sleeping, 9 running, 0 zombie, 0 stopped
CPU states: 77.1% user, 22.8% system,  0.0% nice,  0.0% idle
Mem:   127848K av,   90716K used,   37132K free,   56156K shrd,   29944K buff
Swap:  514040K av,    4068K used,  509972K free                   21812K cached
..................................................................................
 
Inclease processes , running processes  .....
Help me...................
 
 
 

Reply via email to