Monday, April 27, 2009

Hosting Schema, WSDL or any file on OC4J, Apache or Oracle ESB

1. Search for in the file $ORACLE_HOME\Apache\Apache\conf\httpd.conf and add the entry under other Alias entries,

Alias /xsd/ "$XSD_DIR/"

2. Restart Apache Server

3. Start Referencing the XSD as below,

http://hostname:port/xsd/$xsdfilename

Saturday, April 25, 2009

Steps to Create WebDav Rules Repository

  1. Create new WebDav repository:
    • Add following entry in /Apache/oradav/conf/moddav.conf
      <Location /dav_rules>DAV on</Location>
    • Create directory called dav_rules under /Apache/Apache/htdocs directory
    • Restart the Apache server and that’s all required for configuring custom repository.
  2. Now login to ruleauthor web application
  3. Click on "Repository" icon
  4. Select "WebDAV" from "Repository Type" drop down menu
  5. Provide URL as http://soa_host:soa_port/dav_rules and click connect
  6. You should be seeing a confirmation box about the successful connection. If not please try browsing that URL and see if you are able to access it or not. Also if you have setup security on that, please provide username and password to connect.
  7. Not you can create new WebDAV connection in JDeveloper by going to "connection tab" and right click on "WebDAV Server" icon and select "New WebDAV connection"
  8. Provide URL you used in step 8 here and username and password if required.
  9. Click on "Test Connection" button to see if it’s successful.

Search This Blog