RE: [xwiki-users] how to move xwiki port to 80
This works for windows, I tried, but will this work for linux? cheers anurag chitlangia To Err is Human, to forgive is not COMPANY policy! .- -. ..- .-. .- --. -----Original Message----- From: Artem Melentyev [mailto:[email protected]] Sent: Wednesday, October 18, 2006 3:36 PM To: [email protected] Subject: Re: [xwiki-users] how to move xwiki port to 80 Anurag Chitlangia wrote:
Currently my tomcat is pointing to 8080 port
And I want it to be on 80 port. Any clues as how can I do it! Change in tomcat/conf/server.xml <Connector port="8080" ... to <Connector port="80" ...
and run tomcat on user root (administrator) -- Artem Melentyev, UralSU, CS401 This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at http://www.amdocs.com/email_disclaimer.asp
As Frank said. Yes, unless you have a competing web server on that port (eg apache on port 80) in which case you need the java connector module (mod_jk or something similar) so that you can re-route requests for a directory (eg xwiki) to the tomcat instance running normally on 8080. Instructions for Debian and similar are on http://www.howtoforge.com/ apache2_tomcat5_mod_jk Cheers, Mark On 18/10/2006, at 9:00 PM, Anurag Chitlangia wrote:
This works for windows, I tried, but will this work for linux?
cheers anurag chitlangia To Err is Human, to forgive is not COMPANY policy! .- -. ..- .-. .- --.
-----Original Message----- From: Artem Melentyev [mailto:[email protected]] Sent: Wednesday, October 18, 2006 3:36 PM To: [email protected] Subject: Re: [xwiki-users] how to move xwiki port to 80
Anurag Chitlangia wrote:
Currently my tomcat is pointing to 8080 port
And I want it to be on 80 port. Any clues as how can I do it! Change in tomcat/conf/server.xml <Connector port="8080" ... to <Connector port="80" ...
and run tomcat on user root (administrator)
-- Artem Melentyev, UralSU, CS401
This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at http://www.amdocs.com/email_disclaimer.asp
-- You receive this message as a subscriber of the xwiki- [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/ wws
Mark Robinson Regional Clarity Project Manager - Asia Pacific TNT Freight Management Limited Mobile +852 9033 5711 [email protected]
participants (2)
-
Anurag Chitlangia -
Mark Robinson