Thanks David. I am using Windows 2000. This is the path of the Tomcat
C:\Program Files\netbeans-5.5\enterpr
But when i type http://localhost. IIS is start running as a default. I did change on that line but NetBeans still give me same error:
Starting of Tomcat failed, the server port 8084 is already in use.
I didnt find any thing like 8084 in that conf.xml file.
--------------------------
<!-- Define a non-SSL HTTP/1.1 Connector on port 80 -->
<Connector port="80" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true
<!-- Note : To disable connection timeouts, set connectionTimeout value
to 0 -->
Main Topics
Browse All Topics





by: suprapto45Posted on 2006-11-20 at 17:31:45ID: 17984382
Hi,
/en/docs/a rt008.htm
ses/tomcat ....if I am not mistaken.
It means that the port 8084 has already been used. I assumed that you run your embedded Tomcat within NetBeans. You need to change the port of your embedded Tomcat to other ports such as 8002 or anything.
http://www.dimensionex.net
I think that your Tomcat is somewhere in <NETBEANS_FOLDER>/enterpri
David