QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

What is the default HTTP port of OC4J?

Oracle Application Server Containers for J2EE 10g (9.0.4) --...
The default HTTP port of OC4J standalone is 8888. This is specified in the configuration file <J2EE_HOME>/config/http-web-site.xml. If you have installed one of the Oracle Application Server distributions instead of OC4J standalone, then you must access Web applications deployed on OC4J via Oracle HTTP Server. The default port of Oracle HTTP Server is 7777.

How do I configure the default HTTP port OC4J listens on?

The default port that the OC4J HTTP server listens on is configured in the $ORACLE_J2EE_HOME/config/defaut-web-site.xml file. The port number used for the HTTP server is specified as an attribute of the <web-site> tag. See similar questions...

How do I change the HTTP port used by the OC4J HTTP listener?

Oracle Application Server Containers for J2EE 10g (9.0.4) --...
The port used by the OC4J HTTP listener is defined in the configuration file <J2EE_HOME>/config/http-web-site.xml file using the port attribute of the web-site tag. lt;web-site port="8888" display-name="Oracle Application Server Containers for J2EE HTTP Web Site"> See similar questions...

How do I setup HTTP-tunneling in OC4J?

Remote Method Invocation (RMI) in enables developers to build distributed applications in java. However RMI calls are normally blocked by firewalls. RMI HTTP tunneling is a RMI implementation to provide a way for RMI to get through firewalls using HTTP. Your global-web-application.xml should have this entry: <servlet> <servlet-name>rmi</servlet-name> <servlet-class>com.evermind.server.rmi. See similar questions...

How can I easily change the default HTTP port?

SQUID Frequently Asked Questions: Configuration issues
Before you run the configure script, simply set the CACHE_HTTP_PORT environment variable. setenv CACHE_HTTP_PORT 8080 ./configure make make install See similar questions...

Can I use HTTPS with the OC4J HTTP listener?

Oracle Application Server Containers for J2EE 10g (9.0.4) --...
Please see the relevant OC4J User's Guides (standalone or Oracle Application Server) for more information. See similar questions...

How do I setup the OC4J HTTP server to allow directory browsing?

The OC4J HTTP server can be configured to support directory browsing of deployed Web applications. The following steps will enable directory browsing for a deployed Web application. You should now be able to browse any directories that do NOT have a welcome file present. Welcome files are configured in your web.xml file, with the <welcome-file-list> attribute. See similar questions...

What is the http-port (http-admin-port) configuration option about?

Kannel: Open Source WAP and SMS Gateway
The http-port (now renamed as http-admin-port) is, as documentation/userguide tells, the port where Kannel listens for http-administration commands. So it is not linked to your Apache/whatever httpd, it simply uses the same protocol (HTTP). And as Kannel is not run as a 'root' program, this port number must be over 1024. Default is 13000, after which, for example, the status of Kannel can be checked this way: Those markings mean that you have ran into CVS conflict. See similar questions...

Can Squid listen on more than one HTTP port?

SQUID Frequently Asked Questions: Operational issues
Yes, you can specify multiple http_port lines in your squid.conf file. Squid attempts to bind() to each port that you specify. Sometimes Squid may not be able to bind to a port, either because of permissions or because the port is already in use. If Squid can bind to at least one port, then it will continue running. If it can not bind to any of the ports, then Squid stops. With version 2.3 and later you can specify IP addresses and port numbers together (see the squid.conf comments). See similar questions...

I know that HTTP is on port 80, but where is HTTPS?

Apache-SSL
You can run HTTPS on any port, but the standard specifies port 443, which is where any compliant browser will look by default. You can force your browser to look on a different port by specifying it in the URL like this: https://secure.server.hell:666 See similar questions...

Port #23 is occupied (the default port for telnet server). Can I use another port?

GoodTech Systems - FAQ
You can use another port by giving a number other than 23 in the Startup parameters input box when starting the Telnet Server service.(if no number is specified, port 23 is used.) See similar questions...

How do I change the default telephone numbers for each port?

B-LinkU ISDN Simulator FAQs
Having loaded the B-LinkU configuration software onto your PC host, connect the B-LinkU to your PC host via the serial port and launch the program. Click on the Port 1 tab and enter the required telephone number in the Single number area. (The default numbering mode is Single Number where the same telephone number is dialled for B1 and B2). Then repeat this process for Port 2 and port 3 (if applicable). See similar questions...

How do I change the default port ScrumWorks runs on?

ScrumWorks Frequently Asked Questions | Danube Technologies
The port on which the ScrumWorks application is accessible is actually set in a user-editable configuration file. There is a bug with the ScrumWorks Server system tray monitor when changing ports as described above. The ScrumWorks server monitor stops working when the port is set to anything other than 8080. Please note that although the monitor reports ScrumWorks is not running, ScrumWorks does in fact start and works on the new port. We hope to fix this problem shortly. See similar questions...

Can I set the default serial parameters for a port?

FreeBSD 4.X?B5.X?B6.X ?'????????
The ttydX (or cuaaX) device is the regular device you will want to open for your applications. When a process opens the device, it will have a default set of terminal I/O settings. You can see these settings with the command # stty -a -f /dev/ttyd1 When you change the settings to this device, the settings are in effect until the device is closed. When it is reopened, it goes back to the default set. See similar questions...

Is there a way to change the default Accept-Charset/Accept-Language HTTP headers in konqueror ?

Konqueror - Konqueror FAQ
Yes. By default konqueror automatically uses the settings configured when you installed your desktop. You can manually override this behavior by adding the following settings to either $KDEHOME/share/config/kioslaverc or $KDEHOME/share/config/kio_httprc: Languages=<comma-separated-list-of-languages> Charsets=<comma-separated-list-of-charsets> If you add the settings to the first "kioslaverc", then the options are available to all KDE ioslaves that support changing these settings. See similar questions...

What is OC4J standalone ?

OC4J standalone is the Oracle9iAS Containers for J2EE distribution which can be run outside of the complete Oracle9iAS environment. OC4J standalone is typically used for development and testing purposes, and could be used for simple small scale Web solutions. See similar questions...

Where can I see the documentation for OC4J?

Oracle Application Server Containers for J2EE 10g (9.0.4) --...
Documentation for all Oracle products is available from the Oracle Technology Network (OTN) -- http://otn.oracle.com/documentation/content.html. The specific documentation set for OC4J is available at http://otn.oracle.com/documentation/appserver10g.html. A User's Guide for OC4J standalone is supplied with the OC4J standalone distribution. The Readme.txt file in the root directory of the OC4J standalone distribution provides a set of basic information on how to install and use the product. See similar questions...

Where can I get more information about OC4J?

Oracle Application Server Containers for J2EE 10g (9.0.4) --...
The best place to get technical information about OC4J is on the OC4J home page on OTN -- http://otn.oracle.com/tech/java/oc4j. See similar questions...

Explore Other Topics

What is Implicit?
What is gastric acidity and why is it measured?
How big is an acre?
What can I do with the video clips on my digital camera?
Is a chastity device visible at all under normal clothing?
What if I am convicted of a DUI and am under 21?
When my Paph plant becomes multigrowth, can I divide it? When is the best time to divide it?
What is the weather like in Cannes during the month of April?
HOW DO I ACCESS THE VIP LOUNGE/COUPONS?
What is "pseudo-streaming"?
What is the difference between an asset sale and a stock sale?
Can I connect one transfer switch to two different load centers?
I am having trouble finding capacitor X, can I replace it with capacitor Y?
Will Germ Doc™ kill mold and mildew?
What "Main Wind Force Resisting System" (MWFRS) Design Wind Load Cases does Shearwalls Analyze?
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact