I have installed Apache tomcat 6 on windows server 2008, i want to assign a specific IP to apache tomcat server, where i do that so that Apache should listen on that specific IP ?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
closed as off topic by Mapperz♦ May 24 '11 at 13:56
Questions on Geographic Information Systems Stack Exchange are expected to relate to geographic information systems within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
You need to edit server.xml file. Open up the Server.xml file and search for Connector. The top Connector will have the port that you're trying to communicate through, in my case 8080. In between port="8080" maxHttpHeaderSize="8192" type address="0.0.0.0" (Line will look like port="8080" address="0.0.0.0" maxHttpHeaderSize="8192"). Cheers! |
|||
|
|

