oas

WebGate Configuration Problem

I have a instance of Oracle Access Manager set up on Server A and a copy of WebGate set up on Apache on Server B which should be working but isn't. When I try to access http(s)://hostname:port/access/oblix/apps/ webgate/bin/webgate.cgi?progid=1 as specified in the directions after everything is set up, I get a web page that says: No...

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 installation and then start the service (this works with Windows and Linux). Deploying the same...

JDBC: Oracle Application Server and "The Network Adapter could not establish the connection" error.

I am getting the error: "The Network Adapter could not establish the connection" from a web application deployed in Oracle Application Server 10g. The database is local, so there shouldn't be any connection issues. First test: I can connect to the DB no problem from SQL plus, run queries, etc. Second test: I can connect to the database...

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 compatibility but could not confirm it. ...

How to change handling of internal server error?

My application produces an internal server error, running on tomcat it prints a stacktrace with the given error. On Oracle it hides the error and post it to application.log. Is it possible to change this setting via the deployment descriptor? 500 Internal Server Error Servlet error: An exception occurred. The current application deplo...

Oracle Application Server 10.1.3.

Hi, 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 ip. Thanks ...

Oracle Enterprise Server SOAP/Servlet/SoapRouter

Does anyone know any sample Oracle SOAP XML requests that that queries the database? For example, the url: http://myoracle:7778/oracle/soap/soaprouter/ I'd like to program xml requests and get return xml database. But I have no idea on the Oracle SOAP format. Please provide an example. ...

How to avoid this very heavy query that slows down the application?

Hi, We have a web application running in a production enviroment and at some point the client complained about how slow the application got. When we checked what was going on with the application and the database we discover this "precious" query that was being executed by several users at the same time (thus inflicting an extremely hi...

Convert web app from HTTP to HTTPS on OAS

I have a web service in EJB that runs on Oracle Application Server (OAS).. I need to change it to run on HTTPS instead of HTTP... I know that it doesn't require any code change as the change is in the Transport layer not in the application layer. But actually I don't know how to start! Could you please help me? ...

"SSL Error: unable to find valid certification path to requested target" In OAS

Hi, I have two webservice deployed on the same Oracle application server.... One that is developed using J2EE 1.3 (Oracle) web service and the other using J2EE 1.4 (JAX-RPC) web service.... The first one is working properly over HTTPS, the other issue error message : SSL Error: unable to find valid certification path to requested targe...