Hello all ..
I have some kind of weird problem, im using apache 1.3 and
tomcat 4.4 with mod_jk as the connector
Running on Solaris unix .
every thing is working just fine except when I shot down tomcat with bin/catalina.sh stop
the port 8080 is still remind busy by tomcat (netstat �a | grep 8080 shows tomcat
java )
when I open the server.xml I see that there is something called : CoyoteConnector that takes this port
and tomcat just need it .
what is wrong here? why is the port stay busy ?
Thanks