Below is the result after running netstat...both port 8080 and 8383 do not seem to be used.
C:\Programs2\apache-tomcat-6.0.18\bin>netstat -ab -p tcp Active Connections Proto Local Address Foreign Address State TCP 0.0.0.0:135 Charles-PC:0 LISTENING RpcSs [svchost.exe] TCP 0.0.0.0:2868 Charles-PC:0 LISTENING [NJEEVES.EXE] TCP 0.0.0.0:49152 Charles-PC:0 LISTENING [wininit.exe] TCP 0.0.0.0:49153 Charles-PC:0 LISTENING Eventlog [svchost.exe] TCP 0.0.0.0:49154 Charles-PC:0 LISTENING [lsass.exe] TCP 0.0.0.0:49155 Charles-PC:0 LISTENING Schedule [svchost.exe] TCP 121.7.111.75:139 Charles-PC:0 LISTENING Can not obtain ownership information x: Windows Sockets initialization failed: 5 TCP 121.7.111.75:55032 wf-in-f189:https ESTABLISHED [iexplore.exe] TCP 121.7.111.75:55295 cf-in-f18:https ESTABLISHED [iexplore.exe] TCP 121.7.111.75:55296 cf-in-f18:https ESTABLISHED [iexplore.exe] TCP 127.0.0.1:2868 Charles-PC:55285 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55286 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55287 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55289 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55290 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55291 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55293 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55294 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55298 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55300 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55301 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55302 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55303 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55304 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55305 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55306 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55307 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55308 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55309 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55310 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55311 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55312 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55313 TIME_WAIT TCP 127.0.0.1:2868 Charles-PC:55314 TIME_WAIT TCP 127.0.0.1:27015 Charles-PC:0 LISTENING [AppleMobileDeviceService.exe] TCP 127.0.0.1:27015 Charles-PC:54555 ESTABLISHED [AppleMobileDeviceService.exe] TCP 127.0.0.1:54554 Charles-PC:0 LISTENING [javaw.exe] TCP 127.0.0.1:54555 Charles-PC:27015 ESTABLISHED [iTunesHelper.exe] C:\Programs2\apache-tomcat-6.0.18\bin> On Wed, Aug 6, 2008 at 3:20 PM, Mladen Turk <[EMAIL PROTECTED]> wrote: > Charles Lim wrote: > >> Hi, (reposted to provide more meaningful subject) >> I got the error shown below when i run startup.bat. Seems to have 2 main >> error here: >> 1. Tomcat not able to find the library that allows optimal performance in >> production environment. >> > > This not an error. It's an [info] that you are not using > tcnative-1.dll > > 2. There is a Permission Denied while trying to initialize endpoint. >> >> Currently using: >> Microsoft Vista >> jdk1.6.0_10 (tried jdk1.5.16 also does not work) >> tomcat 6.0.18 >> >> What I have tried: >> * has disabled the firewall >> * start the DOS session as administrator >> * change the port number 8080 in server.xml to 8383. >> >> > There has to be some security permission missing. > Run the cmd.exe, type > > netstat -ab -p tcp > and see if the ports are used. > > Regards > -- > ^(TM) > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >