Questions tagged [oas]

Oracle Application Server

In computing, the Oracle Application Server 10g (the "g" stands for grid), consists of an integrated, standards-based software platform. It forms part of Oracle Corporation's Fusion Middleware technology stack. The heart of Oracle Application Server consists of Oracle HTTP Server (based on Apache HTTP Server) and OC4J (OracleAS Containers for Java EE) which deploys Java EE-based applications. The latest version of OC4J offers full compatibility with the Java EE 1.4 specifications.

Oracle Application Server became the first platform designed for grid computing as well as with full life-cycle support for service-oriented architecture (SOA).

Source: Wikipedia

59 questions
0
votes
1 answer

Deploying applications from Eclipse to OAS (OC4J)

We were using JDev to develop our applications and deploy them to OC4J and OAS. we used to use JDev to create the data-source configuration for us both on dev and on deployment. (on dev using the wizard that come with jdev to connect to…
Muhammad Hewedy
  • 29,102
  • 44
  • 127
  • 219
0
votes
1 answer

Logging to Oracle Application server log files

I have an application that works fine on tomcat, but when I deployed it on Oracle Application Server, I get some errors. I need to log some values in my code but cannot do that... When I write System.out.println("bla bla") in my code, I couldn't…
Muhammad Hewedy
  • 29,102
  • 44
  • 127
  • 219
0
votes
1 answer

How to enable TLS for OC4J or OAS?

With the recent Poodle issue with SSLv3, we are trying to enable TLS on OC4J / OAS? But we cannot find any concrete information to do so, we have tried adding the cypers, but this doesnt work. Does anyone know how to enable TLS for OC4j?
Steve
  • 445
  • 1
  • 8
  • 18
0
votes
0 answers

OracleAS 10g aborts request when downloading big excel file

I am facing a problem with a servlet that generates a big excel file created with POI. This servlet executes a code similar to this: // (...) // set headers and names response.setContentType("application/vnd.ms-excel"); …
BaikeN9
  • 66
  • 1
  • 3
0
votes
1 answer

Oracle Application Server 10.1.3

How do we secure OAS administration em console and not expose it to the outside world. Or in other words how do we hide certain pages from displaying. Something like it should be accessible only by localhost and not by the domain name or the…
user275705
  • 115
  • 1
  • 2
  • 9
0
votes
1 answer

JMS config settings for jetty deployment using cargo

We have a current web application that is deployed to OAS (Oracle Application Server). I am trying to implement some functional tests using selenium for this application. I created a new maven project specifically for functional testing, which uses…
Rahul Nair
  • 125
  • 2
  • 8
0
votes
1 answer

SOAPException IOException

I'm a noob in java! I have a java Application in a OAS server, When I try to call a web service in another server return this excepción [SOAPException: faultCode=SOAP-ENV:IOException; msg=Connection timed…
J Vazquez
  • 15
  • 5
0
votes
1 answer

oc4j jstl db connectivity problem

I have OAS version 10.1.3.3 and the applciation that uses jstl 1.1. in tomcat (where it works fine) does nto work fine in OAS. To use jstl 1.2 requires jsp 2.1 and servlet 2.5. Does OAS 10.1.3.3 support this? I tried to find online for this…
user228437
0
votes
2 answers

How to convert a Tomcat webapp to an Oracle Application Server webapp?

I have a webapp that runs perfectly in Apache Tomcat 5.5 and I need to "convert it" so it can be deployed in an Oracle Application Server 10.1.3. Right now I make a WAR file of the aplication, paste it in the "webapps" directory of the Tomcat…
Juan Paredes
  • 769
  • 4
  • 12
  • 22
0
votes
1 answer

Oracle application server HTTP error 401 authorization required axis2

I have a jsp application deployed on OAS server 10.1.2.0.2. The problem which I have is that only sometimes the application cannot invoked web service method. The error which I get is : 16:58:52,332 INFO HTTPSender:202 - Unable to sendViaPost to…
Jordan Borisov
  • 1,603
  • 6
  • 34
  • 69
0
votes
1 answer

Unable to run UNIX command after uploading file using webutil_file_transfer

OS: UNIX Solaries , Oracle Application Server 10g I designed an Oracle form contains 2 buttons 1- Upload button: to let the user upload form.fmb file to the application server using webutil_file_transfer function 2- Compile button to compile the…
Islam
  • 55
  • 3
  • 7
0
votes
2 answers

How to run Unix command from Oracle Forms

OS: UNIX Solaries, Oracle Application Server 10g To run shell script from Oracle Forms, I used the following host('/bin/bash /u01/compile.sh') and it works well Now, I need to run unix command something like host('mv form1.fmx FORM1.FMX') but it's…
Islam
  • 55
  • 3
  • 7
0
votes
1 answer

How to upgrade to java 1.6 from java 1.5 in Oracle Application Server

Interested in upgrading JAVA VERSION from JAVA 1.5 to JAVA 1.6 [oracle@server301 /]$ java -version java version "1.5.0_12" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04) Java HotSpot(TM) Server VM (build 1.5.0_12-b04, mixed…
Mad-D
  • 4,479
  • 18
  • 52
  • 93
-1
votes
2 answers

OAS with Includes

New to OAS. Can someone recommend how you would create an OAS Specification with reusable files (or snippets) that can be included in multiple specifications? Every example I can see references to components in the same specification, but I want…
Julie
  • 63
  • 10
1 2 3
4