Forum Moderators: phranque
You could configure the port with the WebLogicPort parameter.
By default, it did not use HTTPS, but you could configure it to do so with the SecureProxy parameter.
In general, when using a backend application server, it is best in terms of performance to have the individual servers do what they are good at. Let your apache server serve static content like html files, graphics, stylesheets, etc - apache will always be far more efficient in serving static content, and it prevents a network request (which adds latency) for frequently requested content.