Changing Ports¶
PostgresSQL¶
standard port:5432
Files you have to update:- POSTGRES_HOME/data/postgressql.conf
- TOMCAT_HOME/webapps/cocoon/WEB-INF/coocon.xconf (if server is already build)
- japs/build.conf (db_port=PORT)
Note: You have to use psql with the option -p
Tomcat Shutdown-Port¶
standard port:8005
Files you have to update:- TOMCAT_HOME/conf/server.xml
Tomcat Apache Connector-Port
standard port:8009¶
Files you have to update:
- APACHE_HOME/conf/httpd.conf
- TOMCAT_HOME/conf/server.xml
- bin/tomcat (shellscript ajp_port)
Apache Web Port
standard port:8080¶
Files you have to update:
- APACHE_HOME/conf/httpd.conf
- TOMCAT_HOME/webapps/cocoon/WEB-INF/sitemap.xamp (if server is already build)
- japs/build.conf
- japs/build.sh -f
- japs/build.sh install-libs
- tomcat clear-tmp (if tomcat was already used)