8843 is the port for secure URL that accompany the https:// it is like port 80 ad 443 on regular websites the problems is if you just type https:// it will default to port 443, so you have to tell the browser what port to look on. the reason it changes is the controller request uri is set to https="true"
You can use apache hpptd server and use apj so ofbiz is masked then you can use https://IPaddress/webtools or https://your.domain.com/webtools adithi agarwal sent the following on 9/27/2008 3:47 PM: > Hi all > To > access the webtools when i type the url as: > https://localhost:8080/webtools/control/main., it changes to > https://localhost:8443/webtools/control/main why is the port number > changed to 8443..and are there any other ways to access webtools..I think I > can also use my ipaddress.. Can you please clear my doubt.. > > Thanks > Adithi > > > >
