When you are running OC4J in stand alone mode you are using the HTTP server that is bundle with it. This HTTP server returns by default for the HTTP information the following information: Server: Oracle Containers for J2EE
If you want to change that you just need to set the http.server.header
property. For example,
1
|
|
will now look like:
1 2 3 4 5 6 7 8 |
|
Thanks to James Kirsh for this very useful tip…