You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ps...@garda-access.com on 2000/02/13 11:33:03 UTC

Port != 8080 Again

Hi,

I have put in conf/server.xml a port different from 8080, but
tomcat binds instead the port 8080.
Also I have hardcoded another port in
	src/share/org/apache/tomcat/core/ContextManager.java
and all recompiled.
Always tomcat binds the port 8080.
Apparently, only the work dir has changes:
work/_8081  instead of work/_8080

(Latest build 02/11)


			Paolo Sommaruga