how to move xwiki port to 80
18 Oct
2006
18 Oct
'06
10:24 a.m.
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! cheers anurag chitlangia To Err is Human, to forgive is not COMPANY policy! .- -. ..- .-. .- --. 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
18 Oct
18 Oct
12:35 p.m.
New subject: [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
7254
Age (days ago)
7254
Last active (days ago)
1 comments
2 participants
participants (2)
-
Anurag Chitlangia -
Artem Melentyev